specification-driven-tdd

Official

Drive tests from spec, not implementation.

AuthorReadyStateChange
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill enforces a contract-first testing workflow where a formal specification drives every test and production code.

Core Features & Use Cases

  • Establish an implementation-independent specification before tests to lock in observable behavior.
  • Write a failing contract test derived from the specification, then implement the minimum production code to satisfy it.
  • Refactor after passing tests to improve structure while preserving contract and observable outcomes.
  • Follow approved testing guidance for JavaScript/TypeScript and avoid asserting implementation details beyond the specification.

Quick Start

Write or confirm a specification first, then write a failing contract test, implement the minimum code to pass, and refactor without changing observable behavior.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: specification-driven-tdd
Download link: https://github.com/ReadyStateChange/agents/archive/main.zip#specification-driven-tdd

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.