What problem does it solve? Executing a sprint of GitHub issues manually requires constant context switching between planning, implementation, code review, merging, and cleanup. This Skill automates that entire lifecycle by coordinating subagents, keeping the main context clean while issues are implemented, reviewed, and merged serially. ## Core Features & Use Cases - Autonomous Issue Execution: Fetches issues from a GitHub milestone, prioritizes them by labels, and processes each one through plan generation, implementation, review, and merge. - Subagent Delegation: Launches specialized subagents (backend-architect, frontend-developer, general-purpose) with detailed prompt templates for implementation and post-merge integration. - Automated PR Review: Uses Codex MCP to review pull requests with severity-tagged feedback, then dispatches fix subagents before merging. - Use Case: You have a milestone with eight open issues. Ask the assistant to run the sprint, and it will generate plans via Gemini CLI, delegate each issue to a subagent, review and merge PRs, update retrospectives, and report a sprint summary. ## Quick Start Run the sprint for all open issues in the current GitHub milestone, implementing and merging each one autonomously.