
Plan Orchestrate
- 1.4k installs
- 238k repo stars
- Updated August 5, 2026
- affaan-m/ecc
This is a copy of plan-orchestrate by affaan-m - installs and ranking accrue to the original listing.
plan-orchestrate is a Claude Code skill that converts multi-step plan documents into ready-to-paste /orchestrate custom prompts for developers coordinating multi-agent coding workflows.
About
plan-orchestrate is a planning skill that turns any multi-step plan document into ready-to-paste /orchestrate custom prompts without manually selecting agents for each step. Developers write or import a structured plan, and the skill formats orchestration prompts that dispatch the right agent work per stage. Reach for plan-orchestrate when a written implementation plan already exists and you want to batch-convert steps into Claude Code orchestration commands. The ECC repo notes some localized readme copies are still being translated, but the skill targets English plan-to-orchestrate prompt generation.
- Reads any plan document (PRD, RFC, implementation plan) and decomposes it into discrete steps
- Designs a per-step agent chain drawn from the ECC catalogue
- Emits one ready-to-paste /orchestrate custom invocation per step
- Generative-only skill — never invokes /orchestrate itself
- Supports --lang, --scope (all|step:<n>|range:<a>-<b>), and --dry-run flags
Plan Orchestrate by the numbers
- 1,387 all-time installs (skills.sh)
- +83 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/affaan-m/ecc --skill plan-orchestrateAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.4k |
|---|---|
| repo stars | ★ 238k |
| Last updated | August 5, 2026 |
| Repository | affaan-m/ecc ↗ |
How do you turn plan docs into orchestrate prompts?
Turn any multi-step plan document into ready-to-paste /orchestrate custom prompts without manually selecting agents per step.
Who is it for?
Developers with existing multi-step implementation plans who want automated /orchestrate prompt generation in Claude Code.
Skip if: Ad-hoc single-step tasks or teams not using Claude Code /orchestrate multi-agent workflows.
When should I use this skill?
User has a plan document and wants /orchestrate prompts generated without manually picking agents for each step.
What you get
Ready-to-paste /orchestrate custom prompts mapped to each plan step with agent assignments.
- /orchestrate custom prompts
- Per-step agent dispatch commands
Files
plan-orchestrate - 日本語翻訳進行中
このファイルの翻訳は実装中です。英語版は元のスキルファイルを参照してください。
詳細は:D:/tmp/everything-claude-code/skills/plan-orchestrate/SKILL.md
Related skills
How it compares
Use plan-orchestrate for plan-to-prompt conversion before runtime dispatch tools like DevFleet execute parallel worktrees.
FAQ
What does plan-orchestrate produce from a plan document?
plan-orchestrate produces ready-to-paste /orchestrate custom prompts for each step in a multi-step plan, removing the need to manually select agents per stage.
When should plan-orchestrate be used?
plan-orchestrate fits when a written multi-step implementation plan exists and the developer wants Claude Code orchestration prompts generated automatically instead of hand-built dispatch commands.