AILANG Sprint Planner

Generate markdown sprint plans and JSON progress files from design docs and changelogs.

33|5|Updated Sep 26, 2025
One-click install
npx skills add https://github.com/sunholo-data/ailang --skill ailang-sprint-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: AILANG Sprint Planner
Source: https://github.com/sunholo-data/ailang/tree/main/.claude/skills/sprint-planner
Command: npx skills add https://github.com/sunholo-data/ailang --skill ailang-sprint-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and resources (resource) components.

What problem does it solve?

Manually creating sprint plans is time-consuming, often inaccurate, and struggles to account for actual development velocity. This Skill automates the planning process, providing data-driven, realistic sprint plans.

Core Features & Use Cases

  • Data-Driven Planning: Analyze design documents, recent development velocity from changelogs, and current implementation status to create accurate plans.
  • Milestone Breakdown: Propose realistic milestones with estimated Lines of Code (LOC) and detailed day-by-day task breakdowns, making complex projects manageable.
  • Documentation Integration: Incorporate relevant documentation URLs and best practices directly into the sprint plan, ensuring all necessary context is available.
  • Use Case: When a user asks to "plan the next sprint based on v0.4.0 roadmap," this Skill will generate a comprehensive plan, including velocity analysis and task breakdowns, ready for review and execution.

Quick Start

User says: "Plan the next sprint based on v0.4.0 roadmap"

This skill will:

1. Read design doc (design_docs/planned/v0.4-roadmap.md)

2. Analyze CHANGELOG for recent velocity

3. Propose realistic milestones with LOC estimates

4. Create day-by-day task breakdown

Frequently Asked Questions about AILANG Sprint Planner

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

FAQPage Schema
How do I create a realistic sprint plan based on development velocity?

Sprint planning with velocity analysis reads your design docs and recent changelog to estimate realistic timelines and task breakdowns. This Skill generates a detailed markdown plan plus machine-readable JSON progress file, accounting for actual development speed rather than guesswork.

Can I break down a complex feature into day-by-day sprint tasks automatically?

Yes. The Skill analyzes your design documents and current implementation status to propose milestones with LOC estimates and creates detailed day-by-day task breakdowns, making large projects manageable and executable.

What information do I need to provide for sprint planning to work?

Provide design documents describing the roadmap, a changelog showing recent development history, and current implementation status. The Skill uses these inputs to compute velocity and generate accurate sprint estimates.

How does sprint planning handle resuming work across multiple sessions?

The Skill outputs a machine-readable JSON progress file alongside the markdown plan. This enables you to track completed tasks and resume the sprint in subsequent sessions without losing context or recalculating estimates.

Can sprint planning incorporate documentation and best practices into the plan?

Yes. The Skill integrates relevant documentation URLs and development best practices directly into the generated sprint plan, ensuring all necessary context and reference material is available during execution.

What's the difference between manual sprint planning and automated velocity-based planning?

Manual planning often underestimates timelines and ignores historical velocity. Automated, data-driven planning analyzes your actual development speed from changelogs and design scope to produce realistic estimates and actionable task breakdowns.