Documentation Governance
Activation Contract
Load when creating or updating any project documentation: README files, ARCHITECTURE docs, setup
guides, code reviews, script/help docs, secrets docs, or any markdown/comment work requiring
consistent structure.
Hard Rules
- Write all documentation in English
- Use numbered steps when order matters
- Keep file names, headings, and script names aligned
- Remove stale references, temporary files, and duplicate guidance
- Validate links, headings, and filenames before finishing
Decision Gates
Select document type from references/documentation-standards.md:
- README → use README template
- Installation/setup guide → use setup guide template
- Technical document → use technical doc template
- Code review → use code review template
- Script comments → use commenting rules
Execution Steps
- Identify document type
- Apply matching template from
references/documentation-standards.md
- Normalize language, naming, and ordering
- Verify script lists, file references, and paths are accurate
- Keep output concise but complete for a new developer
- Validate links, headings, and filenames
Output Contract
- Start with the main entry point
- Number steps when order matters
- Enumerate important files and scripts
- Keep terminology stable across the repo
- Keep docs synchronized with code and scripts they describe
References
- Templates & standards:
references/documentation-standards.md
Source: EmmanuelOrtiz87/gentle-vanguard — distributed by TomeVault.
1---2name: emmanuelortiz87-gentle-vanguard-documentation-governance3description: Documentation Governance4---56# Documentation Governance78## Activation Contract910Load when creating or updating any project documentation: README files, ARCHITECTURE docs, setup11guides, code reviews, script/help docs, secrets docs, or any markdown/comment work requiring12consistent structure.1314## Hard Rules15161. Write all documentation in English172. Use numbered steps when order matters183. Keep file names, headings, and script names aligned194. Remove stale references, temporary files, and duplicate guidance205. Validate links, headings, and filenames before finishing2122## Decision Gates2324Select document type from `references/documentation-standards.md`:2526- README → use README template27- Installation/setup guide → use setup guide template28- Technical document → use technical doc template29- Code review → use code review template30- Script comments → use commenting rules3132## Execution Steps33341. Identify document type352. Apply matching template from `references/documentation-standards.md`363. Normalize language, naming, and ordering374. Verify script lists, file references, and paths are accurate385. Keep output concise but complete for a new developer396. Validate links, headings, and filenames4041## Output Contract4243- Start with the main entry point44- Number steps when order matters45- Enumerate important files and scripts46- Keep terminology stable across the repo47- Keep docs synchronized with code and scripts they describe4849## References5051- Templates & standards:52 [references/documentation-standards.md](references/documentation-standards.md)5354---55> Source: [EmmanuelOrtiz87/gentle-vanguard](https://github.com/EmmanuelOrtiz87/gentle-vanguard) — distributed by [TomeVault](https://tomevault.io).56<!-- tomevault:4.0:skill_md:2026-05-22 -->