
Plan Orchestrate
- 2.3k installs
- 238k repo stars
- Updated August 5, 2026
- affaan-m/everything-claude-code
plan-orchestrate breaks complex agent work into ordered sub-plans with checkpoints and delegated subagents.
About
The plan-orchestrate skill from everything-claude-code coordinates long-horizon agent work by decomposing goals into ordered sub-plans, assigning specialized subagents, and enforcing review checkpoints before merges or deploys. The catalog SKILL.md is currently a Japanese translation stub referencing the upstream ECC source, but the intended workflow breaks ambiguous requests into verifiable milestones, tracks dependencies between exploration, implementation, and verification phases, and surfaces blockers early instead of monolithic execution. Agents use it when users need structured plan execution across repositories, tests, and documentation updates with explicit handoff criteria between steps. Output should include a living plan graph, status per subtask, and rollback or retry guidance when a step fails validation. Pair with review and testing skills when plans touch production paths.
- Decomposes complex goals into ordered sub-plans with explicit dependencies.
- Assigns specialized subagents per milestone with checkpoint reviews.
- Surfaces blockers early instead of monolithic single-pass execution.
- Tracks plan status and handoff criteria across implementation steps.
- Complements ECC review and testing skills on production-impacting work.
Plan Orchestrate by the numbers
- 2,262 all-time installs (skills.sh)
- +219 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #489 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
plan-orchestrate capabilities & compatibility
- Capabilities
- plan decomposition · checkpoint gating · subagent delegation · status tracking
- Use cases
- orchestration · planning
What plan-orchestrate says it does
このファイルの翻訳は実装中です。英語版は元のスキルファイルを参照してください。
plan-orchestrate - 日本語翻訳進行中
npx skills add https://github.com/affaan-m/everything-claude-code --skill plan-orchestrateAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2.3k |
|---|---|
| repo stars | ★ 238k |
| Security audit | 3 / 3 scanners passed |
| Last updated | August 5, 2026 |
| Repository | affaan-m/everything-claude-code ↗ |
How do I run a large coding task as coordinated agent sub-plans instead of one shot?
Orchestrate multi-step agent plans with delegated subtasks, checkpoints, and execution order for complex ECC-style coding workflows.
Who is it for?
Large ECC-style repos needing structured agent orchestration across files and tests.
Skip if: Single-file edits without multi-step dependencies.
When should I use this skill?
User mentions plan orchestration, multi-step agent execution, or ECC plan workflows.
What you get
A tracked multi-step plan with per-milestone status, handoffs, and validation gates.
- Per-step /orchestrate custom prompts
- Agent chain design per plan step
Files
plan-orchestrate - 日本語翻訳進行中
このファイルの翻訳は実装中です。英語版は元のスキルファイルを参照してください。
詳細は:D:/tmp/everything-claude-code/skills/plan-orchestrate/SKILL.md
Related skills
Forks & variants (1)
Plan Orchestrate has 1 known copy in the catalog totaling 1.4k installs. They canonicalize to this original listing.
- affaan-m - 1.4k installs
FAQ
Is the published SKILL.md complete?
The catalog file is a Japanese stub pointing to the upstream ECC plan-orchestrate skill.
What does orchestration add over normal coding?
Explicit milestones, dependencies, checkpoints, and subagent handoffs across long tasks.
When should checkpoints run?
Before merges, deploys, or when a sub-plan touches tests, security, or production paths.
Is Plan Orchestrate safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.