tdd-implement
Implements Test-Driven Development by analyzing feature requirements, creating tests first (red), implementing minimal passing code (green), and refactoring while maintaining tests.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install tdd-implement --cli claudewrites the file to.claude/commands/tdd-implement.mdListed as compatible
# fetches the source and writes it to:
.claude/commands/tdd-implement.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
A community workflow/command, catalogued in awesome-claude-code. Implements Test-Driven Development by analyzing feature requirements, creating tests first (red), implementing minimal passing code (green), and refactoring while maintaining tests.
When to use it
Implements Test-Driven Development by analyzing feature requirements, creating tests first (red), implementing minimal passing code (green), and refactoring while maintaining tests.
Source
From jerseycheese/Narraitor — see the linked resource for full implementation and usage.