Skip to content

tdd

This skill should be used when the user wants to implement features or fix bugs using test-driven development. Enforces the RED-GREEN-REFACTOR cycle with vertical slicing, context isolation between test writing and implementation, human checkpoints, and auto-test feedback loops. Uses multi-agent orchestration with the Task tool for architecturally enforced context isolation. Supports Jest, Vitest, pytest, Go test, cargo test, PHPUnit, and RSpec.

Repository Source folder

Details

Path
tdd
Bundled scripts
12
Dependencies
1

Bundled scripts

  • tdd/tests/test_extract_api.py
  • tdd/tests/conftest.py
  • tdd/tests/test_prompts.py
  • tdd/tests/test_run_tests.py
  • tdd/tests/test_discover_docs.py
  • tdd/tests/fixtures/python_project/src/models.py
  • tdd/tests/fixtures/python_project/src/calculator.py
  • tdd/tests/fixtures/ts_project/src/calculator.ts
  • tdd/tests/fixtures/go_project/calculator.go
  • tdd/scripts/discover_docs.sh
  • tdd/scripts/run_tests.sh
  • tdd/scripts/extract_api.sh

FAQ