What problem does it solve? Debugging Android issues like crashes, ANRs, memory leaks, and lifecycle bugs often lacks structure, leading to guesswork fixes without root-cause analysis or regression coverage. This Skill turns a raw bug report into a complete OpenSpec change with proposal, design, and tasks grounded in systematic triage and codebase analysis. ## Core Features & Use Cases - Structured Bug Triage: Classifies reports into eight categories (crash, ANR, lifecycle, memory, network, UI, gallery/media, camera) and routes to specialized debugging skills for deep analysis. - Diagnostic Collection & Deobfuscation: Guides logcat, bugreport, tombstone, and ANR trace collection, and retraces obfuscated release-build stack traces with mapping.txt before analysis. - OpenSpec Artifact Generation: Creates proposal, design, and tasks artifacts via the OpenSpec CLI, with a mandatory failing-regression-test-first task ordering. - Use Case: A user reports "app crashes when rotating during a network request." The Skill triages it as Crash + Lifecycle, loads the relevant debugging skills, runs CodeGraph exploration, and produces an OpenSpec change with root-cause analysis, a failing regression test task, and verification steps. ## Quick Start Ask the AI to investigate your Android bug report or stack trace using the openspec-android-bug skill and produce an OpenSpec change proposal.