Document Knowledge Scan the current conversation, extract what was learned, and write it to a structured Markdown file. What to capture - Findings — things discovered about the codebase, system, or domain - Decisions — choices made and why - Architecture / structure — how things fit together - Gotchas / surprises — unexpected behavior, edge cases, constraints - Open questions — unresolved issues worth flagging - Next steps — actionable follow-ups if any were identified Don't summarize the conversation itself — distill the knowledge it produced. Output Filename Generate a slug from the main to…