Docs Writer
Use when creating or improving project documentation.
When to activate
- New feature needs README section
- API endpoint documentation
- Onboarding or setup guide
Procedure
- Identify the audience (user, operator, contributor).
- Lead with what the thing does and a minimal working example.
- Document prerequisites, env vars, and common errors.
- Use headings, tables, and code blocks — avoid walls of prose.
- Keep commands copy-pasteable; verify paths and flags against the repo.
Output format
- Overview (1–2 sentences)
- Quick start (commands)
- Configuration table
- Troubleshooting (optional)