sprint

Dispatch team tasks serially to agents and persist parsed learnings.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of coordinating team execution by turning a plan or backlog into ordered agent assignments, tracked reflections, and persisted learnings.

Core Features & Use Cases

  • Task Dispatch Planning: Matches ready work to the best team member using ownership, role fit, and accumulated learnings.
  • Serial Agent Execution: Dispatches one task at a time so each agent benefits from the context and findings of the previous task.
  • Learning Persistence: Parses agent reflections, validates durable insights, and appends new learnings to each member’s memory.
  • Backlog and Epic Awareness: Works with beads backlog state and prior epic findings to improve assignment quality and execution order.
  • Use Case: After a planning session produces a set of tasks, this Skill can assign them to the right teammates, manage progress, and preserve the knowledge gained from each step.

Quick Start

Use the sprint skill to review the team state, assign the next ready task to the best-fit member, and persist any new learnings from the result.

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 to agents during sprint execution?

You can automate task dispatch by loading a team manifest, reviewing learning history, and assigning ready tasks to the best-fit agent based on role fit and accumulated learnings, processing one task at a time to build sequential context.

What is serial agent dispatch and why use it for team coordination?

Serial agent dispatch is a team coordination method that assigns one task at a time so each agent benefits from the context and findings of the previous task, ensuring execution order maintains continuity and captured reflections persist as learnings.

How do I persist learnings and reflections from agent task execution?

To persist learnings from agent task execution, parse the reflections generated after each assignment, validate the durable insights, and append the new learnings to each team member's individual memory file for future context.

Can I integrate backlog triage and epic state into task planning?

Yes, task planning can integrate backlog triage and epic state by loading beads backlog state and prior epic findings alongside the team manifest, which improves assignment quality and determines optimal execution order.

Do I need a team manifest to assign tasks to agents?

Yes, a team manifest is required to assign tasks to agents because it provides the necessary team member roles, ownership details, and structure needed to match ready work to the correct agent and update their learning history.

What are the limitations of using serial dispatch for backlog execution?

A limitation of serial dispatch for backlog execution is that tasks are processed one at a time, which ensures sequential context but may reduce overall throughput compared to parallel agent assignment for independent backlog items.