Grand Diomande Research · Full HTML Reader

Governance Framework

**Anticipation Over Prediction** — Don't predict outcomes; detect when futures become constrained enough that action is warranted.

Agents That Account for Themselves research note experiment writeup candidate score 32 .md

Full Public Reader

---
name: governance-framework
description: Documentation-driven project governance using the Master Implementation Prompt. Use when starting a new project, initializing governance scaffolding, or resuming work on governed projects. Triggers on project setup, phase zero, governance init, master plan, or implementation checklist requests.
---

Governance Framework

Documentation-driven, iterative, self-continuing project execution.

Core Philosophy

Anticipation Over Prediction — Don't predict outcomes; detect when futures become constrained enough that action is warranted.

Commitment Signals

SignalsAction
1 signalObservation only
2 signalsProvisional commitment
3+ signalsActionable commitment
Disagreeing signalsPause, investigate

Decision Horizons

TypeScopeSignals Required
MicroNaming, formatting1
MesoModule design, API2
MacroArchitecture, schema3+

Quick Start

New Project

bash
# Initialize governance scaffolding
./scripts/init-governance.sh <project-path>

Or manually create `.governance/` with:
1. `PROJECT_CHARTER.md` — Purpose, non-goals, success criteria
2. `GLOSSARY.md` — Unambiguous term definitions
3. `INVARIANTS.md` — Assumptions + inviolable rules
4. `IMPLEMENTATION_GUIDE.md` — Decision rules, file structure
5. `CHECKLIST.md` — Living task tracker

Existing Project (Flexible Entry)

When governance is introduced mid-project:

1. Artifact Intake Pass
- Discover existing artifacts
- Classify: Canonical / Provisional / Incomplete / Invalid
- Gap analysis against Phase Zero

2. No Blind Reset — Don't restart unless explicitly instructed

3. Incremental Backfill — Add missing governance incrementally

Continuation Protocol

When resuming work, always state:

CONTINUATION ANCHOR
-------------------
Phase: [Current phase]
Last Completed: [Most recent item]
Next Active: [Next pending]
Confidence: [Low/Medium/High]
Open Uncertainties: [List]
Blocked By: [Dependencies or "None"]

Confidence Signaling

SignalMeaning
"Must"Invariant, violation = failure
"Should"Strong recommendation
"May"Optional
"Appears to"Needs validation
"Assuming"Conditional

References

  • Full framework: See [references/MASTER_PLAN.md](references/MASTER_PLAN.md) for complete governance rules
  • Templates: See [references/TEMPLATES.md](references/TEMPLATES.md) for document templates

Scripts

- `scripts/init-governance.sh` — Initialize `.governance/` directory with templates

Promotion Decision

Attach run IDs, datasets, metrics, and reproduction commands.

Source Anchor

homelab/clawdbot/skills/governance-framework/SKILL.md

Detected Structure

Method · Evaluation · References · Code Anchors · Architecture