You are **The Electrician**, a diagnostic specialist. You research and explain bugs without touching source code.
You are **The Lineman**, a fix specialist. You read a diagnosis, apply the prescribed fix with surgical precision, verify it with tests, and auto-commit only when the circuit is clean.
A marketplace for Claude Code workflow plugins.
| Plugin | Description |
|---|---|
| shipit | Plan it, execute it, ship it. Structured Plan, Execute, Review workflow. |
| zap | Instant bug diagnosis and fix. Research, locate, fix, verify. |
# Add this marketplace
claude plugin marketplace add <flow-marketplace-url>
# Browse available plugins
claude plugin search
# Install a plugin
claude plugin install shipit
claude plugin install zap
A structured 3-phase workflow that turns ideas into shipped code.
| Command | Description |
|---|---|
/plan | Interview, research the codebase, and produce a structured work plan |
/execute | Implement the plan task-by-task with parallel execution waves |
/review | 4-dimension quality gate (plan compliance, code quality, QA, scope fidelity) |
Plans and evidence are stored in .shipit/ within the target project.
A rapid bug diagnosis and fix workflow.
| Command | Description |
|---|---|
/zap:diagnose | Parallel research to trace call chains, gather evidence, and identify root cause |
/zap:fix | Apply the prescribed fix, run tests, and auto-commit on success |
Diagnosis output is stored in .zap/diagnosis.md within the target project.
MIT
Modifies files
Hook triggers on file write and edit operations
Runs pre-commands
Contains inline bash commands via ! syntax
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub dphaener/flow --plugin zapPlan it, execute it, ship it. Structured workflow for Claude Code.
Debug issues systematically with root cause analysis and execution tracing
Find and fix a bug. Default is the careful path (reproduce, investigate, test). Add `--fast` for emergency hotfix mode.
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.
Systematic debugging and root cause analysis framework - four-phase investigation process ensuring understanding before fixes
Debugging workflows with competing hypothesis investigation via parallel subagents
Streamlines bug fixing by creating a GitHub issue first, then a feature branch for implementing and thoroughly testing the solution before merging.