sprint

Orchestrate parallel /proceed pipelines across REQs with isolated worktrees.

159|41|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/atelier-fashion/adlc-toolkit --skill sprint-atelier-fashion
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sprint
Source: https://github.com/atelier-fashion/adlc-toolkit/tree/main/sprint
Command: npx skills add https://github.com/atelier-fashion/adlc-toolkit --skill sprint-atelier-fashion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Parallel ADLC sprint orchestration enables teams to run multiple /proceed pipelines in parallel across REQs, reducing wait times and giving a unified progress view.

Core Features & Use Cases

  • Orchestrates parallel pipelines: launches multiple /proceed sessions concurrently and isolates each in its own worktree.
  • Provides a unified sprint dashboard: tracks status, progress, and blockers across REQs.
  • Supports batch and per-REQ merges: coordinates sequencing and merge readiness across pipelines.

Quick Start

Initiate a sprint to run all approved REQs in parallel.

Frequently Asked Questions about sprint

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

FAQPage Schema
How do I run parallel pipelines across multiple feature requests?▼

To run parallel pipelines across multiple feature requests, you can orchestrate concurrent /proceed sessions using a sprint dashboard that isolates each REQ in its own worktree and enforces concurrency limits for coordinated progress.

What is parallel ADLC orchestration and when do I need it?▼

Parallel ADLC orchestration is the process of running multiple /proceed pipelines concurrently across approved REQs. You need it when managing many feature requests and requiring a scalable sprint dashboard to reduce wait times and monitor progress.

How do I coordinate worktrees and merges for concurrent REQ pipelines?▼

You coordinate worktrees and merges by isolating each pipeline in a per-REQ worktree, monitoring pipeline-state.json, and enforcing pre-flight checks and merge sequencing to support both batch and per-REQ merges.

Can I track blockers and progress across parallel pipelines in a unified dashboard?▼

Yes, you can track blockers, status, and progress across parallel pipelines using a unified sprint dashboard that monitors pipeline-state.json for each worktree and coordinates merge readiness across all active REQs.

How do I enforce concurrency limits for parallel pipeline orchestration?▼

Concurrency limits for parallel pipeline orchestration are enforced by the sprint coordinator, which monitors pipeline-state.json across per-REQ worktrees and applies pre-flight checks before launching new /proceed sessions.

What is the best way to merge multiple parallel pipelines without conflicts?▼

The best way to merge parallel pipelines without conflicts is to use coordinated merge sequencing, which enforces pre-flight checks and supports both batch and per-REQ merges across isolated worktrees to ensure merge readiness.