ac-tdd-runner

Installation
SKILL.md

AC TDD Runner

Automate the Test-Driven Development cycle for feature implementation.

Purpose

Enforces the RED-GREEN-REFACTOR cycle, ensuring all features are implemented with test-first methodology for quality and maintainability.

Quick Start

from scripts.tdd_runner import TDDRunner

runner = TDDRunner(project_dir)
result = await runner.run_cycle(feature)

TDD Cycle

Installs
20
GitHub Stars
11
First Seen
Jan 24, 2026
ac-tdd-runner — adaptationio/skrillz