What problem does it solve? Answering questions about a document, codebase, or pasted material often produces ungrounded responses drawn from memory, and the exchange is lost when the conversation ends. This Skill anchors every answer to cited sources and preserves the session as a written summary in the consumer repo. ## Core Features & Use Cases - Grounded Q&A loop: Each answer is analyzed against the supplied context and carries a grounding list naming its memory/code and web sources, with a literal fallback note when no web source exists. - Session summaries: On close, the Skill writes a five-section summary (main motive, refined questions, structured answers, open questions, source links) to docs/qa-sessions/<topic-slug>.md. - Use Case: Paste an architecture RFC into the chat, ask a series of clarifying questions about its trade-offs, receive answers each citing the RFC sections and codebase files they rest on, then end the session and get a durable summary file committed to the repo. ## Quick Start Start a qa session against the attached design document and answer my questions with cited sources, then save the session summary.