sprint-manager

Coordinate subagents to implement GitHub issues serially with PR review and merging.

11|3|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/bodangren/git-workflow --skill sprint-manager-bodangren
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-manager
Source: https://github.com/bodangren/git-workflow/tree/main/skills/sprint-manager
Command: npx skills add https://github.com/bodangren/git-workflow --skill sprint-manager-bodangren

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the entire process of executing a sprint by managing GitHub issues from planning to post-merge integration, minimizing manual intervention.

Core Features & Use Cases

  • End-to-End Sprint Execution: Orchestrates the implementation of GitHub issues serially.
  • Subagent Coordination: Delegates tasks like plan generation, implementation, and code review to specialized subagents.
  • Automated PR Management: Handles PR creation, review via Codex MCP, merging, and post-merge cleanup.
  • Use Case: When you have a milestone with 10 issues, you can tell the sprint manager to "run the sprint" and it will autonomously work through each issue, creating branches, implementing code, getting it reviewed, merging it, and updating documentation.

Quick Start

Use the sprint manager skill to execute all open issues in the milestone named "Sprint 3".

Frequently Asked Questions about sprint-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate sprint execution for GitHub issues?

To automate sprint execution for GitHub issues, this Skill coordinates subagents to serially implement issues, handling plan generation, code implementation, PR review, merging, and post-merge integration autonomously.

Can I automatically manage pull requests and code reviews during a sprint?

Yes, automated PR management is supported during a sprint. The workflow delegates code review via Codex MCP, creates pull requests, merges approved code, and performs post-merge cleanup without manual intervention.

What is the best way to run a milestone with multiple issues autonomously?

The best way to run a milestone with multiple issues is to trigger a sprint workflow, which orchestrates subagents to process each GitHub issue serially from branch creation to documentation updates.

Do I need the gh CLI to execute agile sprint workflows?

Yes, the gh CLI is required to execute agile sprint workflows. The Skill uses the GitHub CLI, alongside Gemini CLI and Codex MCP, to manage issues, branches, and pull requests.

How does subagent coordination work for project management tasks?

Subagent coordination for project management works by delegating specialized tasks like plan generation, code implementation, and PR review to distinct agents that process issues sequentially within the sprint.

What are the limitations of autonomous sprint management?

A limitation of autonomous sprint management is its serial execution model, meaning issues are processed one by one, which may slow down milestones with highly parallelizable tasks.