Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
All workflows
Expert workflow guide

Best agent skills for test-driven development

Choose a test-first discipline that makes agent feedback visible before implementation.

How to choose

Both collections enforce an observed red-green loop. Matt’s version is a compact seam-oriented daily discipline; Addy’s fits inside a larger lifecycle with explicit planning, review, and shipping phases.

01

TDD

Matt Pocock
Testing

Applies a strict red-green loop and defines what makes an integration test worth keeping.

Our take: A pragmatic, seam-oriented TDD guide that insists on observing the failure before implementation and favors tests through public behavior. It is especially useful when coding agents otherwise add tests after the fact to bless what they already wrote.

Review Source
02

Implement

Matt Pocock
Build

Implements an approved specification or ticket set through explicit engineering seams.

Source
03

Test-Driven Development

Addy Osmani
Testing

Drives behavior changes through enforced red-green-refactor cycles.

Source
04

Incremental Implementation

Addy Osmani
Build

Ships multi-file work as small independently verifiable increments.

Source