·test-driven-development
</>

test-driven-development

mikeyobrien/ralph-orchestrator

Unified TDD skill with three input modes — from spec, from task, or from description. Enforces test-first development using repository patterns, with proptest guidance and backpressure integration.

7Installs·0Trend·@mikeyobrien

Installation

$npx skills add https://github.com/mikeyobrien/ralph-orchestrator --skill test-driven-development

SKILL.md

One skill for all TDD workflows. Enforces test-first development using existing repository patterns. Three input modes handle different entry points — specs, task files, or ad-hoc descriptions — but the core cycle is always RED → GREEN → REFACTOR.

Use when the input references a .spec.md file with Given/When/Then acceptance criteria.

Programmatic support: ralphcore::preflight::{extractacceptancecriteria, extractcriteriafromfile, extractallcriteria} can parse criteria from spec files.

Unified TDD skill with three input modes — from spec, from task, or from description. Enforces test-first development using repository patterns, with proptest guidance and backpressure integration. Source: mikeyobrien/ralph-orchestrator.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mikeyobrien/ralph-orchestrator --skill test-driven-development
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is test-driven-development?

Unified TDD skill with three input modes — from spec, from task, or from description. Enforces test-first development using repository patterns, with proptest guidance and backpressure integration. Source: mikeyobrien/ralph-orchestrator.

How do I install test-driven-development?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mikeyobrien/ralph-orchestrator --skill test-driven-development Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/mikeyobrien/ralph-orchestrator