What problem does it solve? Investigation results, build decisions, and review feedback often live only in chat history or scattered notes, making them impossible to recover later. This Skill captures them as durable, version-controlled markdown records with a consistent structure. ## Core Features & Use Cases - Three-section template: Separates Findings (facts), Feedback (judgment), and Conclusion (decisions) so each doc stays scannable, with numbered findings cross-referenced by later sections. - Document conversion: Restructures existing files (research logs, notes, wikis) into the template, splitting multi-topic sources into one doc per topic. - Status tracking and indexing: Tracks Open/Pending/Needs decision/Resolved states with an Outstanding checklist, and maintains a README.md index of all docs under docs/structured-documentation/. - Confidentiality handling: Redacts secrets, sets a Confidentiality level, and confirms before committing sensitive content to git. - Use Case: After investigating a bug's root cause, ask to document the findings — the Skill drafts the structured doc, humanizes the prose, saves it to the repo, and updates the index. ## Quick Start Document what you found about the authentication module as a structured-documentation doc.