What problem does it solve?
Enforces a structured, evidence-driven development flow to prevent premature coding, architectural drift, duplicate implementations, and unverified changes when working on complex multi-file tasks.
Core Features & Use Cases
- Phase-based orchestration: Brainstorm → Research → Plan → Implement → Test with hard phase gates that block file writes until plan approval.
- TDD & sensors: Enforces TDD state machine (RED→GREEN), runs linters/typechecks, mutation testing, and collects receipts for every slice.
- Worktree & session management: Git worktree forks, session state files, phase review gates, cross-model reviews, and automatic reporting.
- Use Case: Ideal for adding a new feature that touches many modules or performing an architectural refactor where research, a reviewed plan, and strict verification are required before code changes.
Quick Start
Run /deep-work followed by a concise task description to start the Brainstorm → Research → Plan → Implement → Test flow and approve the plan to begin automated implementation.