DOCUMENT Workflow

Auto-generate comprehensive documentation

Auto-generated documentation
API reference creation
Code documentation
User manual generation

Commands in this Workflow

Detailed documentation for each command including when to use it, what it's best for, and real-world examples.

/siftcoder:document

Auto

Generate comprehensive documentation

What It Does

Automatically generates multiple types of documentation including API references, user guides, architecture diagrams, and code documentation. Extracts information from code, comments, and structure to create comprehensive docs.

Usage

/siftcoder:document [type]

Parameters

codeDocument code with inline comments
apiGenerate API reference documentation
userCreate end-user guides
architectureGenerate architecture diagrams and technical docs

When to Use

Onboarding new developers, creating API docs, documenting features, keeping docs in sync

Best For

Large codebases, APIs, libraries, frameworks, team knowledge sharing

Real-World Example

/siftcoder:document api
# Generates: API endpoints, parameters, response formats, examples