Soul ID
Soul IDAI AGENTS

⚑ 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 EN
Download .tar.gz

Rate this agent

Loading...

Sign in to rate this agent

Includes

  • βœ“ ORCHESTRATION.md

Info

Slug
hub-and-spoke
Lines
56
Words
195