First-party addons catalogue
Synthetic view of addons embedded in arka-deck, with their detailed sheet and status.
Overview
Section titled “Overview”All listed addons are first-party and explicitly wired in the composition root. There is no active third-party marketplace (see contrat-addon, “Current public limit” section).
| Addon | Sheet | Status | Inbound port | Role |
|---|---|---|---|---|
cortex-actions | cortex-actions | beta | ForCortexActions | Cortex artifact panel in chat |
cortex-lite | cortex-lite | stable | — (sidecar runtime) | Local Cortex sidecar runtime |
memory-local | memory-local | beta | ForMemory | Per-project agentic memory |
gouvernance-lite | gouvernance-lite | beta | ForGovernanceLite | Local Cortex-compatible policies |
mission-guardian | mission-guardian | beta | ForMissionGuardian | Mission state, leader and QA gates |
squad-leader | squad-leader | beta | ForSquads | Squad composition |
squad-orchestration | squad-orchestration | beta | ForSquadOrchestration | Multi-agent LangGraph orchestration |
notion-connect | notion-connect | beta | ForConnectors | Notion connector |
How to navigate
Section titled “How to navigate”- You want to use an addon: see the corresponding sheet on the Product side (../../produit/06-addons).
- You want to modify an addon: see the addon’s dev sheet, then the code under
addons/<name>/. - You want to write a new addon: see ecrire-un-addon and contrat-addon.
Workers declared by addon
Section titled “Workers declared by addon”Several addons expose 1-shot headless workers:
| Parent addon | Workers |
|---|---|
cortex-actions | cortex-favorites-suggester |
memory-local | memory-note-writer |
gouvernance-lite | governance-policy-designer |
squad-leader | squad-creator |
To design a worker: ecrire-un-worker.
See also
Section titled “See also”- Addon contract: contrat-addon
- Addon tutorial: ecrire-un-addon
- Worker tutorial: ecrire-un-worker
- Hexagonal architecture: ../architecture/overview