orchestration
v0.16.8Subagent orchestration discipline: delegation contracts (self-contained prompts, compressed evidence-backed returns, model/effort tiering, scout-then-fanout, writer isolation), verification panels (refuter voting, judge panels, loop-until-dry, completeness critic), plus the shared contract review commands route their fix lists through. Includes /orchestration:review.
By Ivan-WG1 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 5, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install orchestration for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install orchestration-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/galaykos/cc-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/orchestration/.
Plugin files
├── .claude-plugin/plugin.json├── skills/delegation-contracts/SKILL.md├── skills/ultra-assess/SKILL.md└── skills/verification-panels/SKILL.md
Included Skills3
Use when spawning subagents, delegating via Task/Agent, writing an agent prompt, planning a fan-out, or reading a subagent report — prompt contracts, evidence-backed compressed returns, model/effort tiering. Owns HOW to phrase and verify the dispatch; WHAT to split is code-architecture:plan-before-code, and pricing parallel execution is task-runner:parallel-planning.
Use when an assessment run is triggered with "ultra-assess"/"ultraassess"/"ultra-assessment" in a prompt — the Extreme Boost contract for assessment-shaped work (inventory, audit, gap-analysis, survey, review-at-scale); returns findings/backlog, not task cards.
Use when deciding whether agent findings can be trusted, verifying subagent output, planning a review fan-out, judging competing solutions, or when discovery may stop too early — refuter voting, judge panels, loop-until-dry, completeness-critic.
Plugin manifests1
{
"name": "orchestration",
"version": "0.16.8",
"description": "Subagent orchestration discipline: delegation contracts (self-contained prompts, compressed evidence-backed returns, model/effort tiering, scout-then-fanout, writer isolation), verification panels (refuter voting, judge panels, loop-until-dry, completeness critic), plus the shared contract review commands route their fix lists through. Includes /orchestration:review.",
"author": {
"name": "Ivan-WG",
"email": "[email protected]"
},
"keywords": [
"process",
"worker"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[orchestration on Agent Plugins Marketplace](https://pluginsmp.com/plugins/orchestration-2)