What problem does it solve? Keeping project documentation accurate and complete is hard: wikis drift out of sync with code, requirements lack traceability, and architecture decisions get lost. This Skill authors and maintains a full enterprise documentation set (SRS, Architecture, HLD, LLD, ADRs, Reference, Operations, Guides) grounded in recognized standards, with every claim cited to a source and gaps marked explicitly instead of invented. ## Core Features & Use Cases - Full documentation authoring: Builds the complete doc tree document-by-document following ISO/IEC/IEEE 29148 (SRS), arc42 + C4 + 4+1 (Architecture), IEEE 1016 (HLD/LLD), ADR (MADR/Nygard), and Diátaxis (Guides), with stable IDs (FR/NFR/ADR/BR) and a traceability thread from requirement to code. - Incremental sync mode: Uses a .docmap.md manifest mapping wiki units to source paths, so a git diff determines exactly which documents and sections to refresh after a code change. - Multiple output formats: Markdown is the canonical source; the same content renders to self-contained HTML, a single controlled DOCX (via the docx skill), or an XLSX workbook of registers and matrices (via the xlsx skill). - Use Case: After merging a feature branch that adds a new API endpoint, run sync mode to update only the API reference, LLD interface contracts, and coverage matrix rows affected by the change, leaving the rest of the wiki untouched. ## Quick Start Ask the agent to run the docs skill in full mode to author the entire documentation set, or in sync mode to update only the documents affected by your latest code changes.