askill
scrum-dashboard

scrum-dashboardSafety 95Repository

Maintain scrum.ts dashboard following Agentic Scrum principles. Use when reading and editing scrum.ts, updating sprint status, or managing Product Backlog.

6 stars
1.2k downloads
Updated 1/5/2026

Package Files

Loading files...
SKILL.md

Core Principles

PrinciplePractice
Single Source of TruthAll Scrum artifacts live in scrum.ts
Git is HistoryCommit every meaningful change on scrum.ts to track the background context and to make timestamps unneeded
Order is PriorityHigher in product_backlog array = higher priority
Schema is FixedOnly edit the data section; request human review for type changes

Validation

deno check scrum.ts          # Type check after edits
deno run scrum.ts | jq '.'   # Query data as JSON
wc -l scrum.ts               # Line count (target: ≤300, hard limit: 600)

Compaction

After retrospective, prune if >300 lines:

  • completed: Keep latest 2-3 sprints only
  • retrospectives: Remove completed/abandoned improvements
  • product_backlog: Remove done PBIs

Integration

  • /agentic-scrum:scrum:init - Create new dashboard
    • Use scrum.template.ts in this skill directory as the starting point for new dashboards.
  • @agentic-scrum:scrum:events:* agents - Deep facilitation for sprint events

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

62/100Analyzed 2/22/2026

A moderately useful reference skill for maintaining a TypeScript-based scrum dashboard. Covers core principles and provides validation commands, but lacks step-by-step editing instructions and practical examples. The skill would benefit from concrete use-case walkthroughs (e.g., how to add a PBI, how to close a sprint). Tags are empty reducing discoverability. Located in a proper skills folder which is good structure. The integration section references other agents without explaining their purpose.

95
70
70
55
55

Metadata

Licenseunknown
Version-
Updated1/5/2026
Publisheratusy

Tags

No tags yet.