What problem does it solve? Setting up a new project requires coordinating documentation scaffolding, language configuration, and template management across multiple disconnected steps, which leads to stale docs and inconsistent structure. ## Core Features & Use Cases - Project Initialization: Detects project type (web, mobile, CLI, library, ML) and generates a complete documentation structure with language configuration in one workflow. - SPEC-Driven Documentation: Generates feature and API documentation directly from SPEC data including requirements, endpoints, and request/response schemas. - Multilingual Support: Creates language-specific documentation directories (English, Korean, Japanese, Chinese) with language negotiation and token cost analysis for agent prompts. - Template Optimization: Analyzes templates for size and complexity, applies optimizations with automatic backups, and reports size reduction and performance metrics. - Use Case: When starting a new web application, run the initialization workflow to create docs/ko and docs/en directories, configure conversation and agent prompt languages, and optimize templates with a single setup pass. ## Quick Start Ask the agent to initialize a new project with Korean as the conversation language, English agent prompts, and template optimization enabled.