Docs Create and maintain project documentation in with a consistent, lightweight structure. Outputs Maintain these outputs: 1. — documentation entry point with an (always regenerated) 2. — system design, infrastructure, component interactions, data flows, feature flows. Focus on how the system works , not file/code structure. 3. — file organization, directory structure, entry points, key modules and their responsibilities. Focus on where things live in the code . 4. — coding conventions, naming rules, style guides, environment setup, custom rules and patterns the team follows. Focus on how to…