governance-evolution-protocol
Phase 5 of the pentaphase structural-overhaul protocol. Codifies operational protocols, onboards the ecosystem of participants, programs behavior monitoring, and establishes an iteration cadence so the substrate evolves rather than calcifies. Use when the user invokes phase 5 of an overhaul, asks to "establish governance" or "lock in the protocols", or has completed ingestion and is ready to declare the substrate operational. Consumes phase-4-ingestion-report.md; produces phase-5-governance-charter.md, which closes the protocol.
Best use case
governance-evolution-protocol is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Phase 5 of the pentaphase structural-overhaul protocol. Codifies operational protocols, onboards the ecosystem of participants, programs behavior monitoring, and establishes an iteration cadence so the substrate evolves rather than calcifies. Use when the user invokes phase 5 of an overhaul, asks to "establish governance" or "lock in the protocols", or has completed ingestion and is ready to declare the substrate operational. Consumes phase-4-ingestion-report.md; produces phase-5-governance-charter.md, which closes the protocol.
Teams using governance-evolution-protocol should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/governance-evolution-protocol/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How governance-evolution-protocol Compares
| Feature / Agent | governance-evolution-protocol | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Phase 5 of the pentaphase structural-overhaul protocol. Codifies operational protocols, onboards the ecosystem of participants, programs behavior monitoring, and establishes an iteration cadence so the substrate evolves rather than calcifies. Use when the user invokes phase 5 of an overhaul, asks to "establish governance" or "lock in the protocols", or has completed ingestion and is ready to declare the substrate operational. Consumes phase-4-ingestion-report.md; produces phase-5-governance-charter.md, which closes the protocol.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Phase 5: Governance, Optimization & Evolution You are sealing the substrate into an operational state with explicit governance. The `phase-4-ingestion-report.md` confirms the new environment holds the substrate; your job is to make sure it stays healthy, that participants know how to use it, that drift is detected, and that the framework can absorb new requirements without another full overhaul. This phase produces the artifact that closes the protocol. After phase 5 passes its gate, the substrate is in governed-target-state. ## Preconditions - `<working-dir>/substrate-context.md` exists. - `<working-dir>/phase-1-landscape-report.md` exists. - `<working-dir>/phase-2-taxonomy-model.md` exists. - `<working-dir>/phase-3-environment-spec.md` exists. - `<working-dir>/phase-4-ingestion-report.md` exists and has passed gate 4 with verdict PASS or PASS-WITH-CAVEATS (not FAIL). - Read all five files in full before starting. ## Four work streams ### Stream 1 — Codify Protocols Document strict operational rules for system upkeep and modification. For each protocol: - **Name** — short, memorable label - **Scope** — what part of the substrate or its lifecycle this governs - **Rule** — the imperative statement of the protocol - **Why** — the reason the rule exists (what failure mode it prevents — link back to phase 1 friction or phase 4 audit findings where applicable) - **Enforcement mechanism** — how compliance is detected (automated check / review gate / retro) - **Exception process** — who can grant exceptions and on what evidence Cover at minimum these protocol families: - **Entry rules** — how new items are admitted (validation, review, attribution) - **Modification rules** — who can change what, under what review - **Lifecycle rules** — when items transition between states (active → archived → deleted) - **Schema evolution rules** — how attributes are added, deprecated, removed - **Access change rules** — how visibility/modification tiers are altered - **Audit rules** — what is logged, retained, surfaced for review ### Stream 2 — Onboard Ecosystem Train all participants on ingestion rules and system navigation. For each operational role from `substrate-context.md`: - **Role** - **What they do in the new environment** — their day-to-day surface - **Required onboarding** — docs, walkthroughs, training sessions, paired sessions - **First-week checklist** — concrete tasks that confirm they can operate - **Escalation path** — who they contact when stuck Produce or reference: - A short orientation document (link or embed) - A reference for common operations (cookbook of "how do I X") - A glossary mapping legacy vocabulary to the new taxonomy (this prevents the most common form of post-migration confusion) ### Stream 3 — Analyze Behaviors Monitor system performance, retrieval speed, and operational failures. For each metric defined in phase 1's value metrics: - **Metric name** (carry over from phase 1) - **New baseline** — value as of phase 5 start - **Target** (carry over from phase 1) - **Current vs. target** — gap analysis - **Monitoring instrument** — dashboard, query, alert, periodic report - **Owner** — who watches this - **Cadence** — daily / weekly / monthly review Add new metrics that became relevant during ingestion or that the new environment makes measurable for the first time. For each new metric, declare why it was added. Define escalation thresholds — at what metric value does an incident-response trigger fire. ### Stream 4 — Iterate Framework Refine the underlying structure periodically to absorb new organizational needs. Define the iteration cadence: - **Review cadence** — how often the governance charter itself is reviewed (quarterly is typical; annual is the floor for non-trivial substrates) - **Triggers for unscheduled review** — events that force a review outside the cadence (new compliance requirement, sustained metric degradation, scope expansion, key role departure) - **Amendment process** — how the charter or taxonomy is changed (proposal → review → ratify → publish), and who is in the loop - **Versioning** — how charter and taxonomy versions are named and archived - **Rollback policy** — how amendments are reversed if they cause regressions Explicitly forbid silent change. Every change to the charter or the taxonomy is a versioned amendment with reasoning attached. ## Composing phase-5-governance-charter.md Combine the four streams into a single file at `<working-dir>/phase-5-governance-charter.md`. Structure: ```markdown # Phase 5 — Governance Charter **Substrate:** <name> **Date:** YYYY-MM-DD (initial) **Charter version:** v1.0 **Preconditions:** Read substrate-context.md, phase-1, phase-2, phase-3, phase-4 **Postconditions:** Substrate is in governed-target-state; protocol is closed. ## 1. Operational protocols [per-protocol cards organized by family] ## 2. Onboarding plan [per-role sections with checklists] ## 3. Behavior monitoring [per-metric definitions with current vs. target and monitoring instrument] ## 4. Iteration cadence [review cadence, unscheduled-review triggers, amendment process, versioning, rollback] ## 5. Amendment log [empty at v1.0; future amendments append here in dated entries] ## 6. Closure declaration The substrate <name> is in governed-target-state as of YYYY-MM-DD. The protocol of pentaphase-structural-architect v0.1.0 is closed. Further changes occur via the iteration cadence in section 4. ``` ## Gate criteria (auditor will check) The charter passes Phase 5's gate iff: 1. **At least one protocol per family** is documented (entry, modification, lifecycle, schema evolution, access change, audit). Six minimum. 2. **Every operational role** named in `substrate-context.md` has an onboarding section with a first-week checklist. 3. **Every phase-1 value metric** has been carried into Phase 5's monitoring section with a new baseline. 4. **Iteration cadence is specified** with a review cadence, an amendment process, and a rollback policy. 5. **Closure declaration is present** and dates the substrate's transition to governed-target-state. 6. **Open questions section is NOT present** — Phase 5 closes open questions; if any remain, they become inaugural amendment-log entries instead. ## Anti-patterns - **Don't write protocols nobody will read.** If a protocol is more than 3 sentences, it is unlikely to be enforced. Compress to the rule, the why, and the enforcement. - **Don't leave onboarding to "self-serve documentation".** Every role needs a named human contact for the first week of operation. Documentation is the long tail; the contact is the foundation. - **Don't define monitoring without an owner.** A metric without an owner is a metric without a watcher. - **Don't make the charter unamendable.** A charter that can't change is a charter that ages badly. Iteration cadence is non-optional. - **Don't declare closure if integrity audit was FAIL.** Phase 4's gate already prevents this, but verify explicitly before writing the closure declaration. ## See also - `references/iteration-cadence-patterns.md` — review-cadence patterns with examples
Related Skills
workspace-autopsy-governance
Conducts a full automated autopsy of the current workspace directory to map files, identifies structural issues, proposes a restructuring plan (the signal), and establishes unified governance using templates. Use this skill when a user asks to map, restructure, reorganize, or apply new governance to an existing messy repository.
stranger-test-protocol
Validate that documentation, READMEs, and onboarding guides are comprehensible to someone with zero prior context. Systematic approach to testing docs from a stranger's perspective with actionable feedback. Triggers on documentation review, onboarding validation, or README quality assessment requests.
session-governance-audit
Parse a session transcript into a structured Session Governance Index — an annotated bibliography of every file modified and commit made, internal-energy accounting (tool uses, estimated tokens), shipped-vs-tasked atom tally, and classification of missing items as Gaps or Vacuums. Triggers on "visibility-schema-substrate-sweep", "session cascade audit", "session governance audit", or any request to summarize what a session actually produced versus what it was asked to produce.
organvm-governance-pack
Curated bundle of governance and quality skills for ORGANVM ecosystem management. Includes ecosystem autopsy and discovery, promotion readiness, onboarding flows, stranger testing, repository standards, verification, and coding standards. Use when establishing or auditing governance practices for repositories.
inbound-opportunity-protocol
End-to-end protocol for when outbound open-source contributions generate inbound relationship opportunities. Covers contact verification, company research, architectural comparison, conversation preparation with multi-register talking points (technical/humanities/ELI5), response drafting, and honest boundary mapping. Triggers on inbound emails from contribution targets, cold outreach from people who found your PRs, or any signal that an open-source contribution attracted strategic attention.
taxonomy-modeling-design
Phase 2 of the pentaphase structural-overhaul protocol. Classifies entities, standardizes attributes, establishes relationships, and designs the access framework. Use when the user invokes phase 2 of an overhaul, asks to "design the taxonomy" or "model the structure", or has completed a landscape audit and is ready to redesign. Consumes phase-1-landscape-report.md; produces phase-2-taxonomy-model.md.
systemic-ingestion-normalization
Phase 4 of the pentaphase structural-overhaul protocol. Purges redundancies, enriches and aligns legacy entities to the new schema, executes phased ingestion into the new environment, and audits integrity. Use when the user invokes phase 4 of an overhaul, asks to "migrate the data" or "ingest into the new system", or has a configured environment ready to accept legacy entities. Consumes phase-3-environment-spec.md; produces phase-4-ingestion-report.md.
system-environment-configuration
Phase 3 of the pentaphase structural-overhaul protocol. Translates the taxonomy model into objective technical criteria, evaluates candidate mechanisms or frameworks, instantiates the chosen architecture, and programs validation rules. Use when the user invokes phase 3 of an overhaul, asks to "select a system" or "configure the environment", or has a taxonomy model and is ready to choose technology. Consumes phase-2-taxonomy-model.md; produces phase-3-environment-spec.md.
pentaphase-orchestrator
Threads the full five-phase structural-overhaul protocol — landscape discovery, taxonomy design, environment configuration, systemic ingestion, governance evolution — for any substrate the user names. Use when the user requests a structural overhaul, system redesign, or end-to-end restructuring of a documentation system, asset registry, code monorepo, knowledge base, or operational workflow; or when they explicitly invoke the pentaphase methodology. Coordinates handoffs between phase-skills and seats validation gates between phases.
landscape-discovery-audit
Phase 1 of the pentaphase structural-overhaul protocol. Inventories assets, maps current flow, identifies friction, and defines value metrics for any substrate. Use when the user invokes phase 1 of an overhaul, requests a baseline audit, asks to "discover the landscape" of a system, or wants to understand current state before redesigning. Produces phase-1-landscape-report.md.
dimension-surfacing
Surfaces the parallel domain dimensions implicit in a dense or minimal prompt. Use when a user prompt is small on the surface but plainly implies multiple independent domains needing different expertise; when explicitly invoked by the coliseum-orchestrator skill as Phase 1; or when the user asks "what dimensions does this prompt encode" or "what axes does this break into." Produces a named dimension set where each dimension is independently executable and not a paraphrase of another.
coliseum-dispatch
Dispatches a composed set of assignment envelopes to domain-expert subagents in parallel, in a single message with multiple Agent tool calls. Enforces the no-pingpong gate via the pingpong-detector agent before any dispatch fires. Use when invoked by the coliseum-orchestrator as Phase 3; when envelopes are already composed and the next step is parallel execution; or when the user asks to "fan out" or "dispatch in parallel." Produces a dispatch log capturing what was sent, when, and where returns land.