index.html
html
sha256:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439
feat: K1-P1 complete — agent provenance, build-verification…
Sonnet 4.6
patch
56 days ago
| 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta charset="utf-8"> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | <meta name="description" content="🆗 Overseer Kit scenario gallery — video studio, research, accounting, classroom, and OSS personas."> |
| 7 | <title>Scenario gallery — 🆗 Overseer Kit</title> |
| 8 | <link rel="stylesheet" href="../assets/style.css"> |
| 9 | </head> |
| 10 | <body> |
| 11 | <header class="site-header"> |
| 12 | <nav> |
| 13 | <a class="brand" href="../index.html">🆗 Overseer Kit</a> |
| 14 | <div class="nav-links"> |
| 15 | <a href="../index.html">Landing</a> |
| 16 | <a href="../index.html#l0">Layers</a> |
| 17 | <a href="../index.html#funnel">Funnel</a> |
| 18 | </div> |
| 19 | </nav> |
| 20 | </header> |
| 21 | |
| 22 | <main> |
| 23 | <h1>Scenario gallery</h1> |
| 24 | <p class="lead">Five personas showing how L0→L3 layers compose. Badges indicate maturity — not every scenario is production-validated in the kit repo.</p> |
| 25 | |
| 26 | <p><strong>Badge key:</strong> |
| 27 | <span class="badge badge-dogfood">dogfood</span> in active use · |
| 28 | <span class="badge badge-reference">reference</span> documented pattern · |
| 29 | <span class="badge badge-aspirational">aspirational</span> illustrative only |
| 30 | </p> |
| 31 | |
| 32 | <article class="scenario-detail" id="persona-A"> |
| 33 | <span class="badge badge-dogfood">dogfood</span> |
| 34 | <h2>A — Video studio</h2> |
| 35 | <p><strong>Pain:</strong> Remakes, fake approvals, and “done” narration before export gates pass.</p> |
| 36 | <h3>Layer usage</h3> |
| 37 | <ul class="compact"> |
| 38 | <li><strong>L0:</strong> Production status board + overseer handover per video lane.</li> |
| 39 | <li><strong>L1:</strong> Verify scripts for narration, export, QC — <code>verify-step</code> orchestrator.</li> |
| 40 | <li><strong>L2:</strong> Independent verifier re-runs gates; human listen-approve on ledger.</li> |
| 41 | <li><strong>L3:</strong> Optional signed approvals + custody pin on Muse.</li> |
| 42 | </ul> |
| 43 | <div class="diagram">Human → Producer → L1 verify scripts → Verifier → Status board |
| 44 | ↓ fail = no advance |
| 45 | optional Muse custody pin</div> |
| 46 | <p>Reference consumer: <a href="../../consumers/videofactory/OVERSEER-SETUP.md">VideoFactory setup</a></p> |
| 47 | </article> |
| 48 | |
| 49 | <article class="scenario-detail" id="persona-B"> |
| 50 | <span class="badge badge-reference">reference</span> |
| 51 | <h2>B — Research paper pipeline</h2> |
| 52 | <p><strong>Pain:</strong> Fabricated citations and tables that do not match source data.</p> |
| 53 | <h3>Layer usage</h3> |
| 54 | <ul class="compact"> |
| 55 | <li><strong>L1:</strong> Source URL + retrieved hash; quote span checks; table regeneration from CSV.</li> |
| 56 | <li><strong>L2:</strong> Verifier re-fetches sample sources; verdict binds output SHA.</li> |
| 57 | <li><strong>L3:</strong> Evidence pack as content-addressed tree for peer review snapshot.</li> |
| 58 | </ul> |
| 59 | <p><em>Domain pack stub — not shipped in kit core.</em></p> |
| 60 | </article> |
| 61 | |
| 62 | <article class="scenario-detail" id="persona-C"> |
| 63 | <span class="badge badge-aspirational">aspirational</span> |
| 64 | <h2>C — Accounting close</h2> |
| 65 | <p><strong>Pain:</strong> Disputed payouts and reconciliations without dual control.</p> |
| 66 | <h3>Layer usage</h3> |
| 67 | <ul class="compact"> |
| 68 | <li><strong>L1:</strong> CSV schema + checksum; reconcile diff thresholds.</li> |
| 69 | <li><strong>L2:</strong> Separate prep vs review producer roles; verifier + human Tier-3 on export.</li> |
| 70 | <li><strong>L3:</strong> Muse capabilities map to propose vs execute transfers.</li> |
| 71 | </ul> |
| 72 | <p><em>Illustrative — aspirational domain pack; no kit claim of production close workflow.</em></p> |
| 73 | </article> |
| 74 | |
| 75 | <article class="scenario-detail" id="persona-D"> |
| 76 | <span class="badge badge-reference">reference</span> |
| 77 | <h2>D — Classroom / Scooling</h2> |
| 78 | <p><strong>Pain:</strong> Students skip tests and self-mark assignments complete.</p> |
| 79 | <h3>Layer usage</h3> |
| 80 | <ul class="compact"> |
| 81 | <li><strong>L0:</strong> Freeze → Auto → build-verification discipline on every assignment.</li> |
| 82 | <li><strong>L1:</strong> Optional assignment checkpoints (tests green, no secrets in repo).</li> |
| 83 | <li><strong>L2:</strong> Optional TA verifier session before grade publish.</li> |
| 84 | <li><strong>L3:</strong> Optional student Muse identity for portfolio provenance.</li> |
| 85 | </ul> |
| 86 | <p><strong>Traffic story:</strong> Teacher installs on GitHub; later lesson offers MuseHub upgrade for signed portfolio history.</p> |
| 87 | </article> |
| 88 | |
| 89 | <article class="scenario-detail" id="persona-E"> |
| 90 | <span class="badge badge-dogfood">dogfood</span> |
| 91 | <h2>E — Multi-org open source</h2> |
| 92 | <p><strong>Pain:</strong> Maintainer merges without freeze review; contributors lack honest phase boundaries.</p> |
| 93 | <h3>Layer usage</h3> |
| 94 | <ul class="compact"> |
| 95 | <li><strong>L0:</strong> Public ROADMAP + HANDOVER; Thinking → Auto gates.</li> |
| 96 | <li><strong>L1:</strong> CI runs domain tests as checkpoint equivalents.</li> |
| 97 | <li><strong>L2:</strong> Freeze review API provider in GitHub Actions (<code>provider: api</code>).</li> |
| 98 | <li><strong>L3:</strong> Optional mirror to Muse for provenance badge (mirror branch SHA).</li> |
| 99 | </ul> |
| 100 | <p>This repo dogfoods the pattern: <a href="../../../.github/workflows/freeze-review.yml">freeze-review workflow</a> · <a href="../index.html#roadmap-public">K9–K12 roadmap</a></p> |
| 101 | </article> |
| 102 | </main> |
| 103 | |
| 104 | <footer class="site-footer"> |
| 105 | <p><a href="../index.html">← Back to landing</a></p> |
| 106 | <p> |
| 107 | <a href="../../../LICENSE">Apache-2.0</a> |
| 108 | · <a href="../../../SECURITY.md">Security</a> |
| 109 | </p> |
| 110 | </footer> |
| 111 | </body> |
| 112 | </html> |
File History
1 commit
sha256:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439
feat: K1-P1 complete — agent provenance, build-verification…
Sonnet 4.6
patch
56 days ago