benji-bizzell

16 mods across 1 repository, 2 stars between them.

benji-bizzell/Workflow

Plugin Claude Code

TDD workflow with QC gates: research (explore & decompose) → spec (requirements & checklist) → implement (test-first with review agents).

2 7mo ago A tokens not measured

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

04

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

06

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

08

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

09

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

prime

10

benji-bizzell/Workflow

Command Claude Code

Load essential project context and show current development status.

2 7mo ago A 9 tokens

settings

11

benji-bizzell/Workflow

Settings file Claude Code

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

2 7mo ago A tokens not measured

implement

12

benji-bizzell/Workflow

Skill Claude CodeCodex

Implements specifications using TDD methodology with quality review. Use when implementing a spec, writing code from requirements, following TDD workflow. Includes test-first development, implementation, and thorough code review before PR.

2 7mo ago A 43 tokens

orchestrate

13

benji-bizzell/Workflow

Skill Claude CodeCodex

Execution kickoff for feature work. Reads committed research artifacts, checks TaskList, and spawns spec-executor agents for parallel autonomous execution.

2 7mo ago A 31 tokens

prime

14

benji-bizzell/Workflow

Skill Claude CodeCodex

Load essential project context and show current development status.

2 7mo ago A 11 tokens

research

15

benji-bizzell/Workflow

Skill Claude CodeCodex

Explores a problem space, gathers context, designs approach, and decomposes into implementable specs. Use when starting new work, investigating issues, planning features, or decomposing large changes. This is the "fuzzy front end" where exploration and human dialog happen.

2 7mo ago A 56 tokens

spec

16

benji-bizzell/Workflow

Skill Claude CodeCodex

Creates a technical specification from research. Use after the research skill to produce spec.md and checklist.md for a decomposed spec unit.

2 7mo ago C 28 tokens