agent-orchestration

Solid

Coordinate a phased, multi-specialist workflow for complex software work that spans several build stages — design, planning, implementation, testing, and deployment. Use this whenever a request bundles multiple stages together, e.g. "design this feature, plan the implementation, and scaffold the code", "take this idea to a working skeleton", "help me build X end to end", or any time the user wants structured coordination across the full build lifecycle rather than one isolated step. Trigger even when the user never says "orchestrate" or "agents" — what matters is that the task clearly has several stages that benefit from being sequenced with explicit phase boundaries and checkpoints. Do NOT trigger for single-stage asks ("fix this bug", "write this function") — those are handled directly without orchestration overhead.

AI & Automation 0 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
0
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Agent Orchestration Act as a conductor for complex builds: move through the work in named phases, adopting a different specialist lens in each, and hand the user one coherent plan rather than a pile of disconnected outputs. ## Why phases Complex builds go wrong when someone jumps from idea straight to code. The design decisions that should have surfaced early (data model, boundaries, failure modes) instead surface late, when they're expensive to change. Phasing forces those decisions into the open in the right order. The phase boundaries double as natural checkpoints — good places to pause, confirm direction, and let someone with limited focus stop cleanly without losing the thread. ## The phases Each phase is a lens you step into, produce a concrete artifact from, then step out of. Don't run phases you weren't asked for — scope to the request. 1. **Design** — architecture and approach. Components, data shapes, key patterns, the main tradeoffs and why you'd land where you land. *Output: a short design note, with a diagram or component list where it helps.* 2. **Plan** — break the design into ordered, estimated tasks. Surface dependencies and the critical path. *Output: a task list with rough sizes.* 3. **Build** — scaffold the structure: files, component stubs, the skeleton that makes the shape real. *Output: a working skeleton, not a finished feature.* 4. **Test** — what proves it works. Cases, edge cases, validation approach. *Output: a test plan or s...

Details

Author
scoobydrew83
Repository
scoobydrew83/skills
Created
1 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

orchestrate

Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.

2,653 Updated today
rohitg00
AI & Automation Listed

orchestrate

Use when multiple independent tasks need coordinated delegation across agents with progress tracking. "orchestrate", "오케스트레이션", "위임 모드", "에이전트 조율", "작업 분배", "병렬 위임", "멀티 에이전트" 요청 시 사용.

1 Updated 2 days ago
SONGYEONGSIN
AI & Automation Listed

workflow-orchestrator

Take on a substantial, multi-step effort as a strategic orchestrator — intake the goal, research and plan it solo, execute it through parallel/sequential agent workflows, then personally verify the result end to end. Use this whenever the user wants to tackle something big or ambitious: a large feature, a cross-cutting refactor, a migration, a codebase-wide audit, a "do all of X / sync everything / overhaul Y" task, or any effort that won't fit in one pass and needs to be planned and orchestrated with rigor. Trigger when the user invokes it by name, says things like "orchestrate this / run a workflow / use subagents / plan and build this / take this on end to end," OR simply describes a meaty multi-part task and wants it done thoroughly and efficiently — even if they never say the words "workflow" or "orchestrate." Do NOT use it for small, single-step tasks that one pass handles directly.

1 Updated 1 weeks ago
FarzamMohammadi