scrum-dashboard

Synchronize Scrum dashboard data in scrum.ts with validation checks.

8|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/atusy/agentic-scrum --skill scrum-dashboard-atusy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrum-dashboard
Source: https://github.com/atusy/agentic-scrum/tree/main/claude-plugins/agentic-scrum/skills/scrum-dashboard
Command: npx skills add https://github.com/atusy/agentic-scrum --skill scrum-dashboard-atusy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintains and synchronizes the Scrum dashboard within scrum.ts to reflect product goals and sprint progress, enabling autonomous agents to coordinate work.

Core Features & Use Cases

  • Single Source of Truth: All Scrum artifacts live in scrum.ts.
  • Template-driven Setup: Use scrum.template.ts as the starting point for new dashboards.
  • Validation & Safety: Enforce schema, perform TypeScript checks, and ensure consistency of backlog, sprint, and DoD data.
  • Integration & Workflow: Trigger initialization and event-driven updates with Agentic Scrum commands and AI roles.

Quick Start

Initialize or update your scrum.ts dashboard to manage product goals, backlog, and sprint status using Agentic Scrum.

Frequently Asked Questions about scrum-dashboard

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

FAQPage Schema
How do I maintain a Scrum backlog and sprint progress in a TypeScript file for AI agents?

To maintain a Scrum backlog in TypeScript, this Skill synchronizes product goals, backlog, and sprint progress within a single source of truth file, ensuring autonomous agents can coordinate work effectively.

What is the best way to structure product backlog and definition of done data for an AI-driven Scrum dashboard?

Structuring an AI-driven Scrum dashboard requires a fixed schema for product backlog, sprint, and definition of done. This Skill provides a starter template and enforces consistency checks to ensure reliable dashboard data.

How do I validate Sprint and DoD data consistency in a Deno project?

To validate Sprint and DoD data consistency in Deno, this Skill enforces a fixed schema and performs TypeScript checks using the `deno check scrum.ts` command to ensure reliable dashboard data.

Can I initialize a new Scrum dashboard from a template for my development team?

Yes, you can initialize a new Scrum dashboard using a provided template file. This template serves as the starting point for new dashboards, enabling you to quickly set up product goals, backlog, and sprint status.

Does this Scrum dashboard synchronization approach work without additional dependencies?

Yes, this Scrum dashboard synchronization approach works without additional dependencies, using only Deno and TypeScript to enforce schema, perform checks, and ensure data consistency for backlog and sprint tracking.

Why does my AI agent fail to coordinate work using a decentralized Scrum backlog?

Decentralized Scrum backlogs fail to coordinate AI agents because they lack a single source of truth. This Skill maintains and synchronizes all Scrum artifacts within one file to enable autonomous work coordination.