If you have a multi-step plan document and want to drive it through orchestrate but don't feel like hand-composing agent chains for each step, this skill does the grunt work. It reads your PRD or implementation plan, breaks it into steps, picks the right agents from the ECC catalogue (tdd-guide, code-reviewer, build-error-resolver, etc.), and spits out ready-to-paste orchestrate custom commands. It never actually runs orchestrate itself, just generates the invocations. Handles both plugin and legacy ECC installs, detects your language automatically, and even does polyglot tie-breaking when your repo mixes Python and TypeScript. The catalogue is solid and the chain logic looks sane. Saves you from constantly flipping between your plan and the agent list.
npx skills add https://github.com/affaan-m/everything-claude-code --skill plan-orchestrate