Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By atusy
Run autonomous AI-Agentic Scrum sprints: initialize git-tracked scrum.ts dashboard, refine/prioritize PBIs as Product Owner, plan sprints with TDD subtasks as Scrum Master, execute via inspect-adapt cycles with /tdd:red/green/refactor commands, verify Definition of Done, conduct reviews and retrospectives.
npx claudepluginhub atusy/agentic-scrum --plugin agentic-scrumTransform PBIs into ready status for AI execution. Use when refining backlog items, splitting stories, or ensuring Definition of Ready.
Execute Sprint with inspect-and-adapt cycles. Use when implementing subtasks, adapting plans based on progress, or managing sprint execution.
Guide Sprint Planning in AI-Agentic Scrum. Use when selecting PBI, defining Sprint Goal, or breaking into subtasks.
Guide Sprint Retrospectives to identify improvements. Use when reflecting on sprints, planning process improvements, or executing improvement actions.
Verify Definition of Done and acceptance criteria for Sprint increments. Use when completing sprints, running verification commands, or preparing for acceptance.
Maintain scrum.ts dashboard following Agentic Scrum principles. Use when reading and editing scrum.ts, updating sprint status, or managing Product Backlog.
Transform PBIs into ready status for AI execution. Use when refining backlog items, splitting stories, or ensuring Definition of Ready.
Execute Sprint with inspect-and-adapt cycles. Use when implementing subtasks, adapting plans based on progress, or managing sprint execution.
Guide Sprint Planning in AI-Agentic Scrum. Use when selecting PBI, defining Sprint Goal, or breaking into subtasks.
Guide Sprint Retrospectives to identify improvements. Use when reflecting on sprints, planning process improvements, or executing improvement actions.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
ๅฐๆก็ฎก็่ Scrum
Project management agents โ agile coach, delivery manager, progress tracking
Project orchestration from planning to delivery. Master Scrum, Kanban, sprint planning, roadmaps, retrospectives, team metrics, and stakeholder management.
Sprint planning with story prioritization and capacity estimation
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
๐งWIP๐ง This project is under active development. Expect breaking changes.
Scrum optimized for AI agents for stable autonomous software development.
Optional dependencies: deno
Use following prompts in Claude Code to add and install the plugin:
/plugin marketplace add https://github.com/atusy/agentic-scrum
/plugin install agentic-scrum@agentic-scrum
Run /scrum:init in your project to create scrum.ts
Prompt Claude Code to add a TODO in scrum.ts (i.e., PBI)
Run /scrum:go to start autonomous development
Stable autonomous software development requires a structured process:
Scrum provides exactly this structure, and AI agents understand it well.
Why adapt Scrum? Traditional Scrum assumes human limitations: time-boxed sprints, sprint point estimation, and synchronous ceremonies. AI agents don't have these constraints.
Agentic Scrum adapts the framework:
| Traditional Scrum | Agentic Scrum |
|---|---|
| ๐ Sprint = 2-4 weeks | โก Sprint = 1 PBI (any duration) |
| ๐ Velocity planning | ๐ซ No estimation needed |
| ๐ฅ Team ceremonies | ๐ค Autonomous coordination |
| ๐ Sprint backlog items | ๐ฏ Single focused goal |
The result: continuous autonomous iteration with all the benefits of Scrum's inspect-and-adapt loop.
scrum.tsAll Scrum artifacts live in one TypeScript file that AI agents read and write:
const scrum: ScrumDashboard = {
product_goal: { statement: "...", success_metrics: [...] },
product_backlog: [...], // Ordered by priority
sprint: { goal: "...", subtasks: [...] },
definition_of_done: { checks: [...] },
completed: [...], // Sprint history
retrospectives: [...] // Process improvements
};
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ๐งญ SCRUM MASTER โ
โ Facilitates โข Enforces โข Removes Impediments โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ โ
โผ โผ
โโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโ
โ ๐ PRODUCT OWNER โ โ ๐ป DEVELOPER โ
โ โ ready PBI โ โ
โ โข Product Goal โ โโโโโโโโโโโโโโโโถโ โข TDD Cycle โ
โ โข Backlog Order โ โ โข RED โ GREEN โ โ
โ โข Acceptance โ โโโโโโโโโโโโโโโโโ REFACTOR โ
โ โ done PBI โ โ
โโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโ
PBI: draft โ refining โ ready โ done
Sprint: planning โ in_progress โ review โ done
Subtask: pending โ ๐ด red โ ๐ข green โ ๐ง refactoring โ โ
completed
โ โ โ
(test) (commit) (commitรN)
MIT ยฉ 2025 atusy