
Scrum Team
- Updated April 24, 2026
- HarshwardhanPatil07/morning-ops
scrum-team is a Claude Code skill in the AI & Agent Building category. Multi-agent scrum team for software development tasks
Key points
- scrum-team
- AI & Agent Building
- AI-coding skill
Scrum Team by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add HarshwardhanPatil07/morning-ops/plugin install scrum-team@morning-opsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 24, 2026 |
|---|---|
| Repository | HarshwardhanPatil07/morning-ops ↗ |
What it does
Multi-agent scrum team for software development tasks
README.md
scrum-team
Multi-agent scrum team plugin for Claude Code. Give Harshya (Team Lead) a software development task and the team gets it done.
The Team
| Agent | Role |
|---|---|
| Harshya (Team Lead) | Receives your task, picks the right specialist, coordinates the workflow, mediates cross-agent communication |
| Architect | Analyzes the codebase, designs solutions, identifies files to change and risks |
| Developer | Implements code changes — writes, edits, builds, and verifies |
| QE | Writes and runs tests, validates changes, reports failures with root cause analysis |
| Staff Engineer | Reviews all changes for correctness, style, architecture — approves or requests changes |
How It Works
- You describe a task (feature, bug fix, refactor, test gap, review)
- Harshya classifies it and picks the starting agent — not always Architect
- Agents work sequentially, each building on the previous agent's output
- If an agent has a question for another agent, Harshya mediates the exchange
- Staff Engineer reviews at the end — if changes are needed, the loop continues
- Harshya reports the final summary
Bug fix: Developer → QE → Staff Engineer
New feature: Architect → Developer → QE → Staff Engineer
Test gap: QE → (Developer if needed) → Staff Engineer
Review: Staff Engineer → (Developer if needed)
Usage
/scrum-team:run "add a --dry-run flag to daily-meeting-reminder.sh"
/scrum-team:run "fix the off-by-one error in the date calculation"
/scrum-team:run "write tests for the idempotency check logic"
/scrum-team:run "review the security audit section for prompt injection gaps"
Installation
Add to your Claude Code settings:
{
"projects": {
"/path/to/your/project": {
"extraKnownMarketplaces": {
"morning-ops": {
"source": {
"source": "git",
"url": "git@github.com:HarshwardhanPatil07/morning-ops.git"
}
}
},
"enabledPlugins": {
"scrum-team@morning-ops": true
}
}
}
}
Prerequisites
- Claude Code with plugin support
- The Agent tool must be available (standard in Claude Code)
Related skills
AI & Agent Buildingagents