Workflow routes
Choose the outcome. See the route and what it leaves behind.
Each route begins with a real engineering job, names the command, shows the decisions, and ends at files your team can reopen.
Page evidence
Route selector
map / active Pick the job. Follow its evidence trail.
Build
Take a request from scope to verified, documented work.
Understand
Learn a codebase and keep what you learned before you change it.
Review and release
Challenge the work, then judge release readiness under safety rails.
Memory and evolution
Keep durable memory local and improve skills through gates.
Extend and protect
Bind a host or protect sensitive work without hiding capability or permission boundaries.
Route
Review and release
Review before ship
Make plausible agent output answer to the approved spec, the changed artifacts, and the selected review posture.
- Command
/guild:guild "Review this implementation against the approved spec." --review=cross- Proof surface
verify.md
Release readiness
Move from a verified run to product-level checks, release recommendation, runbook dry-run, rollback path, and explicit approvals.
- Command
/guild:qa && /guild:ops release- Proof surface
review/G-operations/
Resume and recover
Inspect the current state, find the last valid transition, and continue without rebuilding the route from chat history.
- Command
/guild:status && /guild:resume- Proof surface
handoffs/*.md
Cost and review control
Choose how much planning, model capacity, context, and independent challenge the task deserves, then record the decision.
- Command
/guild:guild "Task" --rigor=balanced --review=cross- Proof surface
handoffs/*.md
Route
Memory and evolution
Project memory
Carry durable project decisions into future work without turning chat history or derived indexes into the source of truth.
- Command
/guild:wiki query "topic" && /guild:learn map- Proof surface
.guild/context/
Skill evolution
Turn repeated run lessons into candidate skill improvements with evals, shadow runs, human promotion, and rollback state.
- Command
/guild:evolve- Proof surface
.guild/skill-versions/
Multi-repo initiative
Carry one durable outcome across repositories without copying project truth or losing which run produced each result.
- Command
/guild:initiative create "Cross-repo change"- Proof surface
Public documentation
Route
Extend and protect
Host adapter
Map the adapter contract for a new host, add its identity and capability rows, then render the same lifecycle onto it while recording every capability gap as a receipt.
- Command
/guild:guild "Add a host adapter and record degraded capabilities." --review=cross- Proof surface
generated-support-matrix.md
Secure sensitive work
Preserve approval, secret, network, spend, MCP, export, and audit boundaries while AI-assisted work moves across tools.
- Command
/guild:config security- Proof surface
guild.security_event.v1 · secret_scrub_*
Workflow detail