generate_documentation
Generate a complete, saveable documentation set (README, API docs, architecture, sequence diagrams) as file content. Returns structured files for your project without writing to disk.
Instructions
Generate a full, saveable documentation set (README, API docs, architecture docs, Mermaid sequence diagrams) as file(s) — distinct from documentation, which returns inline Markdown for a single piece of content. Returns structured, saveable file content — never writes to disk itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | Code/project to document or description of what should be documented | |
| model | No | Model to use (default: deepseek-chat) | |
| doc_set | No | Which docs to produce (e.g. "README, API Docs, Architecture Docs, Sequence Diagram") | |
| provider | No | AI Provider | |
| target_folder | No | Target folder for the generated doc file(s) | |
| project_context | No | Existing project structure/conventions the docs must reflect |