sprint

Break a ROADMAP phase into granular tickets and create sprint artifacts.

1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Olino3/anvil --skill sprint-olino3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint
Source: https://github.com/Olino3/anvil/tree/main/plugins/anvil/skills/sprint
Command: npx skills add https://github.com/Olino3/anvil --skill sprint-olino3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Breaks a ROADMAP phase into a sprint by generating granular, trackable tickets and distributing work to the right agents.

Core Features & Use Cases

  • Breaks roadmap phases into granular tickets for sprint planning and execution.
  • Automatically ensures branch creation, phase matching, and artifact organization via the project's config and ROADMAP.md.
  • Use Case: A PM runs a sprint for MVP to decompose it into tickets and set up sprints docs.

Quick Start

Run the sprint command with a phase name to generate a ticketized sprint from the ROADMAP phase.

Frequently Asked Questions about sprint

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

FAQPage Schema
How do I break a roadmap phase into actionable sprint tickets?

To break a roadmap phase into actionable sprint tickets, run the sprint command with a phase name. It automatically generates granular tickets and sets up a structured sprint directory under docs/anvil/sprints.

What files and configuration do I need to generate a sprint from a roadmap?

Generating a sprint from a roadmap requires a ROADMAP.md at the project root, a valid docs/anvil/config.yml, and a configured git repository with a specified branch_prefix.

Can I automatically create git branches when planning a sprint from a roadmap phase?

Yes, you can automatically ensure branch creation when planning a sprint. The process orchestrates ticket creation via the pm-agent while handling branch management and conflict resolution automatically.

What is the best way to decompose an MVP roadmap into trackable tickets?

The best way to decompose an MVP roadmap into trackable tickets is using a dedicated sprint command. It distributes work to the right agents and creates trackable artifacts within your project's documentation structure.

Why does sprint generation require a pm-agent in my project configuration?

Sprint generation requires a pm-agent because it dispatches the agent to write sprint artifacts. The pm-agent handles the automatic decomposition of phases into granular tickets and organizes the resulting files.

What happens if my ROADMAP.md does not match the requested sprint phase?

The sprint process automatically ensures phase matching against your ROADMAP.md. If the requested phase is not found or correctly matched, it prevents generating the structured sprint tickets to avoid misaligned planning.