원클릭으로
team
Use when one execution lane is no longer enough and work should escalate to the durable `agmo team ...` runtime.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when one execution lane is no longer enough and work should escalate to the durable `agmo team ...` runtime.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | team |
| description | Use when one execution lane is no longer enough and work should escalate to the durable `agmo team ...` runtime. |
| argument-hint | [task, worker split, or team-runtime request] |
Use agmo team ... when lightweight in-session help is not enough and you need a durable multi-worker runtime.
.agmo/state/team/<team>/... is the control planeagmo teamEscalate to team mode when you need one or more of:
ralph / strict execute)For small same-session sidecars, prefer native subagents instead.
The leader should:
agmo team start ...agmo team status <team>agmo team status, agmo team monitor, and agmo team hudDefault to durable state before pane UI: agmo team status <team> and .agmo/state/team/<team>/... are the control plane.
Use agmo team hud <team> --preset sidecar when a live tmux sidecar is useful. The HUD also supports:
--preset focused for operator triage with worker diagnostics and read-only/dry-run-safe command hints--preset full for deeper worker/task diagnostics and manual action review--watch for a refreshing terminal view; use --refresh-ms and --iterations for bounded watch loopsIf the sidecar prints inspect=..., treat it as a read-only hint first. Check worker/task state or run
agmo team layout status <team> before attempting layout changes.
For layout work, inspect before mutating:
agmo team layout status <team>agmo team layout repair <team> --dry-runagmo team layout rebalance <team> --dry-runOnly run repair or rebalance without --dry-run after the status/dry-run output justifies it. Non-tmux teams may
return skipped/not-configured layout results; do not infer that a live tmux session is required for durable team state.
Useful runtime artifacts live under .agmo/state/team/<team>/, including config, phase, tasks, worker status, heartbeat, inbox, mailbox, and dispatch state.
If tmux UI and durable state disagree, trust the durable state first.
agmo team shutdown <team> when the work is done or abortedFor any small native-subagent sidecars used before or around team escalation, keep each agent id until its result is integrated, then call close_agent for completed, failed, superseded, or no-longer-needed lanes so thread slots are released before the next delegation.
Before shutting down or reporting completion for a team workflow, make the leader's final report save-ready:
Use as the canonical first-stage Agmo workflow when the user wants idea exploration, design tradeoffs, or requirement shaping before planning or implementation.
Run a Codex-native structured code review using agmo-critic and agmo-verifier where evidence is needed.
Harvest `debt:` markers across the repo into a read-only ledger without modifying code.
Audit and maintain the vault-backed llm-wiki knowledge base, including stale pages, low-confidence or contested captures, superseded captures, missing frontmatter, and broken wikilinks.
Use when prior notes, durable project knowledge, or vault-backed context should influence the current task.
Use when the user wants a GitHub issue created from the current conversation or repo context. Triggers on requests like "이슈 만들어", "깃허브 이슈", "create issue", or "new issue". If the source artifact is an existing vault note, use `note-to-issue` instead.