Marketplace
scrum-dashboard
Maintain scrum.ts dashboard following Agentic Scrum principles. Use when reading and editing scrum.ts, updating sprint status, or managing Product Backlog.
$ インストール
git clone https://github.com/atusy/agentic-scrum /tmp/agentic-scrum && cp -r /tmp/agentic-scrum/claude-plugins/agentic-scrum/skills/scrum-dashboard ~/.claude/skills/agentic-scrum// tip: Run this command in your terminal to install the skill
SKILL.md
name: scrum-dashboard description: Maintain scrum.ts dashboard following Agentic Scrum principles. Use when reading and editing scrum.ts, updating sprint status, or managing Product Backlog.
Core Principles
| Principle | Practice |
|---|---|
| Single Source of Truth | All Scrum artifacts live in scrum.ts |
| Git is History | Commit every meaningful change on scrum.ts to track the background context and to make timestamps unneeded |
| Order is Priority | Higher in product_backlog array = higher priority |
| Schema is Fixed | Only 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 onlyretrospectives: Removecompleted/abandonedimprovementsproduct_backlog: RemovedonePBIs
Integration
/agentic-scrum:scrum:init- Create new dashboard- Use
scrum.template.tsin this skill directory as the starting point for new dashboards.
- Use
@agentic-scrum:scrum:events:*agents - Deep facilitation for sprint events
Repository

atusy
Author
atusy/agentic-scrum/claude-plugins/agentic-scrum/skills/scrum-dashboard
6
Stars
0
Forks
Updated1w ago
Added1w ago