sprint-board

Generate HTML or text sprint boards from .sprint.json files.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/alon21034/claude-scrum-skills --skill sprint-board-alon21034
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-board
Source: https://github.com/alon21034/claude-scrum-skills/tree/main/sprint-board
Command: npx skills add https://github.com/alon21034/claude-scrum-skills --skill sprint-board-alon21034

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation and tracking of sprint boards, simplifying the process of visualizing and managing project progress.

Core Features & Use Cases

  • Generate Sprint Board: Automatically generate a sprint board from a .sprint.json file.
  • Output Format: Supports HTML or text output for the sprint board.
  • Task Status: Includes task IDs, titles, statuses, assigned workspaces, branches, and elapsed time.
  • Dependency Graph: Visualizes task dependencies with resolved and blocked status indicators.
  • Sprint Progress: Provides sprint-level progress counts for done/total, backlog, deleted, review, in-progress, and pending tasks.
  • Use Case: Ideal for Scrum teams looking to streamline their sprint management and quickly get an overview of project progress.

Quick Start

Generate a sprint board for the current context with the command: sprint-board .context/.sprint.json.

Frequently Asked Questions about sprint-board

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

FAQPage Schema
How do I generate a sprint board from a JSON file?

You can generate a sprint board from a `.sprint.json` file using the command `sprint-board .context/.sprint.json`. This processes your task data to display statuses, dependencies, and sprint progress in HTML or text format.

Can I visualize task dependencies and blocked statuses on a Scrum board?

Yes, the generated sprint board includes a dependency graph that visualizes task dependencies with `resolved` and `blocked` status indicators. This helps Scrum teams quickly identify tasks hindering sprint progress.

What format is needed to track sprint progress and task statuses?

You need a `.sprint.json` file to track sprint progress. The tool reads this JSON structure to calculate sprint-level counts for done, backlog, in-progress, pending, deleted, and review tasks.

Does the sprint board support HTML output for progress visualization?

Yes, the sprint board supports HTML output for progress visualization. You can render task IDs, titles, assigned workspaces, branches, and sprint progress counts in a browser-friendly HTML format.

What is the best way to automate Scrum task tracking for my team?

Automating Scrum task tracking is best achieved by generating a sprint board from a `.sprint.json` file. This provides an automated overview of project progress, task statuses, and dependency blocks without manual updates.