TDD Workflow

Establishes a red-green-refactor cycle for test-driven development.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/customer-cloud-club/meeting-visualizer --skill tdd-workflow-customer-cloud-club
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TDD Workflow
Source: https://github.com/customer-cloud-club/meeting-visualizer/tree/main/.claude/skills/tdd-workflow
Command: npx skills add https://github.com/customer-cloud-club/meeting-visualizer --skill tdd-workflow-customer-cloud-club

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Establishes a red-green-refactor cycle to ensure code quality via tests first.

Core Features & Use Cases

  • Red-Green-Refactor loop
  • Unit and integration tests

Quick Start

Follow the tests-first approach; write tests then implement.