What problem does it solve? Turning a raw GitHub issue into an actionable implementation plan requires gathering context, resolving ambiguities, and researching unfamiliar technologies. This Skill automates that analysis so downstream planning starts from complete, unambiguous requirements instead of guesswork. ## Core Features & Use Cases - Issue Analysis: Fetches GitHub issues via the gh CLI and extracts functional requirements, acceptance criteria, edge cases, and definition of done. - Clarification and Research: Uses AskUserQuestion to resolve ambiguities, plus WebSearch and WebFetch to research referenced technologies, APIs, and every URL in the issue. - Codebase Context: Reviews repo-scoped conventions (AGENTS.md, CONTRIBUTING, ADRs) and existing code patterns, then outputs a planner-ready requirements document with a verbatim Scope Brief. - Use Case: Point it at a vague feature request issue; it asks you targeted clarifying questions, researches the mentioned APIs, maps relevant files in your repo, and hands the planner a complete specification. ## Quick Start Analyze GitHub issue number 42 in this repository and produce a complete requirements document for the planner.