tdd-cycle
SolidRun a full RED-GREEN-REFACTOR TDD workflow for a feature. Accepts a feature description, task ID, or spec section as input. Presents a plan for confirmation then runs autonomously through all TDD phases.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- sequenzia
- Repository
- sequenzia/agent-alchemy
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
tdd-workflows-tdd-cycle
Use when working with tdd workflows tdd cycle
tdd-workflows-tdd-cycle
Use when working with tdd workflows tdd cycle
tdd-workflow
Test-first workflow for features, bug fixes, and refactors. Enforces unit, integration, and E2E coverage with a RED-GREEN-REFACTOR loop.
tdd
Guides test-driven development — decompose a feature or bug fix into behaviors, then cycle through Red (failing test) → Green (minimal implementation) → Refactor for each one. Requires /optimus:init and working test infrastructure. Use when starting a new feature or bug fix with test-first discipline.
tdd
Enforces strict Test-Driven Development with RED-GREEN-REFACTOR cycles. Writes one failing test at a time, implements minimal code to pass, then refactors. Uses subagent isolation to prevent tests-by-construction. Pairs with the `code-quality` skill: invokes `Skill('code-quality')` during the REFACTOR phase to apply the full code-quality rule set against the GREEN output, and cites refactor recipes (R1–R20) by ID when reporting changes. Triggers on: "tdd", "write tests", "test this", "add test coverage", "test driven", "red green refactor", "/tdd".