DEMO
DEMO
SERVICE CONTRACT · VIEW: GOV
Constraints
MUST: Capture from production (not staging, not localhost)
MUST: Cover full lifecycle end-to-end (create → consume → complete → close)
MUST: Use real accounts with governed principals (not mock users)
MUST: Record every step as captioned screenshot (evidence)
MUST: Compile into shareable artifact (deck, Loom, PDF)
MUST: Declare audience, product, and date per demo instance
MUST: Version in git — every demo is a governed artifact
MUST: Follow branding from product SHOP contract (∩ symbol, Credits, etc.)
MUST NOT: Use test/staging environments (production or nothing)
MUST NOT: Fake data or mock API responses
MUST NOT: Ship without captions (screenshots alone are not demos)
MUST NOT: Hand-edit compiled outputs (fix the capture, not the artifact)
Primitives Composition
DEMO = INTEL + COIN
INTEL — the evidence. Screenshots, network logs, console output.
COIN — the economics. Every demo shows real COIN flow (post → earn → rate → tip).
Structure
SERVICES/DEMO/
CANON.md — this contract
LEARNING.md — patterns from demo sessions
ROADMAP.md — planned demos
DEMOS/{PRODUCT}/
DEMO.md — demo script (steps, captions, audience)
captures/ — timestamped screenshots
MANIFEST.md — compiled artifact index
Demo Script Format
Each demo instance declares:
| Field | Description |
|---|---|
| product | The production surface being demoed (e.g., gorunner.pro) |
| audience | Who receives the demo (e.g., Robert Glover, GOVERNOR) |
| date | Capture date |
| accounts | Principal accounts used (roles, GitHub handles) |
| lifecycle | The end-to-end flow being demonstrated |
| artifact | Output format (deck, Loom, PDF) |
Steps Format
Each step in the demo script:
### Step N: {title}
**Action**: What the user does
**Expected**: What should happen
**Caption**: What the audience reads
**Evidence**: Screenshot filename
Compilation
DEMO compiles to DECK when the artifact is a slide deck. The DEMO contract governs the capture process; the DECK contract governs the presentation format. DEMO feeds DECK.
| *DEMO | CANON | SERVICES* |
DEMO · SERVICE CONTRACT · CANONIC ∩