What problem does it solve? Keeping project context documents (product.md, structure.md, tech.md), multilingual documentation, and code templates accurate and current is repetitive manual work that drifts out of sync with the codebase. This Skill automates documentation scaffolding, language initialization, template optimization, and SPEC-to-docs generation so project context stays aligned with reality. ## Core Features & Use Cases - Documentation Management: Generates product/structure/tech.md from templates, detects project type, and produces docs via Sphinx, MkDocs, TypeDoc, OpenAPI, or Nextra in Markdown, HTML, or PDF. - Multilingual Initialization: Auto-detects project language, creates per-language doc directories (docs/ko, docs/en), and localizes agent prompts with token-cost analysis. - Template Optimization: Analyzes template size, complexity, and redundancy, then optimizes with mandatory backups and benchmarking. - Navigator Audit & AST Enrichment: Ships scripts that diff design docs against the SPEC capability map (missing/orphan SPECs) and extract tree-sitter symbols across 16 languages. - Use Case: After writing a SPEC for a new authentication feature, run the project workflow to regenerate the capability map, audit design-vs-implementation drift, and emit API reference docs automatically. ## Quick Start Ask the agent to initialize project documentation and run the navigator audit for the current repository.