What problem does it solve?
Many developers waste time manually selecting, validating, and preparing GitHub issues before beginning work, leading to context switching and duplicated effort. This skill automates the entire lifecycle—from issue discovery and pre‑flight checks to workspace setup, implementation planning, and pull‑request creation—so engineers can focus on coding.
Core Features & Use Cases
- Issue discovery: Automatically parses version numbers or selects the highest‑priority open issue.
- Pre‑flight validation: Detects existing OpenSpec changes or branches to avoid conflicts.
- Workspace setup: Creates isolated git worktrees with proper branch naming conventions.
- Design & implementation flow: Generates OpenSpec artifacts, orders tasks test‑first, and drives BDD or sub‑agent development.
- Review & shipping: Runs simplification, documentation updates, verification, and opens a PR that closes the issue.
Use case example: a developer says “resolve issue #42” and the skill creates a branch, sets up tasks, and opens a PR ready for merge.
Quick Start
Resolve issue #42