Generate documentation - code, user-manual, architecture, or technical
Creates structured documentation for codebases, including inline comments, user guides, architecture diagrams, and technical references.
When to use
Use this when starting a new project, onboarding team members, or needing to formalize system knowledge for maintenance or handover.
How to invoke
manual via /siftcoder-document or auto-invoked when relevant
/plugin marketplace add ialameh/sift-coder/plugin install siftcoder@siftcoder-marketplace<code|user-manual|architecture|technical> [path]$ARGUMENTS
code [path]Generate inline code documentation:
user-manualGenerate end-user documentation:
architectureGenerate architecture documentation:
technicalGenerate technical/ops documentation:
Invoke the siftcoder-documenter agent to:
docs/user-guide/docs/architecture/ + diagramsdocs/technical/Architecture diagrams are generated as:
.mmd - Mermaid source (git-friendly).svg - Rendered image (if mermaid-cli available)Based on type $1, invoking appropriate documentation workflow...