Orchestrated agentic workflows for Claude Code — plan, review, and execute with parallel quality gates
npx claudepluginhub metalspawn/claude-opsOrchestrated agentic workflows for Claude Code — plan, execute, and submit with automated quality gates
A Claude Code plugin that provides structured, multi-agent workflows for non-trivial code changes. Plan collaboratively, then execute autonomously with parallel quality gates.
Multi-PR feature:
/orc:decompose → approve → then per step ↓
Single PR:
/orc:plan → approve → /orc:tasks → confirm → /orc:execute → /orc:ship
│ │ │
creates branch worker → review push → PR → self-review
(if needed) gates → commit │
findings? → fix → /orc:ship
clean? → ready for human review
│
/orc:pull-comments
│
triage → fix → /orc:ship
Direct task:
/orc:execute <task> → review gates → commit → /orc:ship
Eight skills. Five specialised agents.
| Phase | Skill | What happens |
|---|---|---|
| Decompose | /orc:decompose | Break a feature into PR-sized steps — clarifies boundaries with you first |
| Plan | /orc:plan | Explore codebase → clarify ambiguity → produce plan → critical review → present for approval |
| Branch | /orc:branch | Create a feature branch (invoked by /orc:tasks or directly) |
| Tasks | /orc:tasks | Branch setup → create tasks with acceptance criteria from the plan |
| Execute | /orc:execute | For each task: worker implements → three parallel review gates → commit |
| Ship | /orc:ship | Push → create/update PR → self-review → triage findings |
| PR | /orc:pr | Create or update a PR with project convention detection (invoked by /orc:ship or directly) |
| Review | /orc:pull-comments | Fetch external PR comments → categorise → triage → route to next step |
For simple, direct tasks: /orc:execute <task> skips planning and creates a single task inline.
When work spans multiple PRs, start with /orc:decompose to break the feature into ordered, independently shippable steps. After approving the decomposition, run each step through the standard /orc:plan → /orc:tasks → /orc:execute → /orc:ship cycle.
| Agent | Role | Used by |
|---|---|---|
worker | Implements code for a specific task | /orc:execute |
plan-reviewer | Critiques plans for flaws before execution | /orc:plan |
code-reviewer | Checks code against project CLAUDE.md conventions | /orc:execute |
semantic-reviewer | Checks naming clarity and comment accuracy | /orc:execute |
validator | Runs tests, lint, type checks | /orc:execute |
After the worker implements each task, three agents run in parallel:
worker (implement)
│
▼
┌──────────┬───────────┬───────────┐
│ code- │ semantic- │ validator │
│ reviewer │ reviewer │ │
└────┬─────┴─────┬─────┴─────┬─────┘
│ │ │
▼ ▼ ▼
PASS/FAIL PASS/FAIL PASS/FAIL
All PASS → commit
Any FAIL → worker fixes → all three re-run
They check orthogonal concerns — conventions, naming, and correctness — so all three must re-run after any fix.
Plans include a Verification Plan — concrete, product-level scenarios that prove the feature works end-to-end. These aren't restated unit tests; they're things a human (or integration test) can run against the system:
curl localhost:3000/api/health → 200 OK"/orc:tasks creates a final verification task (blocked by all implementation tasks) that the validator runs after everything is built. Manual-only scenarios are flagged without blocking.
Both /orc:decompose and /orc:plan pause after codebase exploration to check in with you when:
When everything is clear, the step is skipped automatically — no unnecessary interruptions.
Once all tasks pass their review gates and are committed, /orc:ship handles the PR lifecycle:
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations