sprint-planner

Generate sprint plan and atomic task files for LLM coding agents.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/zazu-22/ff_data_analytics --skill sprint-planner-zazu-22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-planner
Source: https://github.com/zazu-22/ff_data_analytics/tree/main/.claude/_archive_skills/sprint-planner
Command: npx skills add https://github.com/zazu-22/ff_data_analytics --skill sprint-planner-zazu-22

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

This Skill designs and structures development sprints with atomic, LLMer-ready task files. It helps users plan, break down, and execute sprints using executable task templates and dedicated executor skills.

Core Features & Use Cases

  • Generate a complete sprint plan file (00_SPRINT_PLAN.md) with metadata, milestones, and architecture
  • Design atomic task units (01_task.md, 02_task.md, etc.) that are self-contained and executable
  • Produce an executor skill per sprint to enable task execution by LLM coding agents
  • Guidance on collaboration, dependency management, and progress tracking

Quick Start

Use the sprint-planner to produce the top-level sprint plan and initial task templates:

  • Create docs/spec/{sprint_directory}/00_SPRINT_PLAN.md with comprehensive sprint details
  • Generate initial task templates under docs/spec/{sprint_directory}/01_task_{name}.md and subsequent task files

Frequently Asked Questions about sprint-planner

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

FAQPage Schema
How do I break down a development sprint into atomic, executable tasks for AI agents?

Sprint-planner structures sprints as self-contained task files with complete context, validation commands, and executor skills. It generates a sprint plan file, individual task definitions, and a corresponding executor skill so coding agents can reliably execute each task end-to-end.

What should a sprint plan file include for LLM-ready task execution?

A sprint plan file contains metadata, milestones, architecture overview, and references to atomic task units. Sprint-planner produces 00_SPRINT_PLAN.md with comprehensive sprint details and organizes numbered task files (01_task.md, 02_task.md, etc.) with implementation steps, environment specs, and validation criteria.

Can I use sprint-planner to generate executor skills for task automation?

Yes. Sprint-planner produces a dedicated executor skill per sprint that enables coding agents to consume and execute the atomic task files. Each task includes explicit implementation steps and environment specifications designed for reliable agent execution.

How does sprint-planner handle task dependencies and collaboration in multi-developer sprints?

Sprint-planner guides dependency management and collaboration through structured task organization, atomic task design with complete context, and versioning suitable for commit-ready workflows. Task files include validation-first criteria and explicit steps to track progress across team members.

What makes a task file 'atomic' for LLM execution, and how does sprint-planner ensure this?

An atomic task is self-contained and executable with full context, validation commands, and environment details. Sprint-planner applies atomic task design criteria: complete context inclusion, validation-first requirements, explicit implementation steps, and environment specifications so agents can execute without external dependencies.