mrlarson2007

14 mods across 1 repository, 5 stars between them.

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.

5 3mo ago A 34 tokens original MIT

tdd-cycle-runner

02

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.

5 3mo ago A 56 tokens original MIT

tdd

03

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.

5 3mo ago A 56 tokens original MIT

tdd-commit

06

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.

5 3mo ago A 36 tokens original MIT

tdd-cycle-runner

07

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.

5 3mo ago A 49 tokens original MIT

tdd-green

08

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.

5 3mo ago A 35 tokens original MIT

tdd-planning

09

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.

5 3mo ago A 45 tokens original MIT

tdd-red

10

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.

5 3mo ago A 39 tokens original MIT

tdd-refactor

11

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.

5 3mo ago A 31 tokens original MIT

tdd-setup

12

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.

5 3mo ago A 53 tokens original MIT

tdd-test-run

13

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.

5 3mo ago A 41 tokens original MIT

tdd-workflow

14

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.

5 3mo ago A 60 tokens original MIT