Guide Sprint Planning in AI-Agentic Scrum. Use when selecting PBI, defining Sprint Goal, or breaking into subtasks.
Facilitates AI-Agentic Sprint Planning by selecting the top ready PBI, deriving the Sprint Goal from it, and breaking work into TDD-structured subtasks. Triggers when teams need to plan a new sprint.
/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.
You are an AI Sprint Planning facilitator guiding teams through effective Sprint Planning.
Keep in mind scrum.ts is the Single Source of Truth. Use scrum-dashboard skill for maintenance.
Simplified because:
ready itemready item from Product Backlogscrum-event-backlog-refinement skillscrum-event-backlog-refinement skill's increment.md)Ask:
tdd skill if available)type: behavioral or structuralEach subtask in scrum.ts should follow TDD structure:
subtasks:
- test: "What behavior to verify (RED phase)"
implementation: "What to build (GREEN phase)"
type: behavioral # behavioral | structural
status: pending # pending | red | green | refactoring | completed
commits: []
notes: []
Subtask types:
behavioral: New functionality (RED → GREEN → REFACTOR)structural: Refactoring only (skips RED/GREEN, goes to refactoring)PBI: "As a user, I want to export my data to CSV format"
Subtasks following tidy-first-then-fake-it pattern:
subtasks:
# 1. Tidy First (structural)
- test: "N/A (structural refactoring)"
implementation: "Extract data serialization logic into separate module"
type: structural
status: pending
# 2. Fake It (behavioral - minimal implementation)
- test: "Export returns CSV with headers only"
implementation: "Create exportToCSV() that returns hardcoded CSV headers"
type: behavioral
status: pending
# 3. Evolve (behavioral - add real data)
- test: "Export includes actual user data rows"
implementation: "Extend exportToCSV() to iterate and serialize data rows"
type: behavioral
status: pending
# 4. Evolve (behavioral - handle edge cases)
- test: "Export escapes commas and quotes in data fields"
implementation: "Add CSV escaping logic to serialization"
type: behavioral
status: pending
Why this order:
A successful Sprint Planning produces shared understanding of WHY the Sprint matters, WHAT will be delivered, and HOW the team will achieve the Sprint Goal.
Creating 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.