chore: remove SM agent (Bob) and migrate to Developer agent#2186
chore: remove SM agent (Bob) and migrate to Developer agent#2186
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
🤖 Augment PR SummarySummary: Removes the Scrum Master agent (Bob) and consolidates sprint/ceremony workflows under the Developer agent (Amelia). Changes:
Technical Notes: Follows the earlier “agent removal” consolidation pattern and aims to keep sprint lifecycle workflows discoverable through a single implementation persona. 🤖 Was this summary useful? React with 👍 or 👎 |
src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/workflow.md
Outdated
Show resolved
Hide resolved
📝 WalkthroughWalkthroughThis PR removes the Scrum Master agent (bmad-agent-sm) and redistributes its workflow capabilities—sprint planning, story creation, and retrospectives—to the Developer agent. The change involves deleting agent manifest files, updating workflow role assignments, and revising documentation across English and Chinese locales. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In
`@src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/workflow.md`:
- Line 5: Replace the incorrect phrase "users product vision" in the workflow
prompt with the possessive form "user's product vision" to correct the grammar;
locate the sentence that begins "Your Role: You are an expert Product
Manager..." and update that exact fragment to read "user's product vision".
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 6b04eb76-7dd3-440b-bc95-58c6d4c7350b
📒 Files selected for processing (27)
.claude-plugin/marketplace.jsonREADME.mdREADME_CN.mddocs/_STYLE_GUIDE.mddocs/how-to/upgrade-to-v6.mddocs/reference/agents.mddocs/reference/commands.mddocs/tutorials/getting-started.mddocs/zh-cn/_STYLE_GUIDE.mddocs/zh-cn/how-to/upgrade-to-v6.mddocs/zh-cn/reference/agents.mddocs/zh-cn/reference/commands.mddocs/zh-cn/tutorials/getting-started.mdsrc/bmm-skills/3-solutioning/bmad-check-implementation-readiness/steps/step-01-document-discovery.mdsrc/bmm-skills/3-solutioning/bmad-check-implementation-readiness/steps/step-02-prd-analysis.mdsrc/bmm-skills/3-solutioning/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.mdsrc/bmm-skills/3-solutioning/bmad-check-implementation-readiness/workflow.mdsrc/bmm-skills/4-implementation/bmad-agent-dev/SKILL.mdsrc/bmm-skills/4-implementation/bmad-agent-sm/SKILL.mdsrc/bmm-skills/4-implementation/bmad-agent-sm/bmad-skill-manifest.yamlsrc/bmm-skills/4-implementation/bmad-correct-course/checklist.mdsrc/bmm-skills/4-implementation/bmad-correct-course/workflow.mdsrc/bmm-skills/4-implementation/bmad-retrospective/workflow.mdsrc/bmm-skills/4-implementation/bmad-sprint-planning/sprint-status-template.yamlsrc/bmm-skills/4-implementation/bmad-sprint-planning/workflow.mdsrc/bmm-skills/4-implementation/bmad-sprint-status/workflow.mdsrc/core-skills/bmad-party-mode/SKILL.md
💤 Files with no reviewable changes (5)
- docs/reference/commands.md
- .claude-plugin/marketplace.json
- docs/zh-cn/reference/commands.md
- src/bmm-skills/4-implementation/bmad-agent-sm/bmad-skill-manifest.yaml
- src/bmm-skills/4-implementation/bmad-agent-sm/SKILL.md
src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/workflow.md
Outdated
Show resolved
Hide resolved
Standardize Developer agent references to bmad-agent-dev (matching installed skill directory name) and fix possessive apostrophe in implementation-readiness workflow.
Triage Summary4 findings — FIX: 2, DISMISS: 2, DEFER: 0
Fixed in 8281bf5. |
No longer a multi-agent development team — just one Developer agent. Remove residual Scrum Master search patterns from retrospective.
Summary
bmad-agent-sm) agent wrapper — SKILL.md and manifestbmad-agent-dev)bmad-agent-smfrommarketplace.jsonFollows the same pattern as the Quinn removal in #2179.
Test plan
grep -ri 'bmad-agent-sm' src/ docs/ website/ .claude-plugin/ | grep -v CHANGELOG→ zero matchesgrep -ri bob src/ docs/ .claude-plugin/ --include='*.md' --include='*.yaml' --include='*.json' | grep -v CHANGELOG | grep -v customize-bmad | grep -vi "l'éponge" | grep -vi sponge→ zero matchesnpm run qualitypasses (204 tests, 0 errors)🤖 Generated with Claude Code