sighup/claude-workflow

Claude Code plugin for spec-driven development. Takes features from idea to validated implementation using structured specs, dependency-aware task graphs, and parallel agent execution.

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

bug-fixer

01

sighup/claude-workflow

Agent

Bug fixer that investigates and fixes application bugs detected by tests. Fixes application code, never test code.

15 1mo ago A 21 tokens

explainer

02

sighup/claude-workflow

Agent

Isolated explainer that authors a self-contained interactive HTML explanation of a change from the diff and repository alone. Spawned by cw-explain with resolved parameters so the explanation reflects what actually shipped, not the invoking session's intent.

15 1mo ago A 46 tokens

implementer

03

sighup/claude-workflow

Agent

Coding worker that executes tasks using the 11-step protocol. Use to implement a specific task from the task board with atomic commits and proof artifacts.

15 1mo ago A 29 tokens

planner

04

sighup/claude-workflow

Agent

Task planner that transforms specs into dependency-aware task graphs. Use when breaking down a specification into executable tasks with proper sequencing.

15 1mo ago A 24 tokens

proof-verifier

05

sighup/claude-workflow

Agent

Read-only verification child that independently re-runs a task's proof commands and post-verification checks, returning a structured per-proof PASS/FAIL verdict. Use from cw-execute Steps 6 and 9 to gate task completion on observed results instead of the implementer's self-report.

15 1mo ago A 56 tokens

researcher

06

sighup/claude-workflow

Agent

Codebase researcher that performs deep exploration and produces structured research reports. Use before cw-spec to understand an unfamiliar or complex codebase and generate enriched context for specification writing.

15 1mo ago A 33 tokens

reviewer

07

sighup/claude-workflow

Agent

Code reviewer that examines files for bugs, security issues, and spec compliance. Operates in two modes: file-partitioned (cw-review) or concern-partitioned (cw-review-team).

15 1mo ago A 39 tokens

spec-writer

08

sighup/claude-workflow

Agent

Specification author that transforms feature ideas into structured specs with demoable units and proof artifacts. Use when starting a new feature that needs formal requirements.

15 1mo ago A 28 tokens

test-executor

09

sighup/claude-workflow

Agent

Test step executor that runs one test step. Use when executing test scenarios generated by cw-testing init.

15 1mo ago A 20 tokens

validator

10

sighup/claude-workflow

Agent

QA engineer that validates implementations against specs using 7 mandatory gates. Use after implementation tasks complete to verify coverage and generate validation reports.

15 1mo ago A 26 tokens