β‘ Workflows
Hub-and-spoke
Centralize coordination in a hub (orchestrator) and delegate execution to spokes (specialist agents), minimizing misalignment.
Bundle files
πORCHESTRATION.mdβ Orchestration
1# ORCHESTRATION.md
2
3## Diagram
4
5 βββββββββββββββββ
6 β Hub β
7 β (Orchestrator)β
8 ββββ¬βββββ¬βββββ¬βββ
9 β β β
10 ββββββββββ β ββββββββββ
11 βΌ βΌ βΌ
12 βββββββββββββ βββββββββββββ βββββββββββββ
13 β Spoke β β Spoke β β Spoke β
14 βImplement. β βValidation β β Docs β
15 βββββββ¬ββββββ βββββββ¬ββββββ βββββββ¬ββββββ
16 β β β
17 βββββββββββββββΌββββββββββββββ
18 βΌ
19 βββββββββββββββββ
20 β Hub merges β
21 β + publishes β
22 βββββββββββββββββ
23
24
25## Workflow
26Hub-and-spoke
27
28## Objective
29Centralize coordination in a hub (orchestrator) and delegate execution to spokes (specialist agents), minimizing misalignment.
30
31## Roles
32- **Hub / Orchestrator:** prioritizes, divides, integrates, decides trade-offs.
33- **Implementation Spoke:** builds the solution.
34- **Validation Spoke:** testing, QA, compliance.
35- **Documentation Spoke:** runbook/changelog/delivery.
36
37## When to use
38- Multiple work fronts with dependency on a single technical direction.
39- Need for strong control of scope and quality.
40
41## Operating policy
421. Hub defines backlog in atomic tasks.
432. Each spoke takes 1-2 tasks with explicit owner.
443. Everything returns to the hub for integration.
454. Hub publishes consolidated status by milestones.
46
47## Suggested SLA
48- Operational update every 60-90 min.
49- Blockage >30 min => escalate to hub.
50
51## Deliverables
52- Consolidated plan
53- Integrated result
54- Risks + mitigations
55- Recorded technical decisions
56
Lines: 56 | Words: 195
Install
Copy bundle to your OpenClaw workspace.
curl -fsSL https://raw.githubusercontent.com/cerealskill/openclaw-agents/main/install.sh | bash -s workflow hub-and-spoke ENRate this agent
Loading...
Sign in to rate this agent
Includes
- β ORCHESTRATION.md
Info
- Slug
- hub-and-spoke
- Lines
- 56
- Words
- 195
