What problem does it solve?
docs-writer eliminates inconsistent, outdated, or missing documentation by giving agents a clear standard for writing architecture-level rationale and operational guidance that stays current.
Core Features & Use Cases
- Architectural Decision Records (ADRs): Capture context, decisions, alternatives, consequences, and status for significant architectural choices (often in docs/decisions/).
- Runbooks: Define when humans use a process, the steps to execute, what “done” looks like, and how to recover from common failures (typically in docs/runbooks/).
- README and code-level documentation: Keep repository documentation accurate and explain non-obvious code decisions, edge cases, and external constraints.
- Subdirectory AGENTS.md: Add targeted local instructions that align with global invariants for agents operating within specific folders.
Quick Start
Use the docs-writer skill to create or update the project documentation requested in your task, including any ADRs and runbooks needed for the change you are implementing.