What problem does it solve? When a bug resists one or two fix attempts, continuing to guess wastes effort and loses context. This Skill forces a pause by capturing the problem, related code, and failed attempts into a persistent markdown file for later analysis. ## Core Features & Use Cases - Structured Issue Documentation: Generates a timestamped markdown file in issue-summary/ with problem description, related code references with line numbers, and a log of attempted fixes. - Proactive Triggering: Activates automatically after two failed fix attempts on the same issue, or when the user asks to record or summarize a bug. - Read-Only Discipline: Strictly produces only the summary file without modifying any code, ensuring the pause is respected. - Use Case: After two unsuccessful attempts to fix a form refresh bug in a Vue project, ask the assistant to record the issue; it writes issue-summary/tab-refresh-redirect-20260620-1430.md documenting symptoms, code locations, and why each fix failed. ## Quick Start Ask the assistant to summarize this bug and record it as an issue after your fix attempts have failed.