Maintain scrum.ts dashboard following Agentic Scrum principles. Use when reading and editing scrum.ts, updating sprint status, or managing Product Backlog.
Maintains a scrum.ts dashboard as the single source of truth for all Scrum artifacts. Automatically updates sprint status, manages the product backlog, and triggers compaction when the file exceeds 300 lines.
/plugin marketplace add atusy/agentic-scrum/plugin install agentic-scrum@agentic-scrumThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scrum.template.ts| 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 |
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)
After retrospective, prune if >300 lines:
completed: Keep latest 2-3 sprints onlyretrospectives: Remove completed/abandoned improvementsproduct_backlog: Remove done PBIs/agentic-scrum:scrum:init - Create new dashboard
scrum.template.ts in this skill directory as the starting point for new dashboards.@agentic-scrum:scrum:events:* agents - Deep facilitation for sprint eventsCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.