
Gsd:Reference:Tdd
- 1 installs
- 8 repo stars
- Updated January 20, 2026
- ctsstc/get-shit-done-skills
Reference for test-driven development execution patterns within GSD plans.
About
TDD workflow specification including RED-GREEN-REFACTOR cycle, test infrastructure detection, and commit sequencing.
- RED-GREEN-REFACTOR execution cycle
- Per-TDD-task commit sequencing (test/feat/refactor)
Gsd:Reference:Tdd by the numbers
- 1 all-time installs (skills.sh)
- Ranked #1,366 of 1,879 Documentation skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ctsstc/get-shit-done-skills --skill gsdreferencetddAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 8 |
| Last updated | January 20, 2026 |
| Repository | ctsstc/get-shit-done-skills ↗ |
What it does
Reference for test-driven development execution patterns within GSD plans.
Files
GSD TDD Reference
Test-Driven Development patterns and practices.
When to Use
- Writing new functionality
- Refactoring existing code
- Ensuring test coverage
TDD Cycle
1. Red - Write failing test 2. Green - Make test pass 3. Refactor - Improve code
Best Practices
- Write smallest test first
- Test one thing at a time
- Use descriptive test names
- Maintain fast test execution
- Achieve high coverage
Success Criteria
Tests written before implementation, all passing.
Related skills
Documentationworkflow