What problem does it solve? Writing standards-compliant SRS and SDD documentation manually is slow and error-prone, and single-pass AI drafts often miss requirement gaps or violate non-functional constraints. This Skill automates document generation while enforcing a structured multi-agent review so the output is rigorous and traceable to actual source code. ## Core Features & Use Cases - Standards-Based Generation: Produces SRS documents and SDD documents following the IEEE-1016-2009 structure, using bundled Vietnamese templates as reference guidelines. - Multi-Agent Brainstorming Review: Simulates Primary Designer, Skeptic, Constraint Guardian, and Arbiter roles to challenge the design, surface gaps (e.g., missing database fields), and enforce NFR compliance before output. - Create or Refine Modes: Generates new {MODULE_NAME}_SRS.md / {MODULE_NAME}_SDD.md files or refines specific sections of existing documents, with Mermaid diagrams and Vietnamese final content. - Use Case: Ask for an SDD for the AUTH module; the Skill reads the auth source code, drafts a C4 model and flows, challenges the design with a brute-force attack scenario, adds rate limiting, and outputs the final Vietnamese document. ## Quick Start Ask the AI to write an SDD document for the AUTH module using the doc-gen skill.