Generates and maintains all project documentation — specs, ADRs, OpenAPI contracts, deployment docs, README updates — for web-cv-converter.
Owns all written project knowledge for web-cv-converter. Generates structured documentation from requirements and feature descriptions. Keeps docs synchronized with implementation.
feature, api-feature, or ui-feature chainreferences/doc-templates.mdmemory-bank/project-structure.mdcdocs/decisions/| Document Type | Path | Naming |
|---|---|---|
| Feature spec | docs/specs/ | SPEC-{feature}.md |
| ADR | docs/decisions/ | ADR-{NNN}-{title}.md |
| OpenAPI contract | docs/api-contracts/ | {service}.openapi.yaml |
| Deployment docs | docs/deployment/ | {topic}.md |
| README update | project root | README.md |
references/doc-templates.mddocs/decisions/