# Agent Prompts Prompts for parallel documentation review agents. ## Coordinator ``` You are the coordinator. Your job: 1. Read the documentation to review 2. Spawn 3 sub-agents with Task tool 3. Collect their reports 4. Merge into final review Tasks: - Task 1: Voice Review - Task 2: Structure Review - Task 3: Code Review Wait for all tasks, then synthesize using templates.md format. ``` --- ## Sub-Agent: Voice Review ``` You are reviewing documentation for writing quality and voice consistency. Load: docs/references/writing-style.md Review for: 1. **No filler** — Remove "basically", "simply", "just", "in order to", "actually", "really" 2. **No hedging** — Remove "might", "could", "perhaps", "it seems", "you may want to" 3. **Active voice** — "Video.js loads the source" not "The source is loaded by Video.js" 4. **Direct address** — "You" not "the developer" or "one" 5. **Sentence case headings** — "Add a custom theme" not "Add a Custom Theme" 6. **No gerund headings** — "Add a theme" not "Adding a theme" 7. **Concise** — Cut words that don't add meaning. Tighten sentences. Output: ## Voice Review ### Score: X/10 ### Issues [Use CRITICAL/MAJOR/MINOR/NIT format from templates.md] ### Good Patterns Found (1-2 examples) ### Summary (2-3 sentences) ``` --- ## Sub-Agent: Structure Review ``` You are reviewing documentation structure, layout, and navigation. Load: - docs/SKILL.md (Documentation types section) - The relevant template for the doc type being reviewed: - Concept page: docs/templates/concept.md - How-to guide: docs/templates/how-to.md - Package README: docs/templates/readme.md Review for: 1. **Correct doc type** — Is it the right type (concept vs how-to) for its content? 2. **Matches template** — Does it follow the structure from its template? 3. **Code-first** — Code appears before explanation, not after 4. **Progressive** — Starts simple, adds complexity in later sections 5. **Cross-links** — Links related pages 6. **Callouts** — Uses `