What problem does it solve? Writing and maintaining technical documentation is time-consuming, and research reports often contain unverified claims or fabricated citations. This Skill automates the generation of grounded documentation and enforces evidence tracking so every factual claim traces back to a real source. ## Core Features & Use Cases - Five Documentation Modes: Generate API references, task-oriented user guides, implementation flow summaries, whole-project architecture indexes, and deep web research reports via the --type flag. - Evidence Ledger Integration: Batches extracted facts and inferred claims into a structured evidence record, refusing unverifiable confidence scores so documentation never asserts something nobody checked. - Cited Research Reports: Performs multi-hop web research with full resolvable URLs for every citation, clearly separating extracted facts from the author's own synthesis. - Use Case: After shipping a feature, run /do-document my-feature --type impl to produce an implementation-flow summary covering key decisions, deviations from the plan, changed surfaces, and test verification. ## Quick Start Ask the AI to document the authentication module as an API reference by invoking /do-document with the target path and --type api.