Canonical README policy for all ORGANVM repositories across all organs.
This file is the source of truth for:
- README structure and depth by tier
- Organ-specific required sections
- Minimum quality rubric used for audits
- Minimum community-health and root-hygiene requirements tied to README quality
Derived from the system corpus standards:
organvm-corpvs-testamentvm/docs/standards/10-repository-standards.mdorganvm-corpvs-testamentvm/docs/planning/01-readme-audit-framework.mdorganvm-corpvs-testamentvm/docs/planning/03-per-organ-readme-templates.md
Every README should follow progressive disclosure:
- Hero: title, key badges, one-line hook, quick navigation
- Value: problem statement / purpose
- Action: setup, usage, examples
- Context: cross-references, contributing, license, author
| Tier | Target | Minimum |
|---|---|---|
| Flagship | 3,000+ words | 12+ sections, complete 4-layer model |
| Standard | 1,000+ words | 8+ sections, complete 4-layer model |
| Stub | 200+ words | title, purpose, status, parent links |
| Archive | 50+ words | archive notice + redirect |
- Problem Statement
- Core Concepts
- Related Work
- Installation or Usage
- Examples
- Downstream Implementation
- Validation
- Roadmap
- Cross-References
- Artistic Purpose
- Conceptual Approach
- Technical Overview
- Installation
- Working Examples or Demos
- Theory Implemented
- Portfolio or Exhibition Context
- Contributing
- Product Overview
- Value Proposition
- Business Model
- Technical Architecture
- Getting Started
- Case Study
- Metrics and Proof
- Support and Governance
- Orchestration Purpose
- Registry Overview
- Governance Rules
- How It Works
- Key Concepts (promotion/dependency/validation)
- Concrete Example Flow
- Contributing to Governance
- Publication Purpose
- Publishing Guidelines
- Structure/Frontmatter Requirements
- Index or Corpus Navigation
- Subscription/Distribution
- Contributing
- Archive
- Community Purpose
- Participation Model
- Community Guidelines
- Archive Structure
- Access Model
- Contributing
- Distribution Strategy
- Audience Target
- Content Types
- Metrics
- Channels
- Publishing Calendar
- Templates or Playbooks
- README exists in root
- clear title + one-line description
- table of contents/navigation
- readable formatting
- explicit problem statement
- complete setup/install instructions
- two or more working examples (where applicable)
- dependencies documented
- contributing guidance present
- links valid
- examples run
- docs match implementation
- freshness timestamp or clear status
- why repo exists is explicit
- connection to larger system is explicit
- features/value proposition clear
- evidence or impact signals present
At minimum, each active repo should include:
README.mdLICENSE.gitignore.github/CONTRIBUTING.md(or org-level fallback).github/SECURITY.md(or org-level fallback).github/CODE_OF_CONDUCT.md(or org-level fallback)
Flagship and Standard repos should also include:
- pull request template
- issue templates for bug and feature/documentation requests
Each organ may keep an overlay standards file in its .github repository:
- path:
README_STANDARDS.md - purpose: local additions and stricter checks
- requirement: must link back to this canonical policy
- rule: overlay cannot weaken canonical requirements
Each organ superproject should provide a local audit script:
- recommended path:
tools/audit_platform_standards.sh
Each audit should check, at minimum:
- required standards files exist
- README has minimum section structure for its tier/profile
- local overlay links to this canonical policy
Any exception must be tracked via issue with owner + due date.