What problem does it solve? Writing documentation that violates a project's standards creates duplicated rules, broken links, and pages that answer multiple questions at once. This Skill enforces the order of operations and the checks people skip when adding or rewriting pages under docs/. ## Core Features & Use Cases - Page type selection: Forces exactly one of five page types (architecture, standards, decision record, runbook, product) so each page answers a single question. - Rule ownership checks: Verifies which existing page owns each rule before restating it, using one sentence and a link elsewhere. - Standards enforcement: Applies the page skeleton (entry point breadcrumb, Anti-patterns, Quick reference, Related documentation), sentence-case headings, relative links, and index updates in folder README files. - Use Case: When adding a new ADR, the Skill directs you to copy docs/adr/0000-template.md, take the next number, and register the page in the folder index. ## Quick Start Use the write-a-docs-page skill to add a new architecture page under docs/ that follows the documentation standards.