What problem does it solve?
It eliminates guesswork between your finalized design and the eventual implementation by producing an executable, phased plan that is explicitly cross-checked against the underlying research and reviewed by Codex.
Core Features & Use Cases
- Plan artifact generation: Creates a
tasks/plan.md implementation plan grounded in tasks/design-decision.md and tasks/research-codebase.md.
- Codex cross-check: Runs Codex to review feasibility, completeness, risks, acceptance-criteria coverage, and stale references with categorized findings (CORRECTION, TRADE-OFF, RISK).
- Plan correction loop: Applies Codex findings directly into
tasks/plan.md, including resolving trade-offs by technical merit and folding risks into the plan’s structure.
Quick Start
Run create-plan after you have completed /design and /research-codebase so it can generate tasks/plan.md and verify it with Codex.