TDD Agent

Community

Automate your TDD workflow, rest easy.

AuthorIANTHEREAL
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the Test-Driven Development (TDD) process, handling the intricate cycle of writing code, reviewing it, and fixing issues, freeing developers from repetitive tasks.

Core Features & Use Cases

  • Automated TDD Cycle: Manages the implement-review-fix loop, delegating tasks to specialized AI agents.
  • Code Implementation & Review: Orchestrates code generation, test creation, and rigorous code reviews.
  • Branch Management: Creates and tracks new branches for each development iteration, ensuring a clean lineage.
  • Use Case: Automatically add a new API endpoint for user authentication, including writing tests and ensuring code quality, all driven by a simple task description.

Quick Start

Use the TDD Agent skill to add user authentication to the API, starting from parent branch ID '123e4567-e89b-12d3-a456-426614174000'.

Dependency Matrix

Required Modules

pip install -e .

Components

scripts

💻 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 Agent
Download link: https://github.com/IANTHEREAL/dev_agent/archive/main.zip#tdd-agent

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