Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-workflow.
Plugin Claude Code
Plugin marketplace listing 1 plugin: 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.
Agent
Bug fixer that investigates and fixes application bugs detected by tests. Fixes application code, never test code.
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.
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.
Agent
Task planner that transforms specs into dependency-aware task graphs. Use when breaking down a specification into executable tasks with proper sequencing.
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.
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.
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).
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.
Agent
Test step executor that runs one test step. Use when executing test scenarios generated by cw-testing init.
Agent
QA engineer that validates implementations against specs using 7 mandatory gates. Use after implementation tasks complete to verify coverage and generate validation reports.
Hook
Runs before the agent uses a tool for Skill tool calls, executing validate-task-list-id.sh. From 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).
Skill Claude CodeCodex
Identifies independent tasks and spawns parallel agent workers. This skill should be used after cw-plan to execute multiple tasks concurrently.
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.
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.
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.
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.
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.
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).
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.
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.
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.