| name | documentation-pass |
| description | Use when a documentation pass is needed or docs, README, guides, examples, changelogs, or public explanations may be stale before PR. |
Documentation Pass
Rule: documentation must match current implementation before PR.
Loop:
- Map implementation and docs.
- Delegate bounded scans if useful: stale claims, missing docs, broken examples.
- Update docs.
- Verify docs against code/tests/commands.
- Open PR.
Main agent owns edits, verification, and PR. Subagents only find, critique, or verify.
Stop when docs reflect implementation and verification passes.
Output: changed docs, evidence, PR link.