sprint

Orchestrates a team of agents to execute tasks with learning loops and conflict resolution.

14|6|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/tyevans/tackline --skill sprint-tyevans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint
Source: https://github.com/tyevans/tackline/tree/main/skills/teams/sprint
Command: npx skills add https://github.com/tyevans/tackline --skill sprint-tyevans

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill orchestrates a team of agents to execute a defined set of tasks, ensuring that learnings from each task are captured and applied to subsequent tasks, thereby improving team performance over time.

Core Features & Use Cases

  • Task Dispatch: Assigns and executes tasks to team members based on ownership and role.
  • Learning Loop: Persists learnings from each task to enhance future agent performance.
  • Conflict Detection: Identifies and helps resolve potential conflicts when multiple tasks might modify the same files.
  • Use Case: After a /blossom run identifies tasks for an epic, /sprint can be used to assign these tasks to the appropriate agents, execute them, and capture the knowledge gained for the next iteration.

Quick Start

Use the sprint skill to dispatch the tasks identified for the current epic.

Frequently Asked Questions about sprint

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

FAQPage Schema
How do I automate task dispatch and execution across a team of agents?

Team orchestration assigns and executes tasks to team members based on ownership and role. It manages task dispatch, reflection parsing, and learning persistence to continuously improve agent performance over time.

How does agent learning persistence work during task execution?

A learning loop persists task learnings by parsing reflections after execution and saving them across team members. This captured knowledge is then applied to enhance subsequent agent performance.

Can I run parallel task execution with worktree isolation for independent tasks?

Yes, you can run parallel task execution using worktree isolation for independent tasks. This team orchestration approach also supports serial execution for dependent tasks to manage workflow automation effectively.

How do I handle conflict detection when multiple agents modify the same files?

Conflict detection identifies potential issues when multiple tasks might modify the same files. The team orchestration workflow identifies these shared file modifications and helps resolve them to prevent execution errors.

What is the best way to assign tasks to agents after identifying them for an epic?

The best way to assign tasks is using a dispatch workflow that takes identified tasks for an epic and assigns them to appropriate agents. This ensures proper task execution, ownership tracking, and continuous learning capture.

Does team orchestration support both serial and parallel task execution?

Yes, team orchestration supports both parallel execution via worktree isolation and serial execution for dependent tasks. This flexibility ensures task dispatch can handle complex workflow automation with proper conflict detection.