organvm-governance-pack

Bundles governance skills for repository onboarding, promotion readiness, and quality verification.

Updated May 16, 2026
One-click install
npx skills add https://github.com/organvm-i-theoria/_agent-ontology --skill organvm-governance-pack-organvm-i-theoria
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: organvm-governance-pack
Source: https://github.com/organvm-i-theoria/_agent-ontology/tree/main/.agents/skills/organvm-governance-pack
Command: npx skills add https://github.com/organvm-i-theoria/_agent-ontology --skill organvm-governance-pack-organvm-i-theoria

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing governance across a multi-repository ecosystem is inconsistent and error-prone: repos lack onboarding standards, promotion criteria are unclear, documentation is untested, and quality checks vary per project. This bundle consolidates the governance workflows needed to audit and standardize repositories. ## Core Features & Use Cases - Promotion Readiness Assessment: Evaluate repositories against promotion state requirements (LOCAL → CANDIDATE → PUBLIC_PROCESS → GRADUATED). - Repository Onboarding & Standards: Scaffold new repos with seed.yaml, CI/CD, and documentation while enforcing README and organization standards. - Quality Verification: Run build/type/lint/test/security verification loops and enforce coding standards with linters and pre-commit hooks. - Use Case: When adding a new repository to the ORGANVM ecosystem, onboard it with the standard flow, validate its docs with the stranger test, then assess its promotion readiness before advancing its governance state. ## Quick Start Ask the assistant to assess this repository's promotion readiness and governance compliance using the organvm governance pack.

Frequently Asked Questions about organvm-governance-pack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I assess a repository's promotion readiness?▼

Use the promotion-readiness-checklist skill included in this bundle to evaluate a repository against the promotion state requirements: LOCAL, CANDIDATE, PUBLIC_PROCESS, and GRADUATED. It identifies gaps blocking advancement to the next governance state.

How to onboard a new repository with governance standards?▼

The repo-onboarding-flow skill scaffolds and integrates new repositories with seed.yaml, CI/CD configuration, and documentation. Follow it with coding-standards-enforcer and verification-loop to establish the quality baseline.

What is the stranger test for documentation?▼

The stranger-test-protocol validates that repository documentation is comprehensible to someone with zero prior context. It checks whether a newcomer can understand and use the project from the docs alone.

Does this governance pack work outside the ORGANVM ecosystem?▼

Yes. While designed for the ORGANVM eight-organ ecosystem, the bundle applies to any multi-repository system with governance requirements, including promotion workflows, quality gates, and documentation standards.

What verification checks does the bundle include?▼

The verification-loop skill runs comprehensive build, type-check, lint, test, and security verification. The coding-standards-enforcer adds automated style enforcement through linters and pre-commit hooks.