What problem does it solve? Turning a rough idea, spec, or design doc into an executable implementation plan requires deep codebase analysis and iterative review, which is slow and error-prone when done manually. ## Core Features & Use Cases - Multi-source input handling: Accepts an idea ID, a file path (spec, RFC, design doc), or freeform text, with path-based handoff so large artifacts never pollute the orchestrator's context. - Planner subagent dispatch: Resolves model tiers, fills a prompt template, and dispatches the planner agent to analyze the codebase and write a dated plan file to docs/plans/. - Iterative refinement loop: Hands the plan to the refine-plan skill for review-edit cycles, commit gating, and an executable-plan parseability check before offering execution. - Use Case: Given a spec at docs/specs/reduce-context.md, generate a validated, reviewed implementation plan in docs/plans/ and optionally proceed straight to execute-plan. ## Quick Start Generate an implementation plan from the spec at docs/specs/reduce-context.md and refine it until it is approved.