Squad Leader
Status
Section titled “Status”First-party addon shipped with arka-deck. Current registry is static / first-party; no active third-party marketplace.
| Field | Value |
|---|---|
| Manifest | addons/squad-leader/manifest.json |
| Entrypoint | addons/squad-leader/src/index.ts |
| Maturity | beta |
| Declared worker | squad-creator |
Squad Leader composes an agent squad around a project mission: natural-language description, proposal by the squad-creator worker, leader choice, Leader Pack recruitment and squad lifecycle tracking.
Surfaces
Section titled “Surfaces”| Surface | Detail |
|---|---|
| Worker | squad-creator (1-shot LLM, proposes composition + leader + strategy) |
| Functional scope | Project |
| Data | Mission, strategy, leader, members and status (active / archived) |
| Server routes | squads |
Boundaries
Section titled “Boundaries”- The addon describes the existing first-party composition.
- Marketing fields in the manifest do not mean that a third-party marketplace is dynamically loaded in production.
Going further
Section titled “Going further”- Squad Orchestration (multi-agent execution): ./squad-orchestration
- “Write a worker” tutorial: ../extension/ecrire-un-worker (coming)