What problem does it solve? Valuable lessons from a completed AI coding session are usually lost once the conversation ends. This Skill mines the active transcript for durable learnings and converts them into concrete, reviewed edits to existing skills so future agents benefit. ## Core Features & Use Cases - Parallel Multi-Lens Review: Spawns three reviewer subagents (judgment, tooling, divergent) over the session transcript, each with a dedicated prompt template from the references directory. - Structured Synthesis: A synthesizer subagent merges findings into an Accepted / Rejected / Backlog list using durability, specificity, and convergence criteria. - Approval-Gated Application: Presents proposed skill edits to the user for explicit approval, then routes each accepted item to a direct edit, a description tune-up, or new skill creation via create-skill. - Use Case: After a long debugging session where the agent discovered a non-obvious build flag, run reflect to capture that fact as an edit to the relevant debugging skill so the next agent finds it immediately. ## Quick Start Say "reflect" after a complex task completes to review the session and apply approved learnings to your skills.