Docs

Manage project documentation with AI-powered analysis. Initialize docs for new projects, update after changes, or generate summaries.

Usage

/ck:docs init          # Initialize documentation for a project
/ck:docs update        # Update docs after code changes
/ck:docs summarize     # Generate a documentation summary

Subcommands

SubcommandDescription
initAnalyze codebase and create initial documentation suite
updateScan for changes and update existing docs
summarizeGenerate a concise project summary

What It Creates

docs/
├── project-overview-pdr.md
├── codebase-summary.md
├── system-architecture.md
├── code-standards.md
└── project-roadmap.md