Show HN: Yet Another OpenCode Plugin A developer released Yet Another OpenCode Plugin, an opencode plugin that adds terse response modes, a YAGNI-based 'lazy dev' ruleset, and two read-only agents (Review and Dream) to the opencode AI coding assistant. The plugin, installable via npm, bunx, npx, or pnpm dlx, configures settings in ~/.config/opencode/yaop.json and supports both opencode.json and opencode.jsonc files. An opencode https://opencode.ai plugin that merges the best of two worlds: Terse, direct responses — single low intensity: trim filler and hedging, keep full sentences, preserve technical terms verbatim. Auto-clarity drops the terseness on security warnings, irreversible actions, and ambiguity. Lazy dev — YAGNI ladder before writing code, reuse over reinvention, bug fix = root cause not symptom, strict calibration at trust boundaries, one runnable check per non-trivial change. Plus two read-only primary agents: Review — always runs the full protocol: functional YAGNI, overengineering, dead code, root cause and four non-functional layers performance, security, maintainability, architecture , using pattern skills and conditional deep-dive subagents. Dream — a planner that settles the architectural decisions of a new build before code is written, asking only what matters and handing a plan to Build. Get the CLI, then register the plugin in an opencode config. Globally the command lands in your PATH , or on demand with bunx / npx / pnpm dlx no PATH pollution : npm install -g