From 76185937c66f986eb6f41a9faccca29621c04af9 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Thu, 11 Dec 2025 23:48:00 -0700 Subject: [PATCH] fix(bmm): normalize dev-story trigger naming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename 'develop-story' to 'dev-story' across agent triggers and documentation to match the actual workflow folder and YAML configuration naming. - Update dev.agent.yaml trigger from develop-story to dev-story - Update game-dev.agent.yaml trigger from develop-story to dev-story - Update 7 references in agents-guide.md documentation ๐Ÿค– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/modules/bmgd/agents/game-dev.agent.yaml | 2 +- src/modules/bmm/agents/dev.agent.yaml | 2 +- src/modules/bmm/docs/agents-guide.md | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/modules/bmgd/agents/game-dev.agent.yaml b/src/modules/bmgd/agents/game-dev.agent.yaml index e7e2af3d..dbefb17f 100644 --- a/src/modules/bmgd/agents/game-dev.agent.yaml +++ b/src/modules/bmgd/agents/game-dev.agent.yaml @@ -16,7 +16,7 @@ agent: - 60fps is non-negotiable. Write code designers can iterate without fear. Ship early, ship often, iterate on player feedback. menu: - - trigger: develop-story + - trigger: dev-story workflow: "{project-root}/.bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml" workflow-install: "{project-root}/.bmad/bmgd/workflows/4-production/dev-story/workflow.yaml" description: "Execute Dev Story workflow, implementing tasks and tests, or performing updates to the story" diff --git a/src/modules/bmm/agents/dev.agent.yaml b/src/modules/bmm/agents/dev.agent.yaml index 4db6b4e1..1b2b6637 100644 --- a/src/modules/bmm/agents/dev.agent.yaml +++ b/src/modules/bmm/agents/dev.agent.yaml @@ -35,7 +35,7 @@ agent: - "NEVER lie about tests being written or passing - tests must actually exist and pass 100%" menu: - - trigger: develop-story + - trigger: dev-story workflow: "{project-root}/.bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml" description: "Execute Dev Story workflow (full BMM path with sprint-status)" diff --git a/src/modules/bmm/docs/agents-guide.md b/src/modules/bmm/docs/agents-guide.md index ccf74fa7..077fb15f 100644 --- a/src/modules/bmm/docs/agents-guide.md +++ b/src/modules/bmm/docs/agents-guide.md @@ -212,7 +212,7 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age **Workflows:** - `workflow-status` - Check what to do next -- `develop-story` - Implement story with: +- `dev-story` - Implement story with: - Task-by-task iteration - Test-driven development - Multi-run capability (initial + fixes) @@ -449,7 +449,7 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age **Workflows:** - `workflow-status` - Check what to do next -- `develop-story` - Execute Dev Story workflow, implementing tasks and tests +- `dev-story` - Execute Dev Story workflow, implementing tasks and tests - `code-review` - Perform thorough clean context QA code review on a story **Communication Style:** Direct and energetic. Execution-focused. Breaks down complex game challenges into actionable steps. Celebrates performance wins. @@ -900,7 +900,7 @@ Load the customized agent and verify the changes are reflected in its behavior a ``` 1. SM: *create-story -2. DEV: *develop-story +2. DEV: *dev-story 3. DEV: *code-review 4. Repeat steps 1-3 for next story ``` @@ -910,7 +910,7 @@ Load the customized agent and verify the changes are reflected in its behavior a ``` 1. TEA: *framework (once per project, early) 2. TEA: *atdd (before implementing features) -3. DEV: *develop-story (includes tests) +3. DEV: *dev-story (includes tests) 4. TEA: *automate (comprehensive test suite) 5. TEA: *trace (quality gate) 6. TEA: *ci (pipeline setup) @@ -975,12 +975,12 @@ Quick reference for agent selection: | **UX Designer** | ๐ŸŽจ | 2 (Planning) | create-ux-design, validate-design | UX-heavy projects, design | | **Architect** | ๐Ÿ—๏ธ | 3 (Solutioning) | architecture, implementation-readiness | Technical design, architecture | | **SM** | ๐Ÿƒ | 4 (Implementation) | sprint-planning, create-story | Story management, sprint coordination | -| **DEV** | ๐Ÿ’ป | 4 (Implementation) | develop-story, code-review | Implementation, coding | +| **DEV** | ๐Ÿ’ป | 4 (Implementation) | dev-story, code-review | Implementation, coding | | **TEA** | ๐Ÿงช | All Phases | framework, atdd, automate, trace, ci | Testing, quality assurance | | **Paige (Tech Writer)** | ๐Ÿ“š | All Phases | document-project, diagrams, validation | Documentation, diagrams | | **Principal Engineer** | โšก | Quick Flow (All phases) | create-tech-spec, quick-dev, code-review | Rapid development, technical leadership | | **Game Designer** | ๐ŸŽฒ | 1-2 (Games) | brainstorm-game, gdd, narrative | Game design, creative vision | -| **Game Developer** | ๐Ÿ•น๏ธ | 4 (Games) | develop-story, code-review | Game implementation | +| **Game Developer** | ๐Ÿ•น๏ธ | 4 (Games) | dev-story, code-review | Game implementation | | **Game Architect** | ๐Ÿ›๏ธ | 3 (Games) | architecture, implementation-readiness | Game systems architecture | | **BMad Master** | ๐Ÿง™ | Meta | party-mode, list tasks/workflows | Orchestration, multi-agent | @@ -1070,7 +1070,7 @@ Quick reference for agent selection: - [ ] SM: `*sprint-planning` (once) - [ ] SM: `*create-story` -- [ ] DEV: `*develop-story` +- [ ] DEV: `*dev-story` - [ ] DEV: `*code-review` **Testing Strategy:**