What problem does it solve?
It converts a brainstormed set of requirements into an execution-ready implementation plan, so you can move from ideas to safe, test-driven work with clear unit boundaries and checkpoints.
Core Features & Use Cases
- Stage discipline with TDD gates: Enforces RED → GREEN → REFACTOR verification rules for every implementation unit to prevent unchecked coding.
- Project-aware planning: Loads project workflow and testing rules, detects the project language, and applies language- and web-specific rule sets when needed.
- Solution reuse via evidence-first search: Runs a grep-first solution search across project and global solution repositories, reads frontmatter for scoring, then fully reads the top candidates to inform the plan.
- Incremental plan updates: When a plan already exists, uses plan diffing to patch incrementally rather than rewriting from scratch.
- Optional CEO Review: Offers strategic review modes (CEO/Strict) that can revise the plan before handing off to execution.
Quick Start
Use this skill after you have a brainstorm artifact ready, then ask your agent to produce the plan and hand off to the next step for execution.