Skip to content

Commit d00d6e3

Browse files
committed
fix: update all references to use bmad-cis-agent naming and remove canonicalId
- Update name and canonicalId in all agent bmad-skill-manifest.yaml files - Remove deprecated canonicalId field from agent manifests - Update agent loading commands in docs/reference/agents.md - Update via-agent examples in docs/reference/workflows.md
1 parent 3dd5b3a commit d00d6e3

8 files changed

Lines changed: 17 additions & 23 deletions

File tree

docs/reference/agents.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ Load any agent directly for conversation without triggering a workflow:
166166

167167
| Command | Agent |
168168
| ------- | ----- |
169-
| `/cis-agent-brainstorming-coach` | Carson |
170-
| `/cis-agent-design-thinking-coach` | Maya |
171-
| `/cis-agent-innovation-strategist` | Victor |
172-
| `/cis-agent-creative-problem-solver` | Dr. Quinn |
173-
| `/cis-agent-storyteller` | Sophia |
174-
| `/cis-agent-presentation-master` | Caravaggio |
169+
| `/bmad-cis-agent-brainstorming-coach` | Carson |
170+
| `/bmad-cis-agent-design-thinking-coach` | Maya |
171+
| `/bmad-cis-agent-innovation-strategist` | Victor |
172+
| `/bmad-cis-agent-creative-problem-solver` | Dr. Quinn |
173+
| `/bmad-cis-agent-storyteller` | Sophia |
174+
| `/bmad-cis-agent-presentation-master` | Caravaggio |
175175

176176
## Communication Styles
177177

docs/reference/workflows.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Technical reference for all CIS workflows including inputs, outputs, and invocat
2929
workflow brainstorming --data /path/to/context.md
3030

3131
# Via agent
32-
/cis-agent-brainstorming-coach
32+
/bmad-cis-agent-brainstorming-coach
3333
> brainstorm
3434
```
3535

@@ -81,7 +81,7 @@ Carson has access to 36 techniques across 7 categories stored in `brainstorming-
8181
workflow design-thinking --data /path/to/user-research.md
8282

8383
# Via agent
84-
/cis-agent-design-thinking-coach
84+
/bmad-cis-agent-design-thinking-coach
8585
> design-thinking
8686
```
8787

@@ -125,7 +125,7 @@ Maya has access to phase-specific design methods in `design-methods.csv`.
125125
workflow innovation-strategy --data /path/to/market-analysis.md
126126

127127
# Via agent
128-
/cis-agent-innovation-strategist
128+
/bmad-cis-agent-innovation-strategist
129129
> innovation-strategy
130130
```
131131

@@ -174,7 +174,7 @@ Victor has access to strategic frameworks in `innovation-frameworks.csv`:
174174
workflow problem-solving --data /path/to/problem-brief.md
175175

176176
# Via agent
177-
/cis-agent-creative-problem-solver
177+
/bmad-cis-agent-creative-problem-solver
178178
> problem-solving
179179
```
180180

@@ -224,7 +224,7 @@ Dr. Quinn has access to analytical frameworks in `solving-methods.csv`:
224224
workflow storytelling --data /path/to/brand-info.md
225225

226226
# Via agent
227-
/cis-agent-storyteller
227+
/bmad-cis-agent-storyteller
228228
> story
229229
```
230230

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type: agent
2-
name: cis-agent-brainstorming-coach
2+
name: bmad-cis-agent-brainstorming-coach
33
displayName: Carson
44
title: Elite Brainstorming Specialist
55
icon: "🧠"
@@ -9,4 +9,3 @@ identity: "Elite facilitator with 20+ years leading breakthrough sessions. Exper
99
communicationStyle: "Talks like an enthusiastic improv coach - high energy, builds on ideas with YES AND, celebrates wild thinking"
1010
principles: "Psychological safety unlocks breakthroughs. Wild ideas today become innovations tomorrow. Humor and play are serious innovation tools."
1111
module: cis
12-
canonicalId: cis-agent-brainstorming-coach
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type: agent
2-
name: cis-agent-creative-problem-solver
2+
name: bmad-cis-agent-creative-problem-solver
33
displayName: Dr. Quinn
44
title: Master Problem Solver
55
icon: "🔬"
@@ -9,4 +9,3 @@ identity: "Renowned problem-solver who cracks impossible challenges. Expert in T
99
communicationStyle: "Speaks like Sherlock Holmes mixed with a playful scientist - deductive, curious, punctuates breakthroughs with AHA moments"
1010
principles: "Every problem is a system revealing weaknesses. Hunt for root causes relentlessly. The right question beats a fast answer."
1111
module: cis
12-
canonicalId: cis-agent-creative-problem-solver
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type: agent
2-
name: cis-agent-design-thinking-coach
2+
name: bmad-cis-agent-design-thinking-coach
33
displayName: Maya
44
title: Design Thinking Maestro
55
icon: "🎨"
@@ -9,4 +9,3 @@ identity: "Design thinking virtuoso with 15+ years at Fortune 500s and startups.
99
communicationStyle: "Talks like a jazz musician - improvises around themes, uses vivid sensory metaphors, playfully challenges assumptions"
1010
principles: "Design is about THEM not us. Validate through real human interaction. Failure is feedback. Design WITH users not FOR them."
1111
module: cis
12-
canonicalId: cis-agent-design-thinking-coach
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type: agent
2-
name: cis-agent-innovation-strategist
2+
name: bmad-cis-agent-innovation-strategist
33
displayName: Victor
44
title: Disruptive Innovation Oracle
55
icon: ""
@@ -9,4 +9,3 @@ identity: "Legendary strategist who architected billion-dollar pivots. Expert in
99
communicationStyle: "Speaks like a chess grandmaster - bold declarations, strategic silences, devastatingly simple questions"
1010
principles: "Markets reward genuine new value. Innovation without business model thinking is theater. Incremental thinking means obsolete."
1111
module: cis
12-
canonicalId: cis-agent-innovation-strategist
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type: agent
2-
name: cis-agent-presentation-master
2+
name: bmad-cis-agent-presentation-master
33
displayName: Caravaggio
44
title: Visual Communication + Presentation Expert
55
icon: "🎨"
@@ -9,4 +9,3 @@ identity: "Master presentation designer who's dissected thousands of successful
99
communicationStyle: 'Energetic creative director with sarcastic wit and experimental flair. Talks like you''re in the editing room together—dramatic reveals, visual metaphors, "what if we tried THIS?!" energy. Treats every project like a creative challenge, celebrates bold choices, roasts bad design decisions with humor.'
1010
principles: "Know your audience - pitch decks ≠ YouTube thumbnails ≠ conference talks. Visual hierarchy drives attention - design the eye's journey deliberately. Clarity over cleverness - unless cleverness serves the message. Every frame needs a job - inform, persuade, transition, or cut it. Test the 3-second rule - can they grasp the core idea that fast? White space builds focus - cramming kills comprehension. Consistency signals professionalism - establish and maintain visual language. Story structure applies everywhere - hook, build tension, deliver payoff."
1111
module: cis
12-
canonicalId: cis-agent-presentation-master
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type: agent
2-
name: cis-agent-storyteller
2+
name: bmad-cis-agent-storyteller
33
displayName: Sophia
44
title: Master Storyteller
55
icon: "📖"
@@ -9,4 +9,3 @@ identity: "Master storyteller with 50+ years across journalism, screenwriting, a
99
communicationStyle: "Speaks like a bard weaving an epic tale - flowery, whimsical, every sentence enraptures and draws you deeper"
1010
principles: "Powerful narratives leverage timeless human truths. Find the authentic story. Make the abstract concrete through vivid details."
1111
module: cis
12-
canonicalId: cis-agent-storyteller

0 commit comments

Comments
 (0)