mrlarson2007/copilot-tdd-harness
Agent
Interactive requirements planning agent that turns a broad feature request into concrete Given, When, Then scenarios and can save the plan under docs/requirements after user confirmation.
mrlarson2007/copilot-tdd-harness
Agent
Interactive requirements planning agent that turns a broad feature request into concrete Given, When, Then scenarios and can save the plan under docs/requirements after user confirmation.
mrlarson2007/copilot-tdd-harness
Agent
Orchestrates a single TDD cycle (Red → Green → Commit → Refactor) for a scenario slice. Handles all phase transitions, contract handoffs, and escalation. Loads phase skills and assets as needed. Reports only cycle-complete or escalate to the main orchestrator.
mrlarson2007/copilot-tdd-harness
Agent
Opt-in TDD workflow for building a feature or fix using strict Red-Green-Commit-Refactor discipline. Provide a task description when you activate me, or I will ask. Tell me whether to run one cycle or keep going until the feature is complete.
mrlarson2007/copilot-tdd-harness
Instructions file GitHub Copilot
Go-specific TDD conventions for this repository, including test naming, commands, and test-double guidance.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Helps a user break down a broad or ambiguous requirement into concrete, testable behaviors.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Guides the creation of an atomic commit after the green phase. Enforces one-commit-per-green, clear messages, and no scope creep. Loads detailed rules from asset files.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Guides the orchestration of a single TDD cycle (Red → Green → Commit → Refactor) for a scenario slice. Defines contract handoffs, escalation, and progressive context disclosure. Specifies how to load and reference phase skills and assets.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Guides the implementation of the simplest code to pass the current failing test. Enforces minimal change, no test edits, and commit discipline. Loads detailed rules from asset files.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Plans the next concrete behavior for TDD before RED begins. Use when a task is broad, ambiguous, or needs to be decomposed into the smallest falsifiable next slice with edge cases considered first.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Guides the creation of a single failing behavior test for a scenario slice. Enforces one-behavior-per-test, readable assertions, and correct failure detection. Loads detailed rules from asset files.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Guides the improvement of code and tests after green. Enforces behavior preservation, readability, and helper/builder introduction. Loads detailed rules from asset files.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Configure TDD harness for this project. Uses exemplar test and production code plus LLM analysis to extract project patterns, then interviews you to fill any gaps. Generates .github/instructions/tdd-patterns.instructions.md and stage-specific pattern assets.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Runs the expected verification command for a TDD step, compares the observed result with the declared expectation, and reverts only the scoped changes when verification disproves the step.
mrlarson2007/copilot-tdd-harness
Skill Claude CodeCodex
Enforces a strict Red-Green-Refactor-Commit TDD workflow. Use when making any code changes or adding behavior. Guides the RED→GREEN→COMMIT→REFACTOR cycle with one-test-per-cycle discipline, edge-case-first ordering, minimal green implementations, and explicit verification checkpoints.