test-driven-workflow

Implement features through a Red-Green-Refactor test-driven workflow.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/JackSmack1971/claude-code-learning-flywheel --skill test-driven-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-driven-workflow
Source: https://github.com/JackSmack1971/claude-code-learning-flywheel/tree/main/.claude/skills/test-driven-workflow
Command: npx skills add https://github.com/JackSmack1971/claude-code-learning-flywheel --skill test-driven-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Eliminates regressions by requiring tests before implementation and following a Red-Green-Refactor loop.

Core Features & Use Cases

  • Red-Green-Refactor pattern
  • Structured test organization (unit/integration) and factories
  • Use Case: Implement a new feature via TDD; ensure tests drive design

Quick Start

  • Create a failing test, implement minimal code to pass, then refactor while keeping tests green.