Reads your PRD or implementation plan, breaks it into steps, and generates ready-to-paste /orchestrate custom commands for each one. You get a chain of ECC agents per step (planner, architect, tdd-guide, language-specific reviewers) without composing them by hand. It never actually runs orchestrate, just prints the invocations so you can paste when ready. Handles both plugin and legacy ECC installs, auto-detects your language stack including polyglot projects, and validates agent names against the real catalogue. Useful when you have a multi-step plan document and want to drive it through orchestrate systematically instead of ad-hoc single commands.
npx -y skills add affaan-m/ecc --skill plan-orchestrate --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mattpocock/skills