Document how something works for others
system process or component to document# INPUT # DELEGATION **Spawn**: # INSTRUCTION 1. **Goal**: What to document? For whom? What should they do after reading? 2. **Gather**: Read code, trace flows, identify entry points, note implicit knowledge. 3. **Structure**: - Overview: purpose, quickstart - Interface: inputs, outputs, behaviors - Architecture: components, flows, decisions - Runbook: prerequisites, steps, verification 4. **Write**: Lead with purpose. Overview before details. Examples alongside explanations. 5. **Validate**: Could audience use this without asking questions? # CHECKLIST - [ ] Audien...