What problem does it solve? Technical documentation often becomes long, dense, and hard to scan, forcing readers and PR reviewers to reconstruct context before they can act. This Skill applies cognitive-load principles so docs lead with the answer, chunk information, and stay scannable. ## Core Features & Use Cases - Cognitive Patterns: Six rules including lead with the answer, progressive disclosure, chunking, signposting, recognition over recall, and review empathy. - Default Document Template: A reusable Markdown structure with an outcome-oriented title, quick path, details table, checklist, and next step. - PR Review Guidance: Practices for reducing reviewer burnout, such as stating review order, declaring out-of-scope items, and linking chained PRs. - Use Case: When writing an onboarding guide or a PR description that feels dense, apply the template and checklist patterns so reviewers can verify intent without reading every line. ## Quick Start Rewrite my PR description using the cognitive-doc-design structure with a quick path, details table, and reviewer checklist.