What problem does it solve?
Automates and enforces a disciplined planning workflow by converting an existing plan into a Red/Green/Refactor cycle, ensuring tests are written before implementations and the plan is consistently structured.
Core Features & Use Cases
- Structured TDD workflow: transforms plan-review into Red (failing tests), Green (implementation), and Refactor (coverage) phases.
- Phase injection and mapping: automatically inserts Phase 0 tests and maps each RED task to a corresponding GREEN implementation task.
- Non-destructive transformations: restructures the plan file without executing or writing code, preserving user data and intent.
- End-to-end plan quality: supports audit trails, dependency tracking, and coverage verification across the entire plan lifecycle.
Quick Start
Execute /bp-tdd-review on the current plan to generate a RED Phase 0 test suite, GREEN implementations, and a final coverage phase.