tdd-workflow

tdd workflow

affaan-m 232k ↓ 7k MIT updated 25d ago
Claude Code
View source ↗

What it does

  • Writing new features or functionality
  • Fixing bugs or issues
  • Refactoring existing code
  • Adding API endpoints
  • Creating new components
  • Continuing from a /plan output or another .plan.md implementation plan
  • Minimum 80% coverage (unit + integration + E2E)

Requirements & configuration

  • test('updates same user', () => { / depends on previous test / })

Configuration: HEADCLAUDE_PACKAGE_MANAGER

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

tdd-workflow FAQ

What does the tdd-workflow skill do?

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests. Writing new features or functionality Fixing bugs or issues

What does tdd-workflow require?

test('updates same user', () => { / depends on previous test / }) Configuration keys: HEAD, CLAUDE_PACKAGE_MANAGER.

How do I install tdd-workflow?

Run: npx -y skills add https://github.com/affaan-m/everything-claude-code --skill tdd-workflow --agent claude-code — the source lives at github.com/affaan-m/everything-claude-code.

Maintain tdd-workflow?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

tdd-workflow on getagentictools
[![tdd-workflow on getagentictools](https://getagentictools.com/badge/skills/affaan-m-everything-claude-code-tdd-workflow.svg)](https://getagentictools.com/skills/affaan-m-everything-claude-code-tdd-workflow?ref=badge)
npx agentictools info skills/affaan-m-everything-claude-code-tdd-workflow

The second line is the CLI lookup for this page — handy in READMEs and docs.