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

cw-dispatch-team

01

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

02

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

03

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

04

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

05

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

06

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

07

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

08

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

09

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

10

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

11

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

cw-validate

12

sighup/claude-workflow

Skill Claude CodeCodex

Validates implementation against spec using 7 gates and generates a coverage matrix. This skill should be used after implementation is complete to verify coverage, proof artifacts, and credential safety before review.

15 1mo ago A 41 tokens

cw-worktree

13

sighup/claude-workflow

Skill Claude CodeCodex

Manages git worktrees for parallel feature development. This skill should be used when starting multiple features at once, or to list, switch between, and merge existing worktrees.

15 1mo ago A 39 tokens