Skip to main content
Compendium · Compositions · Feature Panels

Feature Panels

Items
16
of 1002 total

Full-featured composed scenes — one per row so each design has room to breathe. Click for the live render, the spec, and the source.

№ 121

Spec Lab In Context

Scene STA
DO · spec-lab · live
spec.draft.md 0 chars
0 / 100
— scoring —
Completeness0/25
Testability0/25
Unambiguity0/25
Threat coverage0/25
Rule breakdown
  • Has ## Intent section
  • Has ## Acceptance Criteria
  • Has ## Constraints
  • 3+ checklist items
  • Includes a measurable bound (ms/%/$)
  • No vague verbs (should, might, etc.)
  • Negative criterion present (does not)
  • Has ## Failure Modes
  • 2+ failure mode entries
Compositions / feature panels

Full spec-lab feature panel — editable textarea on the left with live ICS scoring, four-dimension rule breakdown on the right. Typing updates the score in real time.

open ↗
№ 122

Command Palette · Search

Scene STA
K ESC
  • DOC Manifesto /manifesto
  • PILLAR DO · Documentation /pillars/do
  • PILLAR CO · Construction /pillars/co
  • PILLAR DE · Delivery /pillars/de
  • PILLAR GO · Governance /pillars/go
  • STAT Spec is law /statutes/01
  • STAT Human owns intent /statutes/02
  • STAT Kill switch ready /statutes/07
  • TERM ICS · Intent Score /glossary/ics
  • TERM AAR · After-Action /glossary/aar
  • TERM GTR · Green-to-Red /glossary/gtr
  • DOC Practice Guide /practice
0 results ↑↓ ENT ESC
Compositions / feature panels

A live K command palette mid-search — type a query and a fuzzy-matched list of pillars, statutes and ICS terms surfaces beneath. Arrow keys move the selection; Enter would teleport.

open ↗
№ 123

Kill Switch · Arming Sequence

Scene STA

GO · safety primitive · live drill

Halt agents · arming sequence

  1. 1
  2. ·
  3. 2
  4. ·
  5. 3

Step 1 / 3

Lift the cover

The hinged cover prevents accidental fire. Lift it to expose the dome. Unarming reseals the cover automatically after 30s of inactivity.

cover · sealed

Step 2 / 3

Type the verb

Two-key challenge prevents reflex strikes. Type HALT to confirm.

Confirm halt · 12 agents in flight
verb> HAL_ ENT

Step 3 / 3

Armed

Autonomy ceiling dropped to 0%. In-flight outputs are quarantined for human review. Audit-log entry written.

kill-switch · armed live
14:02:11  CEILING  autonomy → 0%
14:02:11  FREEZE   12 agents · 4 toolchains
14:02:12  AUDIT    halt · operator=alex · reason=DRILL
Compositions / feature panels

Full kill-switch arming UI — hinged cover lifts, confirm-dialog appears, armed state engages with terminal log entries. A looping three-step animation under reduced-motion the final armed state is shown immediately.

open ↗
№ 124

Intent Radar

Scene STA

DO · intent radar

auth-spec.md · v0.3

64
ICS avg
Completeness 88 Testability 72 Unambiguity 64 Threat Cov. 55 Reversibility 41
Compositions / feature panels

A five-axis radar chart visualising the ICS dimensions of a spec — Completeness, Testability, Unambiguity, Threat Coverage, Reversibility — scoring out from centre. Draws on first paint; hover any axis to see the criterion and its score.

open ↗
№ 125

Sign-Off Ceremony

Scene STA

GO · sign-off ceremony

SPEC-042 · v1.2 approval

live
SPEC-042 · auth-rotation.md v1.2 · 312 words

Rotate JWT signing keys without downtime

Every 30 days the signing key must rotate. Old verifications continue to succeed during a 24-hour grace window. No request returns 401 due to rotation alone.

ICS
82
Sections
4/4
Reviews
2/2
✓ APPROVED · operator=alex · 2026-05-21 09:14Z #7c9af2
// sign-off writes to the immutable audit log · cannot be revoked without a counter-signed entry
Compositions / feature panels

The moment a spec gets approved — spec page on the left, an APPROVED stamp rotates and slams into place on the right, an audit-trail entry types itself beneath. Multi-step CSS animation that loops on a long cadence.

open ↗
№ 1181

Spec Grilling Feature

Scene STA do
DO · spec grilling · session 3 reviewers · 1 spec

Draft spec under review

auth-spec.md · v0.3

  • What it is

    A structured adversarial review where three agent personas interrogate a draft spec.

  • How it runs

    Spec is sent to each persona in parallel; each returns one sharpest unresolved question.

  • What you get

    A ranked list of objections gated by severity, plus a verdict band the author must clear.

// reviewers
  1. blocker
    Skeptic

    What happens when the upstream token service is partially degraded — only some keys served?

  2. important
    Auditor

    Failure Mode 2 mentions clock skew but never bounds the acceptable window. Define it.

  3. nice-to-have
    Operator

    Runbook entry for the 401-with-refresh-hint case is missing from on-call playbook.

verdict REWORK · 1 blocker
Compositions / feature panels

Feature panel for spec-grilling — a structured adversarial review where a panel of agent personas interrogate a draft spec for ambiguity, missing failure modes, and over-claims before any code is written.

open ↗
№ 1182

ICS Scoring Feature

Scene STA do
DO · intent completion score 0–100 · gate 60

What you get

0 / 100
— scoring —
  • Completeness 0 / 25
  • Testability 0 / 25
  • Unambiguity 0 / 25
  • Threat Cov. 0 / 25

What it is

A heuristic 0–100 score across four dimensions, computed on any markdown spec.

How it runs

CI calls the scorer on changed spec files. Below 60 the build fails; the diff carries the per-dimension deltas.

CI gate snippet

ics-score specs/*.md --gate 60 \
  --report ics-report.json \
  --fail-on-regression
Compositions / feature panels

Feature panel for the Intent Completion Score — four dimensions count up, the verdict band lights up, and a one-line CI gate snippet sits beneath. Animation runs once on reveal.

open ↗
№ 1183

Plan Approval Feature

Scene STA go
GO · plan approval · gate open 5 proposed · 4 cleared

Proposed plan

  1. 1
    READ src/auth/token.ts
    read approved
  2. 2
    EDIT src/auth/token.ts
    write approved
  3. 3
    EDIT src/auth/middleware.ts
    write approved
  4. 4
    RUN pnpm test auth
    sandbox approved
  5. 5
    DEPLOY prod · auth-service
    production held · awaiting human

What it is

An explicit per-step approval gate sitting between the agent's plan and any side-effect.

How it runs

Each step is tiered — read, write, sandbox, production. Auto-approve thresholds live in policy; everything above the line waits for human assent.

What you get

Ready to execute
4 of 5 · 1 held at production tier
Compositions / feature panels

Feature panel for the plan approval gate — proposed action steps queue up on the left, each one earns an explicit APPROVED/HELD chip on the right, and the gate counter ticks the moment everything is green.

open ↗
№ 1184

Drift Detection Feature

Scene STA de
DE · drift detection · live budget 10 · used 6

Spec ↔ code drift map

v0.1
v0.2
v0.3
Silent drift
2 silent
Semantic drift
3 semantic
Structural drift
1 structural
What it is

A continuous diff between the canonical spec and the running implementation.

How it runs

Detector samples production traces and source-of-truth specs on a cadence; structural drift always pages.

What you get

A drift budget. Three structural events in a sprint and the convergence loop fires.

Compositions / feature panels

Feature panel for drift detection — spec timeline on the left, code drift markers on the right, and three live drift counts (silent, semantic, structural) updating against an idle baseline.

open ↗
№ 1185

Agent Handoff Feature

Scene STA co
CO · agent handoff · contract v2 3 roles · 1 envelope
Planner
Drafts intent + acceptance
idle
Builder
Composes the patch
idle
Reviewer
Audits + signs off
idle

Each arrow is an explicit contract. The envelope carries only the payload — never the originating agent's chain-of-thought.

Context payload

  • Spec hash · sha256:9c2e…
  • Prior decisions · 3 entries
  • Open questions · 1 still red
  • Blocked tools · production deploy

What you get

A reproducible handoff — the next agent gets exactly the same context the previous one finished with, nothing more.

Compositions / feature panels

Feature panel for agent handoff — an envelope animates between three role-tagged agent slots while a context-payload checklist materialises beside it. The whole handoff loops on a long cadence.

open ↗
№ 1186

Governance Overlay Feature

Scene STA go
GO · governance overlay · v4 3 zones · 1 ceiling each

Workflow with overlay

READ
specs/*
GEN
patch.diff
APPLY
sandbox env
TEST
ci pipeline
DEPLOY
prod cluster
Sandbox
Autonomy ceiling
auto · log only
Approval
no human
Write
Autonomy ceiling
auto · diff review
Approval
async approval
Production
Autonomy ceiling
human in loop
Approval
two-key sign-off
policy.sha · 4f1a…b2e9 3 zones · 5 actions · 1 ceiling each
Compositions / feature panels

Feature panel for the governance overlay — a sample workflow renders underneath while the overlay paints policy zones on top (sandbox, write, production) with a per-zone autonomy ceiling.

open ↗
№ 1187

Convention Promotion Feature

Scene STA co
CO · convention registry · promotion threshold 10 · seen 14

Candidate pattern

Idempotent retry with jitter

withIdempotency(key, () =>
  retry({ attempts: 3, jitter: true }, fn))
probation convention
Observed usage 0 / 14
gate · 10

Evidence trail

  • src/feature/auth/token-rotation.ts
  • src/feature/sync/conflict-resolver.ts
  • src/feature/billing/idempotent-charge.ts

Outcome

Promoted to convention. Future PRs that reinvent retry get a soft suggestion to adopt this pattern.

2026-05-21 14:02 promoter · reviewer
Compositions / feature panels

Feature panel for convention promotion — a candidate pattern observed N times across the codebase ascends from PROBATION → CONVENTION as the usage counter ticks past the promotion threshold.

open ↗
№ 1188

Autonomy Ladder Feature

Scene STA go
GO · autonomy ladder · climb rung 2 → 3

The ladder

  1. 1
    Shadow
    observe only
  2. 2
    Suggest
    propose diffs
  3. 3
    Apply
    apply in sandbox
  4. 4
    Steer
    apply in prod, gated
  5. 5
    Autopilot
    apply in prod
ShadowAutopilot

Current rung

Apply

Ceiling
apply in sandbox
Oversight
async review
Gate to next
rollback rate ≤ 5%
Promotions are revocable. Demote on first hard incident.
Compositions / feature panels

Feature panel for the autonomy ladder — five rungs from SHADOW to AUTOPILOT, with a current-team marker climbing one rung on reveal and a side panel that lists what each rung unlocks.

open ↗
№ 1189

Multi-Agent Composition Feature

Scene STA co
CO · multi-agent composition · live 4 roles · 1 artefact
artefact patch.diff merge
Planner
tier · read
Builder
tier · write
Reviewer
tier · audit
Operator
tier · sandbox

What it is

A composed team of role-tagged agents converging on a single artefact.

How it runs

Each role has a tool tier. None of them edit the artefact in place — they propose. The Reviewer is the only role that merges.

What you get

One artefact per task. Four explicit contributions. Zero shared mutable state.

Compositions / feature panels

Feature panel for multi-agent composition — four role-tagged agents arranged around a shared canvas, with task arrows that draw in sequentially and converge on a single produced artefact.

open ↗
№ 1190

Red-Green-Refactor Feature

Scene STA de
DE · red-green-refactor · loop loop · ∞
  1. Red

    Write a failing test that pins the intent.

  2. Green

    Make the test pass by the smallest change.

  3. Refactor

    Clean the shape without changing behaviour.

tests/auth/token.spec.ts single-test view
  • x expects 401 when token is expired phase · red
  • · middleware returns 401 with refresh hint phase · green
  • extract verify() into pure helper, same behaviour phase · refactor

// Never refactor on red. Never skip green.

Compositions / feature panels

Feature panel for the red→green→refactor loop — three phase plates rotate through their states on a 6s loop while a failing test transitions to passing, then a tidied diff lands beneath.

open ↗
№ 1191

Audit Chain Feature

Scene STA go
GO · audit chain · live tamper-evident

Most recent first

  1. reviewer
    APPROVE · SPEC-042 v1.2
    b41e e9c2 14:02
  2. builder
    EDIT · src/auth/middleware.ts
    7a13 b41e 13:58
  3. planner
    PROPOSE · plan v3
    20df 7a13 13:51
  4. auditor
    OPEN · spec-grilling
    0001 20df 13:44
  5. system
    ROOT · chain inception
    ---- 0001 13:40

What it is

A hash-linked append-only log of every governed action, with role attribution.

How it runs

Each entry hashes the previous entry's hash into its own. Rewriting history breaks every downstream link.

What you get

A timeline you can replay during incident review — and one you cannot quietly edit.

root · 0001 depth · 5
Compositions / feature panels

Feature panel for the audit chain — five hash-linked entries stack vertically, each with action, actor role, and the prev/cur hash. New entries land from above and a tamper-evidence chip confirms the chain.

open ↗
Alpha · Honest about it

The framework is real.
The community is forming now.

DoCoDeGo is in Alpha. The framework is documented, the practices are battle-tested at small scale, and the next release is being shaped in public.

If it produces anything, it should produce engineers and teams who think more clearly about what they are building and why.

Two doors in
Join the Discord

Discord is where specs are debated, the framework gets sharper, and decisions land in writing. The conversation is the artefact.