30-SECOND BRIEF
What it does—and when it fits
TDD is Matt Pocock's reference workflow for behavior-focused red-green-refactor cycles. It asks the user to agree on public test seams, favors vertical slices over writing all tests first, and treats tests as durable specifications that should survive internal refactors.
INSTALL BY AGENT
Choose your Agent
Paths come from official Agent docs or the universal installer behind skills.sh. Compatibility still follows this Skill's record.
.claude/skills/tdd/~/.claude/skills/tdd/Use project scope for team sharing and personal scope across repositories. The installer defaults to project scope; add -g for personal scope.
This source cannot produce a reliable command. Open the listed source and copy the complete Skill folder manually.
Claude Code discovers custom Skill folders automatically at project or personal scope.
View path evidence ↗TYPICAL WORKFLOW
A practical workflow
Agree test seams
Identify public boundaries before writing tests.
Run vertical cycles
Write one failing behavior test, implement it, then repeat.
Refactor on green
Improve structure only after the behavior suite passes.
THE TRADEOFFS
Advantages and tradeoffs
Notable strengths
- This profile is manually organized around the current upstream SKILL.md workflow.
- The capability boundary remains explicitly tied to mattpocock.
- Core uses, limitations, and risks are separated for pre-install review.
Limitations
- The workflow needs a functioning test runner and clear public behavior.
- TDD cannot compensate for testing the wrong seam or misunderstanding the requirement.
BEST FIT
Who it is for
Engineers implementing behavior incrementally
Teams trying to make tests resilient to refactors
BEFORE YOU USE IT
Risks to review before use
False confidence
A green suite only validates the selected examples and seams. Keep exploratory, integration, and operational checks where needed.
Upstream instruction drift
Behavior can change with upstream updates. Record the commit used for important workflows and review updates before adoption.
SECURITY
What the permission profile means
- Declared access remains governed by the current upstream SKILL.md and runtime requests.
- Treat repository files, web content, and tool output as untrusted input.
- SkillSignal has not independently executed or security-audited this package; external skills.sh labels are not SkillSignal certification.
Not a security certification. External ratings are attributed references. SkillSignal has not independently executed or security-reviewed this Skill.
INSIDE THE PACKAGE
Indexed files
TAGS
Manually expanded from the current upstream SKILL.md and linked source at mattpocock, checked 2026-08-19. This is an original summary, not an execution result or security certification.