🛰️ MAOS Concierge — Onboarding Dashboard v1.0.0MAOS v1.5.2MIT · vendor-neutral

Your map to the Multi-Agent OS. This is the optional HTML companion to maos-concierge --mode=dashboard. It orients — it never runs the tools.

Your first orchestration — the 5-step walkthrough

  1. Isolate — create a git worktree (.worktrees/{agent}-{feature}/). Never edit on shared main. Anti-Conflict v3.2
  2. Delegate — decompose the goal & spawn sub-agents via the orchestrator / /delegate with a 10-item brief. agentic-delegation
  3. Observe — the sentinel-monitor watches traces; HIGH anomalies (loops/depth) auto-block. Sentinel
  4. Converge — merge each subtask branch to its parent, never straight to main. Hierarchical-Merge
  5. Show — render a human-readable status-map / /status. Human observability

Tier ladder

  • T0 Orchestration — orchestrator · /delegate · auto-pilot
  • T1 Creation — The Forge (33Q · RBAD · Goldilocks)
  • T2 Safety — Anti-Conflict · Hierarchical-Merge · Worktree · TTL
  • T3 Observability — Sentinel · Status Maps
  • T4 Delegation gov — GaaS/GaaC (init/dna/finalize)
  • T5 Advisory — founder-playbook · MVV
  • T6 External — maos-mcp-hub (6 Atlassian gateways)

Day-1 protocols you MUST respect

  • law Worktree-first — no direct edits on main
  • law Merge to parent, not main (except bugfix/ hotfix/ emergency/)
  • law Don't suppress a HIGH Sentinel auto-block
  • warn Reference protocols — don't copy them
  • warn Frontmatter + ISO-8601 + validation gate before commit

The 6 concierge modes

  • explain — teach the framework (default)
  • onboard — guided newcomer ramp
  • guide — intent → tool + runbook
  • audit — read-only compliance check
  • anchor — surface canonical decisions, flag drift
  • dashboard — this map (ASCII default + HTML)

Landscape — which tool for which intent

IntentReach forGoverning protocol
Coordinate multi-agent workorchestrator · auto-pilotGaaS/GaaC + Anti-Conflict
Prevent file collisionsanti-conflict + worktreesAnti-Conflict v3.2
Create a new agentforge33Q · RBAD · Goldilocks
Merge branches safelyhierarchical-mergemerge-to-parent
Detect anomaliesaudit · sentinel-monitorSentinel (10 rules)
Status for humansstatus-map · /statusStatus Maps (9 templates)
Pick best sub-agentagent-selectRBAD taxonomy
Converge proposalsconverge5-act audit-not-persuasion
Reach Atlassianmaos-mcp-hub6 typed gateways

Catalog (v1.5.2)

  • ~18 agents — orchestrator · forge · sentinel-monitor · qa-validator · consolidator · …
  • ~31 skills — see AWARENESS-REGISTRY.md
  • ~14 commands — /sync /audit /status /worktree /delegate · …
  • Protocols — Sentinel · Anti-Conflict · Hierarchical-Merge · TTL · Worktree · GaaS/GaaC

What to SKIP (anti-bloat)

  • No auto-pilot for a single trivial edit
  • No new agent when one already covers the scope (Forge Q4)
  • No Sentinel wiring for a one-shot solo task
  • No protocol copy-paste into consumer repos

Vocabulary

  • GaaS/GaaC — Governance as a Service / as Code
  • RBAD — 6-category resource taxonomy
  • Goldilocks — atomic ∧ generic
  • Reference, don't duplicate — framework is SSOT