| name | doc-writer |
| description | Write and update technical documentation including API docs, README files, architecture decision records, and inline code comments. |
Doc Writer
Technical documentation for developers: API docs, READMEs, ADRs, and inline comments.
Usage
Write API documentation for src/api/users.go
Format: OpenAPI 3.0
Include: all exported handlers, request/response schemas, error codes
Update README.md to reflect the new --json flag added in v2.0
Keep existing sections, add to Quick Start
Write an ADR for: switching from REST to GraphQL for the mobile API
Include: context, decision, consequences