sprint-dashboard

Display current sprint progress with epic breakdown and task status from Notion.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/codepresso-dev/codepresso-ai-plugin --skill sprint-dashboard-codepresso-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sprint-dashboard
Source: https://github.com/codepresso-dev/codepresso-ai-plugin/tree/main/skills/sprint-dashboard
Command: npx skills add https://github.com/codepresso-dev/codepresso-ai-plugin --skill sprint-dashboard-codepresso-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams lose visibility into sprint health when progress data is scattered across Notion pages, forcing manual checks of epics and tasks to understand where the sprint stands. ## Core Features & Use Cases - Sprint Overview: Fetches the full Sprint → Epic → Task hierarchy via the Notion MCP tool and renders overall completion percentage, task counts, and blocked task totals. - Epic Breakdown Tables: Shows each epic with its unique ID, completion percentage, status, and a per-task table including assignees for the whole team. - Visual Progress Bar: Renders a text-based progress bar summarizing sprint completion at a glance. - Use Case: A developer starts their day and asks for the sprint status to see which epics are behind, which tasks are blocked, and who owns each remaining task before standup. ## Quick Start Ask the assistant to show the sprint dashboard to see current sprint progress with epic breakdown and task status.

Frequently Asked Questions about sprint-dashboard

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

FAQPage Schema
How do I show sprint progress from Notion in Claude Code?▼

Ask for the sprint dashboard, sprint status, or sprint progress. The skill calls the notion_sprint_context MCP tool and renders the sprint header, epic breakdown tables, and a visual progress bar.

What does the sprint dashboard display?▼

It shows the sprint name and date range, overall completion percentage, completed and blocked task counts, and a per-epic breakdown with task status and assignee for every team member.

Does the sprint dashboard show only my own tasks?▼

No. It always calls the MCP tool with assignee_only set to false, so the dashboard includes all team members' tasks for full sprint visibility.

Why is the sprint dashboard not returning any data?▼

The sprint workflow may not be configured. Check .codepresso.json or ~/.codepresso/config.json for the notion.databases.sprint setting, and run the Codepresso setup command if it is missing.

Can the sprint dashboard modify Notion tasks?▼

No. The dashboard is read-only and only fetches data through MCP tools. It never writes to Notion or changes task statuses.