sighup

26 mods across 1 repository, 15 stars between them.

claude-workflow

02

sighup/claude-workflow

Plugin Claude Code

Unified spec-to-execution workflow system. Combines spec rigor, autonomous execution, and native task orchestration with parallel agent dispatch. Swarms-ready architecture.

15 1mo ago A tokens not measured

bug-fixer

03

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

04

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

05

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

06

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

07

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

08

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

09

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

10

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

11

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

12

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

PreToolUse

13

sighup/claude-workflow

Hook

Runs before the agent uses a tool for Skill tool calls, executing validate-task-list-id.sh. From sighup/claude-workflow.

15 1mo ago A tokens not measured

cw-dispatch-team

14

sighup/claude-workflow

Skill Claude CodeCodex

Persistent agent team dispatcher with lead coordination. This skill should be used after cw-plan to execute tasks via a managed team (requires CLAUDECODEEXPERIMENTALAGENTTEAMS=1 and CLAUDECODETASKLISTID).

15 1mo ago A 52 tokens

cw-dispatch

15

sighup/claude-workflow

Skill Claude CodeCodex

Identifies independent tasks and spawns parallel agent workers. This skill should be used after cw-plan to execute multiple tasks concurrently.

15 1mo ago A 29 tokens

cw-execute

16

sighup/claude-workflow

Skill Claude CodeCodex

Executes a single task from the task board using the 11-step implementation protocol. This skill should be used after cw-plan or cw-dispatch assigns a task, or when manually implementing a specific task by ID.

15 1mo ago A 47 tokens

cw-explain

17

sighup/claude-workflow

Skill Claude CodeCodex

Generates a rich, interactive explanation of a diff, branch, PR, or uncommitted changes with Background, Intuition, Code walkthrough, and Quiz sections, published as a hosted Claude Code artifact. This skill should be used before creating a PR, or any time a human wants to deeply understand a change.

15 1mo ago A 67 tokens

cw-gherkin

18

sighup/claude-workflow

Skill Claude CodeCodex

Internal subagent that generates Gherkin BDD scenarios from spec acceptance criteria. Produces one .feature file per demoable unit in the spec directory and optionally creates cw-testing task stubs on the task board. Called automatically by cw-spec.

15 1mo ago A 54 tokens

cw-plan

19

sighup/claude-workflow

Skill Claude CodeCodex

Transforms a specification into a task graph with dependencies. This skill should be used after cw-spec to break a spec into executable tasks with proper sequencing before dispatching with cw-dispatch.

15 1mo ago A 39 tokens

cw-research

20

sighup/claude-workflow

Skill Claude CodeCodex

Performs preliminary codebase fact-finding and produces a structured research report. This skill should be used before cw-spec to understand an unfamiliar or complex codebase and generate enriched context for specification writing.

15 1mo ago A 43 tokens

cw-review-team

21

sighup/claude-workflow

Skill Claude CodeCodex

Team-based concern-partitioned code review. Each reviewer sees ALL files through a specialized lens (security, correctness, spec compliance). This skill should be used after cw-validate for thorough cross-file review (requires CLAUDECODETASKLISTID).

15 1mo ago A 54 tokens

cw-review

22

sighup/claude-workflow

Skill Claude CodeCodex

Reviews implementation code for bugs, security issues, and quality problems. Creates FIX tasks for issues found. This skill should be used after cw-validate to catch issues before merge.

15 1mo ago A 38 tokens

cw-spec

23

sighup/claude-workflow

Skill Claude CodeCodex

Generates a structured specification with demoable units, functional requirements, and proof artifact definitions. This skill should be used when starting a new feature to define what will be built before any code is written.

15 1mo ago B 43 tokens

cw-testing

24

sighup/claude-workflow

Skill Claude CodeCodex

E2E testing with auto-fix. Generates tests from specs, executes in isolated subagents, and auto-fixes application bugs. This skill should be used after implementation to verify end-to-end behavior.

15 1mo ago A 44 tokens