From debugging
Create a comprehensive summary of the debugging effort to date.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin debugging# Generate Debugging Summary Create a comprehensive summary of the debugging effort to date. ## Your Task Generate a summary document suitable for: - Handing off to another person/agent - Archiving for future reference - Understanding the full debugging journey ## Steps 1. **Gather all information** from: - `context/` — Problem definition and background - `debug-log/` — Chronological debugging history - `outputs/analysis/` — Analysis documents - `outputs/attempts/` — Remediation attempts - `outputs/resolution/` — Resolution docs (if resolved) - `inputs/` — What eviden...
/summarizeExtracts structured documentation or summaries from Miro board contents using board URL. Discovers items with context_explore, then details from frames, docs, prototypes via context_get.
Share bugs, ideas, or general feedback.
Create a comprehensive summary of the debugging effort to date.
Generate a summary document suitable for:
Gather all information from:
context/ — Problem definition and backgrounddebug-log/ — Chronological debugging historyoutputs/analysis/ — Analysis documentsoutputs/attempts/ — Remediation attemptsoutputs/resolution/ — Resolution docs (if resolved)inputs/ — What evidence was providedSynthesise the narrative of the debugging process.
2-3 sentences: What was the problem? Was it resolved? Key finding?
Clear description of the original problem.
Chronological list of key events:
| Hypothesis | Result | Key Finding |
|---|---|---|
| ... | Excluded/Confirmed | ... |
Bullet points of important findings during investigation.
If resolved:
If unresolved:
What was learned from this debugging effort that might help in the future?
Save the summary to outputs/analysis/debugging-summary-YYYY-MM-DD.md.