sprint

Orchestrate GitHub issue sprints with stateful subagent task progression and merging.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/duongtdn/devloop --skill sprint-duongtdn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint
Source: https://github.com/duongtdn/devloop/tree/main/skills/sprint
Command: npx skills add https://github.com/duongtdn/devloop --skill sprint-duongtdn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of maintaining velocity and mental models during software development by automating the execution of a full sprint of GitHub issues while keeping the human in control of the review process.

Core Features & Use Cases

  • Autonomous Sprint Execution: Drives the full lifecycle of multiple issues—planning, building, testing, and merging—without manual intervention between gates.
  • Stateful Resumption: Automatically tracks progress and state, allowing for safe interruption and resumption of sprint tasks without losing context or work.
  • Use Case: Use this skill to execute a series of backend API tasks in order, ensuring each task builds upon the previous one's merged code, while you focus on reviewing the final output.

Quick Start

Invoke the sprint skill to autonomously execute the active sprint plan and merge all completed issues into the base branch.

Frequently Asked Questions about sprint

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

FAQPage Schema
How do I automate GitHub issue execution for a full sprint lifecycle?

Automate GitHub issue execution by using an autonomous sprint orchestration skill that sequences issues, drives subagent development tasks, and manages local branch merging within the devloop framework. It handles the full sprint lifecycle from planning to merging without manual intervention between gates.

Can I safely interrupt and resume an automated sprint workflow without losing context?

Yes, you can safely interrupt and resume an automated sprint workflow. The skill provides stateful task progression that automatically tracks progress and state, allowing resumption of sprint tasks without losing context or completed work.

How does error-gated workflow pausing work for autonomous development tasks?

Error-gated workflow pausing halts the autonomous sprint execution when errors are encountered during the development lifecycle. This mechanism keeps the human in control of the review process by stopping task progression at defined gates until issues are resolved.

What is the best way to sequence backend API tasks that build upon merged code?

The best way to sequence backend API tasks is using an autonomous sprint orchestration tool that executes a series of issues in order. It ensures each task builds upon the previous one's locally merged code while you focus on reviewing the final output.

Does autonomous sprint execution support local integration testing before merging branches?

Yes, autonomous sprint execution supports local integration testing. The skill manages local branch merging and operates within the devloop framework to satisfy requirements for automated sprint-level sequencing and local integration testing before finalizing merges.

When should I not use an autonomous sprint orchestration workflow?

You should not use autonomous sprint orchestration when your development tasks require manual, real-time decision-making between every step rather than error-gated pauses. It is designed for stateful task progression where subagents can autonomously build and test before human review.