What problem does it solve?
Squad documentation often varies in tone, structure, and format which reduces discoverability and increases reader friction; this skill provides explicit, team-aligned rules to ensure consistency and trust across docs.
Core Features & Use Cases
- Microsoft Style Guide alignment: Enforces sentence-case headings, active voice, second person, present tense, and avoidance of ampersands in prose.
- Squad-specific patterns: Provides scannability-first formatting, "Try this" prompts, experimental warnings, cross-reference placement, and a recommended page structure.
- Test sync rule: Requires updating corresponding EXPECTED_* arrays when adding documentation pages to keep docs and tests in sync.
- Use Case: Convert ad-hoc feature or scenario pages into consistent, scannable docs that pass automated style checks and align with squad expectations.
Quick Start
Apply the docs-standards rules to the file getting-started.md and return a revised markdown that uses sentence-case headings, active voice, second person, scannable paragraphs, a Try this prompt, an experimental warning when needed, and notes about updating EXPECTED_* tests.