
from opencode14
Create zero-context, executable implementation plans from specs: file-level changes, tests, commands, and step-by-step tasks, avoiding placeholders and ensuring
Transforms a high-level spec into a detailed, zero-context implementation plan that an unfamiliar developer can follow. The plan specifies exact files to change, test code examples, commands to run, and a sequence of small tasks (2–5 minute steps) with expected outcomes. It enforces no placeholders (no TODOs/TBD) and includes a mandatory self-review checklist.
Use after brainstorming or spec approval, for multi-step feature work, larger refactors, or when handing work to subagents or human engineers. Skip for trivially small tasks (<3 files). It’s ideal before coding begins and when you need reproducible, reviewable plans saved under docs/plans/active/.
Designed for OpenCode-style agents and developer assistants operating with Gemini, Claude, or similar toolchains; useful for subagent-driven workflows and inline executors.
This skill has not been reviewed by our automated audit pipeline yet.