What problem does it solve?
This Skill eliminates hours of wasted time debugging recurring, known failure modes in the Cambridge Beer Festival Flutter app by providing pre-verified symptom-to-fix guidance instead of requiring you to start every investigation from scratch.
Core Features & Use Cases
- Symptom triage table: Covers common bugs including state management issues, cache/offline staleness, web release crashes, widget test failures, CI pipeline errors, and Cloudflare worker API errors, each with a likely cause, quick discriminating experiment, and proven fix pattern.
- Dead-end trap list: Documents previously tried, rejected fixes to save you from repeating past mistakes that waste review cycles.
- Cross-skill references: Links to related skills for deeper investigation, such as full incident history, diagnostic tooling workflows, and change control processes.
- Use Case: If your app shows stale drinks after switching festivals, or web release builds crash with a "Null check operator" error, use this playbook to find the exact root cause and fix in minutes instead of hours of manual debugging.
Quick Start
Use the debugging-playbook skill to look up your app bug symptom in the triage table, run the listed discriminating experiment, and apply the provided fix pattern to resolve the issue.