What problem does it solve?
Creates a standardized documentation scaffold for new projects, eliminating manual setup and ensuring consistent structure from day one. It centralizes the doc root configuration and templates so teams can start documenting quickly with minimal boilerplate.
Core Features & Use Cases
- Scaffolds a complete documentation directory tree including index.md, glossary.md, project-conveyor.md, specs/, reference/ (with code-evidence/ and conveyor-gaps.md), howto/, runbooks/, and decisions/.
- Seeds templates and config (docops.json) to define docRoot and enable subsequent docops tooling.
- Preserves existing files by never overwriting and resolves docRoot from existing .claude/docops.json when present.
- Supports multi-language projects by templating language-specific structures.
Quick Start
Run the Init skill to scaffold the standard documentation structure in your project root.