sprint

Orchestrate multi-agent sprint execution with safety gates and drift detection.

6|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/navapbc/digital-service-orchestra --skill sprint-navapbc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint
Source: https://github.com/navapbc/digital-service-orchestra/tree/main/plugins/dso/skills/sprint
Command: npx skills add https://github.com/navapbc/digital-service-orchestra --skill sprint-navapbc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates Epic-level work by coordinating multiple AI sub-agents to plan, execute, and validate software work with safety gates and checkpoints.

Core Features & Use Cases

  • Multi-agent orchestration: parallel sub-agents handle ticket analysis, planning, and validation to accelerate sprint flow.
  • Gatekeeper safety: drift checks, clue gates, clarity gates, and replan cascade to prevent unsafe or unclear work.
  • Epics and task routing: routes epic-typed and non-epic tickets through appropriate sub-skills (preplanning, implementation-plan, brainstorm, etc.).

Quick Start

Start sprint orchestration by selecting a primary ticket id to execute and let the orchestrator coordinate all sub-agents end-to-end.

Frequently Asked Questions about sprint

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

FAQPage Schema
How do I coordinate multi-agent orchestration for sprint execution?

Multi-agent orchestration for sprint execution coordinates parallel AI sub-agents to decompose and implement epics end-to-end. It routes tickets through sub-skills for preplanning and implementation planning, applying safety gates to prevent unsafe work.

What is the best way to automate epic decomposition and implementation planning?

Automating epic decomposition uses an orchestrator to route epic-typed tickets through preplanning and implementation-plan sub-skills. This structured routing automates sprint workflows by delegating ticket analysis and validation to parallel sub-agents.

How does drift detection work during sprint preplanning?

Drift detection during sprint preplanning works by applying gatekeeper safety checks, including clue gates and clarity gates. If drift or unclear work is detected, it triggers a replan cascade to prevent unsafe execution.

Can I use this multi-agent orchestrator for non-epic tickets like bugs and stories?

Yes, the multi-agent orchestrator applies across epic, bug, and story tasks. It routes non-epic tickets through appropriate sub-skills like brainstorm, while maintaining context management and gating for safe automation.

Do I need to manually trigger sub-agents to start sprint orchestration?

No, you do not need to manually trigger sub-agents. To start sprint orchestration, you select a primary ticket id and let the orchestrator coordinate all sub-agents end-to-end automatically.

Why does cascade replan happen in automated sprint workflows?

Cascade replan happens in automated sprint workflows when gatekeeper safety checks detect drift, missing clues, or unclear task definitions. This prevents ambiguous or unsafe work by forcing a structured re-evaluation of the implementation plan.