tdd-workflow
✓Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.
Installation
SKILL.md
| Behavior | "should add two numbers" | | Edge cases | "should handle empty input" | | Error states | "should throw for invalid data" |
| YAGNI | You Aren't Gonna Need It | | Simplest thing | Write the minimum to pass | | No optimization | Just make it work |
| Duplication | Extract common code | | Naming | Make intent clear | | Structure | Improve organization | | Complexity | Simplify logic |
Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle. Source: poletron/custom-rules.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/poletron/custom-rules --skill tdd-workflow- Source
- poletron/custom-rules
- Category
- >_Productivity
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is tdd-workflow?
Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle. Source: poletron/custom-rules.
How do I install tdd-workflow?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/poletron/custom-rules --skill tdd-workflow Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/poletron/custom-rules
Details
- Category
- >_Productivity
- Source
- skills.sh
- First Seen
- 2026-02-01