creating-sprints

Create and organize SPRINT.yaml definitions under .claude/sprints with workflow overrides.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Mission42-ai/m42-claude-plugins --skill creating-sprints
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-sprints
Source: https://github.com/Mission42-ai/m42-claude-plugins/tree/main/plugins/m42-sprint/skills/creating-sprints
Command: npx skills add https://github.com/Mission42-ai/m42-claude-plugins --skill creating-sprints

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides teams to author consistent Sprint definitions for autonomous execution within Claude, ensuring proper structure and repeatable workflows.

Core Features & Use Cases

  • Provides a structured template for .claude/sprints/SPRINT.yaml definitions.
  • Demonstrates how to organize sprint directories, collections, and workflow references.
  • Supplies best practices for step prompts, dependencies, and validation across sprints.

Quick Start

  1. Create a new sprint folder under .claude/sprints/ with a date-name pattern.
  2. Add a SPRINT.yaml using the template and configure your workflow, collections, and steps.
  3. Validate YAML and simulate a run with the Claude sprint tooling.

Frequently Asked Questions about creating-sprints

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

FAQPage Schema
How do I create a SPRINT.yaml file for autonomous execution in Claude?

To create a SPRINT.yaml file for autonomous execution, establish a sprint folder under .claude/sprints/ using a date-name pattern. You then populate the YAML with required frontmatter, configure workflow references, organize collections, and define step prompts to validate structured sprint planning.

What is autonomous sprint planning and how does it structure workflows?

Autonomous sprint planning is the process of authoring precise sprint definitions for Claude to execute independently. It structures workflows by enforcing YAML frontmatter requirements, organizing sprint collections, and applying per-item workflow overrides to ensure repeatable task execution.

How do I structure sprint definitions with dependencies and workflow overrides?

Structure sprint definitions by configuring SPRINT.yaml collections and mapping step dependencies within the YAML file. You can apply per-item workflow overrides to individual steps, ensuring specific tasks execute under customized workflows while maintaining overall sprint-level configuration validation.

Can I validate YAML structure and simulate a sprint run before execution?

Yes, you can validate YAML structure and simulate a sprint run before execution. After authoring your SPRINT.yaml file with the appropriate collections and step prompts, you validate the YAML structure and simulate a run using Claude sprint tooling to ensure configuration accuracy.

Do I need specific directories to organize sprint collections for autonomous execution?

You need a dedicated .claude/sprints/ directory to organize sprint collections for autonomous execution. Within this directory, create individual sprint folders using a date-name pattern to house each SPRINT.yaml file, ensuring proper collection structuring and workflow references.

What are the limitations of using SPRINT.yaml for sprint planning?

Limitations of using SPRINT.yaml for sprint planning include strict adherence to frontmatter requirements and validated YAML structure. Since autonomous execution relies on precise configuration, any syntax errors or missing workflow references in step prompts will prevent successful sprint simulation and run execution.