Tier Orchestrator

The orchestrator plans, decomposes briefs, and delegates to lower tiers.

cleanexpo b5d227f 471 B Updated

File contents

Tier Orchestrator

The orchestrator is the top tier. It receives the brief, decomposes it into features, creates sprint contracts, and delegates to specialists and workers.

Delegation Patterns

  • Fan-out: Independent tasks run in parallel
  • Serial: Each depends on the previous
  • Hierarchical: Specialists decompose further before workers execute

cleanexpo/pi-dev-ops/tree/main/skills/tier-orchestrator commit b5d227ffb4

Frequently asked questions

npx skillmds@latest add cleanexpo/tier-orchestrator