What problem does it solve? It turns a bug fix, small feature, or targeted refactor request into an immediately implementable plan, so a single developer or one OpenCode thread can execute the change end to end without scope creep or missing verification steps. ## Core Features & Use Cases - Bounded Planning: Researches the repo with local reads (rg, git status, targeted file inspection) and produces a plan covering every file change, documentation impact, dependencies, and ordering. - Verification Contract: Every plan includes machine-checkable verification commands and testable acceptance criteria, optionally referencing roadmap goal IDs like EC-<ALIAS>-<N>. - Handoff & Reflection Artifacts: Writes a plan artifact, a repo-local handoff with frontmatter metadata, a manifest entry, and a per-run reflection for continuous skill improvement. - Use Case: Ask for a plan to fix a specific bug; the skill inspects the relevant files, enumerates each change with reasons, and returns a plan with acceptance criteria you can hand directly to an implementer. ## Quick Start Ask the agent to create a detailed implementation plan for your specific bug fix or small feature, for example: plan the change to add rate limiting to the login endpoint.