What problem does it solve? Turning a high-level feature or project idea into actionable GitHub issues is time-consuming and often produces vague, untestable tickets. This Skill converts project descriptions into 5-15 well-structured issues with user stories, acceptance criteria, dependencies, labels, and effort estimates. ## Core Features & Use Cases - INVEST-Quality Issues: Generates issues that are Independent, Negotiable, Valuable, Estimable, Small, and Testable, each with a user story and Given-style acceptance criteria. - Dependency Mapping: Identifies blocking relationships, parallel work opportunities, and the critical path across generated issues. - GitHub CLI Integration: Creates issues directly via gh issue create with labels, after showing a preview table for user approval. - Use Case: You describe "Build a user authentication system" and receive 7 sized issues (registration endpoint, JWT login, password reset, middleware, tests) with explicit dependency chains, ready to create in your repo. ## Quick Start Ask the agent to break your feature description into GitHub issues, for example: "Decompose the user authentication feature into GitHub issues with estimates."