Back to Everything Claude Code

TDD Command (Legacy Shim)

legacy-command-shims/commands/tdd.md

2.0.0530 B
Original Source

TDD Command (Legacy Shim)

Use this only if you still invoke /tdd. The maintained workflow lives in skills/tdd-workflow/SKILL.md.

Canonical Surface

  • Prefer the tdd-workflow skill directly.
  • Keep this file only as a compatibility entry point.

Arguments

$ARGUMENTS

Delegation

Apply the tdd-workflow skill.

  • Stay strict on RED -> GREEN -> REFACTOR.
  • Keep tests first, coverage explicit, and checkpoint evidence clear.
  • Use the skill as the maintained TDD body instead of duplicating the playbook here.