Guided route · Illustrative composite
Follow one task from request to verified result.
A sample Stripe request moves through scope, team, plan, specialist lanes, review, and verification. Artifact names match product behavior; sample outcomes remain illustrative.
Page evidence
- Requestbounded task
- Specapproved intent
- Teamphase specialists
- Planlane sequence
- Buildhandoff receipts
- Reviewchallenge + rework
- Verifyfinal evidence
- 01The vague ask
/guild:guild "..."
- 02Approved gates
spec, team, and plan
- 03Execution
handoffs/
- 04Adversarial review
review/G-lane:frontend-subscription-ui/
- 05Verification
verify.md
- 06The run on disk
provenance.json
Read this first
Sample, not a citable run
The run id, file paths, and review counts below are a representative composite for teaching the shape of a run. They are not sourced from a single committed .guild/runs/ record.Chapter 01
One loose sentence starts a run.
You do not have to pre-plan the work. Give /guild:guild a plain request and Guild drafts the scope before it edits anything. The first thing it produces is a spec gate, not a diff.
Terminal
/guild:guild "Add Stripe subscriptions to the app."
Guild Stack drafts scope before touching files. Chapter 02
Three gates before any code.
Guild Stack writes the spec, proposes a phase-specific team, and sequences the lanes. You accept or edit each one; approvals become gate receipts.
Gate receipt
.guild/runs/run-stripe-subscriptions-20260705-1042/
.guild/spec/stripe-subscriptions.md .guild/team/stripe-subscriptions.development.yaml .guild/plan/stripe-subscriptions.md Chapter 03
Specialists run focused lanes.
Each lane gets a bounded context bundle and returns a handoff receipt, not a loose summary. Independent lanes run in parallel where the plan allows.
- bounded context
- migration + model
- handoff receipt
- endpoint contract
- checkout + webhook
- handoff receipt
- approved states
- subscription UI
- handoff receipt
- acceptance criteria
- focused checks
- verification input
The plan decides which lanes may run together. Every completed lane returns through the file bus.
Chapter 04
Plausible work gets challenged.
Before the run is trusted, a reviewer challenges the load-bearing work against the spec. Cross-host review is strongest; same-host or skipped review is recorded as weaker.
review/G-lane:frontend-subscription-ui/
Review result
cross-host 2 raised, 2 resolved after rework satisfied Chapter 05
Verification checks the agreed scope.
The final pass checks the original success criteria and the lane receipts. Verification does not replace quality or operations; it answers whether this run is done.
verify.md
Done gate
Tests named in the spec pass. Every changed file traces to a lane. Success criteria are met. No open blocker followups remain. Chapter 06
The record survives the chat.
The run directory contains the manifest, settings, handoffs, review packets, trace, verification, and provenance needed to reconstruct what happened.
.guild/runs/run-stripe-subscriptions-20260705-1042/
Run on disk
-
.guild/runs/run-stripe-subscriptions-20260705-1042/run.yamlstart manifest: host, lens, phases -
resolved-settings.jsonfrozen host, tier, rigor, review posture -
handoffs/one receipt per completed specialist lane -
review/G-lane:frontend-subscription-ui/packet, findings, verdict, independence -
verify.mdthe task-specific verification result -
logs/v1.4-events.jsonlthe canonical local trace -
provenance.jsonclose-shape facts that reconstruct the run
Next