Capability packs
Three product modes as installable packs — no new core tools.
| Pack | Mode | Apply |
|---|---|---|
research-pro | Investigate | vibeos pack apply research-pro --apply |
research-deep | Investigate (+ Browserbase hint) | vibeos pack apply research-deep --apply |
creative-studio | Create | vibeos pack apply creative-studio --apply |
desktop-operate | Operate | vibeos pack apply desktop-operate |
multiagent-memory | Fleet HQ | vibeos pack apply multiagent-memory --apply |
≤10-minute path
vibeos pack list
vibeos pack show research-pro
# Fill empty config keys from .env where supported
vibeos pack apply research-pro --apply
vibeos research doctor
vibeos pack apply creative-studio --apply
vibeos creative doctor
vibeos computer-use doctor # Operate prerequisite
vibeos pack apply desktop-operate
vibeos operate doctor
# Fleet HQ + Memory OS (roles, Board KB, quarantine, golden smoke)
vibeos pack apply multiagent-memory --apply
vibeos multiagent-memory doctor
vibeos kanban template apply research --slug hq-research --switch
# Optional durable boards
vibeos kanban template apply research --slug my-research --switch
# Offline gate
scripts/smoke-capability-packs.sh
Desktop: Settings → Research Pro / Creative Studio / Desktop Operate / Fleet HQ; Agents / Fleet Control / Штаб агентов for the roster + Today-at-HQ timeline.
Operator live E2E (not CI)
Offline smokes never solve CAPTCHAs, call paid image APIs, or drive a real GUI. On a real machine with permissions/keys:
# Prep (exit codes tell you what's missing)
scripts/smoke-creative-live-prep.sh
scripts/smoke-operate-live-prep.sh
# ChallengeGate detect-only (ToS-respecting URL; optional keep session)
RUN_LIVE_CHALLENGE_DETECT=1 \
CHALLENGE_GATE_LIVE_URL='https://…' \
CHALLENGE_GATE_KEEP_SESSION=1 \
scripts/smoke-challenge-gate-live-detect.sh
Full checklist: docs/ops/capability-operator-runbook.md
Per-mode manuals: ChallengeGate · Creative · Operate under docs/ops/*-manual-e2e.md.
Recorded machine run: docs/ops/capability-live-e2e-results.md.
Docs per mode
Planning artifacts
- Maturity matrix:
docs/plans/capability-maturity-matrix.md - 12 golden tasks:
docs/plans/golden-tasks-12.yaml - Known limitations:
docs/ops/capability-known-limitations.md - Operator runbook:
docs/ops/capability-operator-runbook.md