sprint-manager

Automates Momentum sprint governance by controlling story and sprint state files.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/iamsteveholmes/momentum --skill sprint-manager-iamsteveholmes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-manager
Source: https://github.com/iamsteveholmes/momentum/tree/main/skills/momentum/skills/sprint-manager
Command: npx skills add https://github.com/iamsteveholmes/momentum --skill sprint-manager-iamsteveholmes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Momentum sprint governance by acting as the sole writer of .momentum/stories/index.json and .momentum/sprints/index.json, ensuring consistent state transitions, activation, and epic membership.

Core Features & Use Cases

  • Sole writer of momentum state files to prevent concurrent write conflicts and ensure determinism.
  • Validates story status transitions against the approved state machine and enforces rules.
  • Activates the planning sprint, moves it to active with a started date, and manages epic membership updates.
  • Supports sprint planning and transition operations via actions such as status_transition, sprint_activate, sprint_complete, epic_membership, and sprint_plan.

Quick Start

Install and invoke the sprint-manager to automate Momentum's sprint state governance.

Frequently Asked Questions about sprint-manager

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

FAQPage Schema
How do I automate sprint state transitions in Momentum?

Sprint state transitions in Momentum are automated by acting as the sole writer of the stories and sprints index files. This Skill validates status changes against the approved state machine and writes updates to .momentum/stories/index.json and .momentum/sprints/index.json.

What is the best way to prevent concurrent write conflicts on Momentum sprint files?

Preventing concurrent write conflicts on Momentum sprint files requires a single, authoritative writer. This Skill serves as the sole writer of the .momentum/stories/index.json and .momentum/sprints/index.json files, ensuring deterministic updates and preventing race conditions.

How do I activate a planning sprint and update epic memberships?

Activating a planning sprint and updating epic memberships involves moving the sprint to active with a started date. This Skill manages these operations through the sprint_activate and epic_membership actions, writing the changes directly to the Momentum state files.

Does the sprint-manager support sprint planning and completion operations?

Yes, sprint planning and completion operations are fully supported. The Skill uses the sprint_plan action for planning activities and the sprint_complete action for finalizing sprints, alongside status_transition and epic_membership updates.

Why do I need a dedicated tool for Momentum sprint governance?

A dedicated tool for Momentum sprint governance is needed to strictly enforce state machine rules. Relying on manual edits risks invalid story status transitions and concurrent write conflicts, whereas this Skill validates and writes all changes deterministically.