Agent skill
scrum-dashboard
Maintain scrum.ts dashboard following Agentic Scrum principles. Use when reading and editing scrum.ts, updating sprint status, or managing Product Backlog.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/scrum-dashboard
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?