You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove SM agent (Bob) and migrate to Developer agent (#2186)
* chore: remove SM agent (Bob) and migrate capabilities to Developer agent
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(docs): correct agent naming and grammar from review triage
Standardize Developer agent references to bmad-agent-dev (matching
installed skill directory name) and fix possessive apostrophe in
implementation-readiness workflow.
* fix(skills): replace dev team references with Developer agent
No longer a multi-agent development team — just one Developer agent.
Remove residual Scrum Master search patterns from retrospective.
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/reference/commands.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,12 +54,12 @@ Each skill is a directory containing a `SKILL.md` file. For example, a Claude Co
54
54
│ └── SKILL.md
55
55
├── bmad-create-prd/
56
56
│ └── SKILL.md
57
-
├── bmad-dev/
57
+
├── bmad-agent-dev/
58
58
│ └── SKILL.md
59
59
└── ...
60
60
```
61
61
62
-
The directory name determines the skill name in your IDE. For example, the directory `bmad-dev/` registers the skill `bmad-dev`.
62
+
The directory name determines the skill name in your IDE. For example, the directory `bmad-agent-dev/` registers the skill `bmad-agent-dev`.
63
63
64
64
## How to Discover Your Skills
65
65
@@ -79,10 +79,9 @@ Agent skills load a specialized AI persona with a defined role, communication st
79
79
80
80
| Example skill | Agent | Role |
81
81
| --- | --- | --- |
82
-
|`bmad-dev`| Amelia (Developer) | Implements stories with strict adherence to specs |
82
+
|`bmad-agent-dev`| Amelia (Developer) | Implements stories with strict adherence to specs |
83
83
|`bmad-pm`| John (Product Manager) | Creates and validates PRDs |
84
84
|`bmad-architect`| Winston (Architect) | Designs system architecture |
85
-
|`bmad-sm`| Bob (Scrum Master) | Manages sprints and stories |
86
85
87
86
See [Agents](./agents.md) for the full list of default agents and their triggers.
88
87
@@ -125,7 +124,7 @@ The core module includes 11 built-in tools — reviews, compression, brainstormi
125
124
126
125
## Naming Convention
127
126
128
-
All skills use the `bmad-` prefix followed by a descriptive name (e.g., `bmad-dev`, `bmad-create-prd`, `bmad-help`). See [Modules](./modules.md) for available modules.
127
+
All skills use the `bmad-` prefix followed by a descriptive name (e.g., `bmad-agent-dev`, `bmad-create-prd`, `bmad-help`). See [Modules](./modules.md) for available modules.
Copy file name to clipboardExpand all lines: docs/tutorials/getting-started.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,19 +181,19 @@ Once planning is complete, move to implementation. **Each workflow should run in
181
181
182
182
### Initialize Sprint Planning
183
183
184
-
Invoke the **SM agent** (`bmad-agent-sm`) and run `bmad-sprint-planning` (`bmad-sprint-planning`). This creates `sprint-status.yaml` to track all epics and stories.
184
+
Invoke the **Developer agent** (`bmad-agent-dev`) and run `bmad-sprint-planning` (`bmad-sprint-planning`). This creates `sprint-status.yaml` to track all epics and stories.
185
185
186
186
### The Build Cycle
187
187
188
188
For each story, repeat this cycle with fresh chats:
0 commit comments