TDD Implementer Skill

Community

Code with confidence, TDD-first, always green.

Authorturbobeest
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enforces a strict Test-Driven Development (TDD) cycle, ensuring high code quality, robust test coverage, and fewer bugs. It saves development time and reduces refactoring efforts, letting you focus on innovation.

Core Features & Use Cases

  • Automated TDD Cycle: Guides you through RED (write failing tests), GREEN (implement minimum code), and REFACTOR (improve quality) phases, ensuring a disciplined approach.
  • Mandatory Coverage Gates: Blocks completion if code coverage (line, branch, critical paths) falls below predefined thresholds, guaranteeing quality.
  • Parallel Implementation: Optimizes development speed by identifying and enabling parallel implementation for loosely coupled tasks, accelerating your project.
  • Use Case: When starting a new feature, activate this skill to automatically set up the TDD workflow, generate failing tests, and guide you to a fully tested, production-ready implementation.

Quick Start

Begin phase 3, implement the current task using TDD, ensuring 80% line and 70% branch coverage.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: TDD Implementer Skill
Download link: https://github.com/turbobeest/vibing/archive/main.zip#tdd-implementer-skill

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository