sprint

Automate GitHub issue sprint planning and execution with BranchFlow.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/venturecrane/crane-console --skill sprint-venturecrane
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint
Source: https://github.com/venturecrane/crane-console/tree/main/.agents/skills/sprint
Command: npx skills add https://github.com/venturecrane/crane-console --skill sprint-venturecrane

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end planning and execution of GitHub issue sprints within a venture-console repository, reducing manual coordination and handoffs.

Core Features & Use Cases

  • Sequential sprint execution on separate branches for each issue
  • Wave-based dependency analysis to respect issue prerequisites
  • Automated branch creation, PR scaffolding, and status updates
  • Validation and safety checks for issue readiness and state before execution
  • Clear, auditable results reporting and retry handling

Quick Start

Provide sprint issue numbers to initialize an automated, sequential sprint run that plans, branches, and applies changes across the targeted repository.

Frequently Asked Questions about sprint

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

FAQPage Schema
How do I automate GitHub sprint planning and issue execution?

Automate GitHub sprint planning by providing issue numbers to sequentially execute sprint issues. The workflow validates issue readiness, analyzes dependencies, schedules waves, creates branches, generates PRs, and updates statuses end-to-end.

How does wave-based dependency analysis work for sprint issues?

Wave-based dependency analysis computes in-sprint prerequisites for GitHub issues to ensure sequential execution respects issue dependencies. It schedules issues into waves, validating readiness before branching and applying changes across targeted repositories.

Can I use this sprint automation tool with any GitHub repository?

Sprint automation applies to repositories managed in venture-console or Crane Console-style workspaces. It is designed specifically for these environments to handle dependency analysis, branch creation, and PR generation.

What is the best way to create branches and PRs for multiple GitHub issues?

The best way to create branches and PRs for multiple GitHub issues is through sequential sprint execution. It automates per-issue branch creation and PR scaffolding across multiple waves after validating issue state and readiness.

What happens if an issue is not ready during sprint execution?

Sprint execution validates issue state and readiness before proceeding. If an issue is not ready, the workflow prompts for approval, handles retries, and reports clear auditable results to ensure safe sequential execution.