What problem does it solve?
Automates the transformation of vague implementation tasks into concrete, grounded expansion plans with explicit file references, line numbers, and verification commands, preventing ambiguity and guesswork.
Core Features & Use Cases
- Investigates the current BR task and related epic/context to extract goals, hints, and success criteria.
- Locates real, existing codebase files to reference in the expansion plan and ensures all steps map to actual artifacts.
- Produces a step-by-step plan where each step is a TDD cycle, with explicit file paths, changes, and verification commands.
- Provides a final, machine-checkable verification for the complete plan using cape check.
- Advises on splitting large tasks when 10 steps would be exceeded.
Quick Start
Provide a BR task to be expanded into a grounded, step-by-step plan ready for execution.