Turn a plan document into stepwise /orchestrate prompts and agent chains.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "plan-orchestrate" skill from askskill: 1. Download https://raw.githubusercontent.com/affaan-m/ECC/main/skills/plan-orchestrate/SKILL.md 2. Save it as ~/.claude/skills/plan-orchestrate/SKILL.md 3. Reload skills and tell me it's ready
Read the following product launch plan, break it into executable steps, design an appropriate agent chain from the ECC catalogue for each step, and output ready-to-paste custom /orchestrate prompts. Do not invoke /orchestrate itself; only generate prompts. Plan: ...
A step-by-step orchestration plan with goals, recommended agent chains, and ready-to-use /orchestrate prompts.
Here is a research execution plan. Split it into stages such as information gathering, analysis, writing, and review, then design ECC agent chains for each stage and output a final set of copyable /orchestrate prompts. Generate only; do not execute. Plan: ...
A staged set of prompts covering the full research workflow, with matching agent chains and handoff notes.
Based on this development roadmap, decompose it into steps such as requirement clarification, architecture design, coding, testing, and release; match an agent chain from the ECC catalogue for each step and output complete prompt templates suitable for /orchestrate. Do not run any commands. Roadmap: ...
A stepwise orchestration template for the development workflow, ready to paste into /orchestrate.
Bridge a plan document to /orchestrate custom by emitting one ready-to-paste invocation per step. The skill is generative only — it never executes /orchestrate. The user pastes each line when ready.
/orchestrate.Skip when:
/orchestrate custom directly.<plan-doc-path> [--lang=python|typescript|go|rust|cpp|java|kotlin|flutter|auto] [--scope=all|step:<n>|range:<a>-<b>] [--dry-run]
<plan-doc-path> — required; relative or absolute path (@docs/... accepted).--lang — reviewer language variant; defaults to auto (detected from project).--scope — limits emitted steps; defaults to all.--dry-run — print decomposition + chain rationale only; do not emit final prompts./orchestrate shape (do not deviate){ORCH_CMD} custom "<agent1>,<agent2>,...,<agentN>" "<task description>"
Where {ORCH_CMD} is determined in Phase 0 (see below). The command string in the emitted output always uses one concrete form — never both, never a placeholder.
custom is a sequential chain; each agent's HANDOFF feeds the next.--mode / --gate / --agents=... flags exist — never invent them.\".Two install forms determine the prefix on both the slash command and every agent name. The two MUST stay in sync — one form per output, never mixed:
Let <claude-home> denote the Claude Code home directory: ~/.claude on macOS/Linux, %USERPROFILE%\.claude on Windows. Resolve it the way the host platform resolves the user home directory (do not hardcode ~).
| Form | Detection | {ORCH_CMD} | Agent name format |
|---|---|---|---|
| Plugin install (1.9.0+) | <claude-home>/plugins/marketplaces/everything-claude-code/ exists | /everything-claude-code:orchestrate | everything-claude-code:<name> |
| Legacy bare install | Above absent; agent files under <claude-home>/agents/ | /orchestrate | <name> |
Why this matters: under the plugin install, agents register as everything-claude-code:tdd-guide. Bare names force fuzzy matching, which fails intermittently under parallel calls. Under legacy, the prefixed forms are not registered and fail outright.
General:
planner — requirement restatement, risk decomposition, step planningarchitect — architecture, system design, refactor proposalstdd-guide — write tests → implement → 80%+ coveragecode-reviewer — generic code reviewsecurity-reviewer — security audit, OWASP, secret leakagerefactor-cleaner — dead code, duplicates, knip-class cleanupdoc-updater — documentation, codemap, READMEdocs-lookup — third-party library API lookups (Context7)e2e-runner — end-to-end test orchestrationdatabase-reviewer — PostgreSQL schema, migration, performanceharness-optimizer — local agent harness configurationloop-operator — long-running autonomous loopschief-of-staff — multi-channel triage (rarely a fit for plan steps)Build error resolvers:
build-error-resolver (generic) / cpp-build-resolver / go-build-resolver / java-build-resolver / kotlin-build-resolver / rust-build-resolver / pytorch-build-resolverCode reviewers:
…
Retrieve and update Jira issues, analyze requirements, and streamline team workflows.
Design security and risk controls for autonomous trading agents with transaction authority
Run pre-release verification for Spring Boot builds, tests, scans, and diffs.
Convert local Hermes workflows into sanitized ECC skills and release artifacts.
Run a four-voice council to evaluate tradeoffs before making tough decisions.
Compare prediction-market baskets with research notes to find gaps and alignment.
Coordinate multiple AI models and personas for review, debate, and ideation.
Turn one prompt into coordinated multi-AI workflows and complete plans fast.
Execute detailed plans in batches with review checkpoints and course correction.
Plan actionable option proposals for runbook examples.
Review implementation plans for gaps, assumptions, and sequencing before coding starts
Design production-ready AI workflows in Cursor and Claude Desktop.