What problem does it solve?
This Skill turns a GitHub issue into a structured implementation kickoff, reducing the time spent manually loading issue details, deciding branch names, and planning the first delivery steps.
Core Features & Use Cases
- Issue Loading: Reads issue title, body, labels, and state to confirm the work request and detect whether it is open.
- Branch Creation: Chooses an appropriate branch prefix from labels or keywords, normalizes the issue title, and creates or reuses the branch.
- Implementation Planning: Extracts requirements, identifies documentation and test impacts, and produces a dependency-ordered plan.
- Workflow Coordination: Supports documentation-driven development and TDD checkpoints, then posts the final plan back to GitHub.
- Use Case: A developer receives a new feature request and uses this Skill to create a branch, outline scope, flag affected docs, and prepare tests before coding.
Quick Start
Use the skill to start issue 42, create the branch, and generate an implementation plan.