What problem does it solve?
It eliminates incomplete, guess-driven feature work by enforcing a complete Test-Driven Development cycle with planning, implementation, review, and final verification.
Core Features & Use Cases
- Requirement clarification (Phase 0): Asks targeted questions until acceptance criteria and constraints are fully understood.
- TDD-driven orchestration (Phase 1): Delegates planning, verification, parallel TDD implementation in isolated worktrees, consolidation, and review.
- Completion with enforced guardrails (Phase 2): Commits changes only after tests, lint/build, and acceptance criteria are confirmed met.
Use case: When you describe a new feature, bugfix, or chore, this skill produces a fully implemented solution with failing tests first, then green tests, then review and integration into the main output.
Quick Start
Tell your AI: "Use implement to build the new $ARGUMENTS feature with complete TDD and review cycles."