tdd-workflow

Guide teams through the TDD RED-GREEN-REFACTOR cycle with quality gates.

3|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/Grimblaz/workflow-template --skill tdd-workflow-grimblaz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdd-workflow
Source: https://github.com/Grimblaz/workflow-template/tree/main/.claude/skills/tdd-workflow
Command: npx skills add https://github.com/Grimblaz/workflow-template --skill tdd-workflow-grimblaz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Guides teams through the TDD cycle (RED-GREEN-REFACTOR) and quality gates to ensure robust, well-tested software.

Core Features & Use Cases

  • RED-GREEN-REFACTOR Cycle: Steps to write failing tests, implement code, and refactor safely.
  • Quality Gates: Mutation testing, coverage, and deterministic test success.
  • Patterns & References: Test patterns, commands, and anti-patterns.

Quick Start

Identify the behavior to test, write a failing test (RED), implement minimum code (GREEN), run tests and gates (validate), and refactor if necessary (REFACTOR); consult the references for patterns and commands.