Governance-as-Onboarding: Sabotage Demos Create the Aha Moment
The Core Insight
When onboarding someone to an agent governance system, the happy path is forgettable. Runningvalidate and seeing “passed” teaches nothing about why the system exists. The moment that converts skeptics is when they try to break it and fail.
Building the ATHENA council showcase (documentation domain, 3-step publish pipeline), we discovered that the “break it on purpose” section — running intentionally-tampered fixtures against the CI pipeline — is what makes a developer say “this is real infrastructure.”
What Changed
We now structure every council demo as a 5-act walkthrough where Act 4 (“Break It”) is the centerpiece, not an afterthought:- Meet the Council (agent roster, governance roles)
- Explore the Units (validate, fingerprint, dependency graph)
- Compile & Run (multi-target compilation, live execution with gates)
- Break It on Purpose (3 sabotage scenarios: tampered fingerprint, removed protected agent, removed gate)
- Visualise Everything (Meridian pages)
stratt ci on them produces clear, specific failure messages that map to named failure modes (FM-01, FM-04, FM-05).