benji-bizzell/Workflow

TDD workflow plugin for Claude Code: research → spec → implement with QC gates

2Stars on the repository
16Mods indexed here, across every type
7mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

benji-bizzell/Workflow

Agent Claude Code

Validates test design quality at Phase X.0 (red phase) before implementation begins. Ensures tests are specific enough to guide correct implementation and catch real bugs. Use after writing tests, before starting implementation.

2 7mo ago A 47 tokens

research-qc

03

benji-bizzell/Workflow

Agent Claude Code

QC agent that validates Research skill outputs before commit. Checks interface source tracing, decomposition coverage, API documentation, and open questions.

2 7mo ago A 29 tokens

benji-bizzell/Workflow

Agent Claude Code

Validates internal consistency of spec.md after parallel drafting. Checks that all sections reference the same FRs, types, and scope.

2 7mo ago A 32 tokens

spec-executor

05

benji-bizzell/Workflow

Agent Claude Code

Orchestrates the spec and implement workflow for a single spec unit, maximizing parallelism via sub-agents. Dispatched by /orchestrate skill to execute a spec unit after research has created spec-research.md.

2 7mo ago A 48 tokens

benji-bizzell/Workflow

Agent Claude Code

Validates implementation matches spec requirements. Verifies FR success criteria are met, interface contracts are followed, and scope is correct. Use at Phase X.2 Step 0 before code quality review.

2 7mo ago A 45 tokens

spec-qc

07

benji-bizzell/Workflow

Agent Claude Code

QC agent that validates Spec skill outputs before commit. Delta check to ensure spec didn't break what Research QC validated.

2 7mo ago A 26 tokens

test-optimiser

08

benji-bizzell/Workflow

Agent Claude Code

Optimises tests for genuine confidence, not coverage metrics. Focuses on recently modified tests, ensuring they verify meaningful behavior and would fail if code were broken.

2 7mo ago A 36 tokens