What problem does it solve? Writing documentation from scratch is time-consuming and often skipped, leaving features, modules, and entire projects undocumented. This Skill produces complete, structured documentation on demand, following the Diataxis framework so the output is organized by reader intent rather than ad-hoc notes. ## Core Features & Use Cases - Diataxis-Structured Output: Produces documentation organized as tutorials, how-to guides, reference material, or explanations depending on the audience's need. - Flexible Scope: Documents a single feature, a module, or an entire project, and can be invoked standalone or called by /document-release when it detects coverage gaps. - Use Case: After shipping a new API module with no docs, ask the assistant to document the module and receive a complete tutorial plus reference documentation covering its functions, parameters, and usage examples. ## Quick Start Ask the assistant to generate documentation for a specific feature or module in your repository, for example by saying: write docs for the authentication module.