evolve
25Command
Self-maintenance — run the evolve pipeline on one skill/instance. --auto runs unattended (promotion gate still respected). Dispatches to guild:evolve-skill.
Command
Self-maintenance — run the evolve pipeline on one skill/instance. --auto runs unattended (promotion gate still respected). Dispatches to guild:evolve-skill.
Command
Maintenance — diagnose a failed/suspicious Guild run, produce a fix plan, and optionally apply approved fixes. The v2 surface of the v1 diagnose command (verb rename diagnose→fix; --codex-review→--review=cross). Requires an explicit edit-approval gate.
Command
Planning - create or inspect P.O.V.E.R. goals and host-portable task groups from an approved spec. Uses host-native /goal when available, /guild:goal as the portable surface, and guild.taskgroup.v1 as the fallback when goals are unavailable.
Command
Bare Guild entry — smart phase detection. /guild:guild [brief] inspects .guild/ state and surfaces the proposed lifecycle phase (init · ideate · plan · build · qa · ops), always confirmed never silent. Named phase verbs, nouns (wiki, initiative), maintenance verbs (evolve, rollback, stats, audit, fix), and…
Command
Ideation — Socratic spec; the L1 clarify loop runs whenever the resolved loops include spec (default --rigor=standard and deep; quick skips it).
Command
Init — onboard an existing repo or scaffold new-product knowledge; builds wiki + (brownfield) cheap-scan CodebaseMap + architecture-map stub (cheap by default). Full learn- pipeline runs only under --learn or defaults.autolearn: true (D3); --learn folds in the former --deep-scan.
Command
Durable work — opt-in noun. Sub-verbs new|status|list|resume|update|archive|restore|close. A one-off /guild:guild run never creates an initiative; attachment is explicit only.
Command
Understand-everything — smart full learn-all when no sub-verb is given (detects target shape, starts a run, runs the full learn pipeline, updates indexes, emits knowledge candidates, leaves replayable evidence). With a sub-verb: map (CodebaseMap + architecture overview), graph (deep KnowledgeGraph), onboard (guided…
Command
Detects, snapshots, and converts a v1 .guild/ directory to the v2 layout.
Command
Routing inspection — models inspect prints this run's model-routing evidence: identity trust, target evidence, catalog age + per-model evidencestate, policy rule path, selected model/effort, frozen fallbacks, actual model, review independence, and degradation. READ-ONLY (writes nothing) with honest unknowns: an…
Command
Operations — full guild:operations skill [v2]: five runbook classes (release / monitoring / incident / rollback / maintenance) selected by the positional [runbook] else by surfaced detection (always confirmed, overridable), under a split autonomy posture + four non-negotiable safety rails (incident/rollback never…
Command
Planning — team-compose + PRD + per-specialist lane plan + autonomy contract. Backend (agentmode/tmux) is resolved once at intake from the run-start preflight snapshot — not selected per-phase.
Command
Quality — full guild:quality skill [v2]: auto-selects E2E/smoke/a11y/perf/integration from CodebaseMap + plan signals (selection matrix surfaced before execution as [proceed] / [edit-selection] / [explain-signals], overridable, never silent — there is no --classes= flag), executes discovered harnesses under the run…
Command
Orchestrator — continue the active run from the next pending gate. --restart clears run state and re-runs from Init/Ideation (confirm-before-clear).
Command
Self-maintenance — revert a skill to a previous version by snapshotting current state as vN+1 and restoring vN (or vN-n). Non-destructive. Dispatches to guild:rollback-skill.
Command
Self-maintenance — show usage + telemetry dashboard. Pure read; never writes. --rebuild-index drops + rebuilds the optional cache; --no-index forces a one-shot filesystem scan.
Command
Orchestrator — read current run state, furthest phase, next gate, blockers. Read-only; never writes.
Command
Wiki operations — ingest a source, query the wiki, or run lint. Dispatches to guild:wiki-ingest / guild:wiki-query / guild:wiki-lint.
Hook
Runs when a session starts, executing bootstrap.sh, detect-guild-version.js, update-check.js, using-guild-bootstrap.js and session-reanchor.js via bash (5 commands). From lookatitude/guild.
Hook
Runs when you submit a prompt, before the agent sees it, executing check-skill-coverage.sh, capture-telemetry.js and run-trace-start.js via bash (3 commands). From lookatitude/guild.
Hook
Runs before the agent uses a tool, executing pre-tool-use.js via node. From lookatitude/guild.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing capture-telemetry.js, post-tool-use.js, comms-format-lint.js and gate-outcome-writer.js via node (4 commands). From lookatitude/guild.
Hook
Runs before the context is compacted, executing pre-compact.js via node. From lookatitude/guild.
Hook
Runs when a subagent finishes, executing capture-telemetry.js and maybe-reflect.js via node (2 commands). From lookatitude/guild.