What problem does it solve?
This Skill centralizes the Scrum dashboard data stored in scrum.ts, ensuring a single source of truth for backlog, sprint status, and governance artifacts.
Core Features & Use Cases
- Single source of truth: All Scrum artifacts live in scrum.ts to prevent drift.
- Type-safe governance: Uses scrum.template.ts to enforce data structures for PBIs, sprints, and DoD.
- Operational workflow: Use when editing scrum.ts, updating sprint status, or managing the Product Backlog across multiple sprints.
- Initialization & validation: Initialize dashboards with the provided template and validate with deno checks to ensure type safety and consistency.
Quick Start
Initialize a new dashboard using the scrum.template.ts in this skill directory.
Edit scrum.ts to update sprint status and the product_backlog as your project evolves.
Validate with: deno check scrum.ts; deno run scrum.ts | jq .