Skip to main content
AI/MLbdfinst

test-driven-development

Enforce RED-GREEN-REFACTOR cycle with hard gates. Use this skill whenever writing new code, fixing bugs, or adding features — any time implementation code will be written or modified. Prevents the common LLM failure mode of writing implementation first and tests later (or never). Also use when reviewing code to verify TDD discipline was followed.

Stars
190
Source
bdfinst/agentic-dev-team
Updated
2026-05-30
Slug
bdfinst--agentic-dev-team--test-driven-development
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/bdfinst/agentic-dev-team/HEAD/plugins/agentic-dev-team/skills/test-driven-development/SKILL.md -o .claude/skills/test-driven-development.md

Drops the SKILL.md into .claude/skills/test-driven-development.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.