sprint-planner

Generate step-by-step sprint plans for SurveyHub from TODO.md and architecture docs.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/rafaelcostaf4-afk/SurveyHub --skill sprint-planner-rafaelcostaf4-afk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-planner
Source: https://github.com/rafaelcostaf4-afk/SurveyHub/tree/main/.claude/skills/sprint-planner
Command: npx skills add https://github.com/rafaelcostaf4-afk/SurveyHub --skill sprint-planner-rafaelcostaf4-afk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sprint planning is often ad-hoc and error-prone. This skill consolidates project context (root TODO.md, architecture docs, and existing plans) into a precise, executable sprint plan, reducing ambiguity and misalignment.

Core Features & Use Cases

  • Plan generation: Analyze TODO.md, status markers, and dependencies to generate a coherent sprint scope.
  • Plan export: Save as docs/plans/sprint-[ID].md for execution traceability.
  • Guided execution: Enforces TDD-first, Fat Model, and explicit task sequencing to ensure testable progression.

Quick Start

Ask Claude to generate a sprint plan for the next sprint using the current project context and save it to docs/plans/sprint-<ID>.md.

Frequently Asked Questions about sprint-planner

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

FAQPage Schema
How do I generate a step-by-step sprint plan from a TODO file?

To generate a sprint plan, this skill analyzes your root TODO.md, architecture docs, and existing code to identify the next coherent scope. It then outputs a concrete plan file with exact file paths, tests, and execution order.

How does TDD-first development integrate into sprint planning?

TDD-first development is enforced during sprint planning by sequencing tasks to ensure testable progression. The generated plan explicitly defines tests and acceptance criteria before implementation steps, maintaining strict test-driven workflows.

Can I use this sprint planner for a Django project using Fat Model principles?

Yes, this sprint planner works for Django projects by enforcing Fat Model principles. It analyzes your architecture docs and code to generate sprint plans that specify exact class names and file paths aligned with your Django project structure.

What is the best way to structure executable sprint tasks with clear acceptance criteria?

The best way to structure executable sprint tasks is by consolidating project context into a markdown plan file. This skill defines explicit task sequencing, acceptance criteria, and exact execution order to reduce ambiguity and misalignment.

Do I need existing architecture docs to plan a coherent sprint scope?

Yes, existing architecture docs are required to plan a coherent sprint scope. This skill relies on analyzing your architecture documents, root TODO.md, and current codebase to identify dependencies and generate a precise, executable plan.

Why does my sprint planning lack explicit file paths and execution order?

Sprint planning lacks explicit file paths and execution order when project context is not consolidated. This skill resolves that by analyzing your TODO.md and architecture docs to output exact class names, file paths, and a strict execution sequence.