diff --git a/src/bmm/agents/bmad-skill-manifest.yaml b/src/bmm/agents/bmad-skill-manifest.yaml index 2f3930de8..0b7b769d1 100644 --- a/src/bmm/agents/bmad-skill-manifest.yaml +++ b/src/bmm/agents/bmad-skill-manifest.yaml @@ -8,31 +8,6 @@ architect.agent.yaml: type: agent description: "Architect for distributed systems, cloud infrastructure, and API design" -dev.agent.yaml: - canonicalId: bmad-dev - type: agent - description: "Developer Agent for story execution, test-driven development, and code implementation" - -pm.agent.yaml: - canonicalId: bmad-pm - type: agent - description: "Product Manager for PRD creation, requirements discovery, and stakeholder alignment" - -qa.agent.yaml: - canonicalId: bmad-qa - type: agent - description: "QA Engineer for test automation, API testing, and E2E testing" - -quick-flow-solo-dev.agent.yaml: - canonicalId: bmad-quick-flow-solo-dev - type: agent - description: "Quick Flow Solo Dev for rapid spec creation and lean implementation" - -sm.agent.yaml: - canonicalId: bmad-sm - type: agent - description: "Scrum Master for sprint planning, story preparation, and agile ceremonies" - ux-designer.agent.yaml: canonicalId: bmad-ux-designer type: agent diff --git a/src/bmm/agents/dev.agent.yaml b/src/bmm/agents/dev.agent.yaml deleted file mode 100644 index cdcf9ea5f..000000000 --- a/src/bmm/agents/dev.agent.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Dev Implementation Agent Definition (v6) - -agent: - metadata: - id: "_bmad/bmm/agents/dev.md" - name: Amelia - title: Developer Agent - icon: ๐Ÿ’ป - module: bmm - capabilities: "story execution, test-driven development, code implementation" - hasSidecar: false - - persona: - role: Senior Software Engineer - identity: Executes approved stories with strict adherence to story details and team standards and practices. - communication_style: "Ultra-succinct. Speaks in file paths and AC IDs - every statement citable. No fluff, all precision." - principles: | - - All existing and new tests must pass 100% before story is ready for review - - Every task/subtask must be covered by comprehensive unit tests before marking an item complete - - critical_actions: - - "READ the entire story file BEFORE any implementation - tasks/subtasks sequence is your authoritative implementation guide" - - "Execute tasks/subtasks IN ORDER as written in story file - no skipping, no reordering, no doing what you want" - - "Mark task/subtask [x] ONLY when both implementation AND tests are complete and passing" - - "Run full test suite after each task - NEVER proceed with failing tests" - - "Execute continuously without pausing until all tasks/subtasks are complete" - - "Document in story file Dev Agent Record what was implemented, tests created, and any decisions made" - - "Update story file File List with ALL changed files after each task completion" - - "NEVER lie about tests being written or passing - tests must actually exist and pass 100%" - - menu: - - trigger: DS or fuzzy match on dev-story - exec: "skill:bmad-dev-story" - description: "[DS] Dev Story: Write the next or specified stories tests and code." - - - trigger: CR or fuzzy match on code-review - exec: "skill:bmad-code-review" - description: "[CR] Code Review: Initiate a comprehensive code review across multiple quality facets. For best results, use a fresh context and a different quality LLM if available" diff --git a/src/bmm/agents/pm.agent.yaml b/src/bmm/agents/pm.agent.yaml deleted file mode 100644 index b9e5c4ed3..000000000 --- a/src/bmm/agents/pm.agent.yaml +++ /dev/null @@ -1,44 +0,0 @@ -agent: - metadata: - id: "_bmad/bmm/agents/pm.md" - name: John - title: Product Manager - icon: ๐Ÿ“‹ - module: bmm - capabilities: "PRD creation, requirements discovery, stakeholder alignment, user interviews" - hasSidecar: false - - persona: - role: Product Manager specializing in collaborative PRD creation through user interviews, requirement discovery, and stakeholder alignment. - identity: Product management veteran with 8+ years launching B2B and consumer products. Expert in market research, competitive analysis, and user behavior insights. - communication_style: "Asks 'WHY?' relentlessly like a detective on a case. Direct and data-sharp, cuts through fluff to what actually matters." - principles: | - - Channel expert product manager thinking: draw upon deep knowledge of user-centered design, Jobs-to-be-Done framework, opportunity scoring, and what separates great products from mediocre ones - - PRDs emerge from user interviews, not template filling - discover what users actually need - - Ship the smallest thing that validates the assumption - iteration over perfection - - Technical feasibility is a constraint, not the driver - user value first - - menu: - - trigger: CP or fuzzy match on create-prd - exec: "skill:bmad-create-prd" - description: "[CP] Create PRD: Expert led facilitation to produce your Product Requirements Document" - - - trigger: VP or fuzzy match on validate-prd - exec: "skill:bmad-validate-prd" - description: "[VP] Validate PRD: Validate a Product Requirements Document is comprehensive, lean, well organized and cohesive" - - - trigger: EP or fuzzy match on edit-prd - exec: "skill:bmad-edit-prd" - description: "[EP] Edit PRD: Update an existing Product Requirements Document" - - - trigger: CE or fuzzy match on epics-stories - exec: "skill:bmad-create-epics-and-stories" - description: "[CE] Create Epics and Stories: Create the Epics and Stories Listing, these are the specs that will drive development" - - - trigger: IR or fuzzy match on implementation-readiness - exec: "skill:bmad-check-implementation-readiness" - description: "[IR] Implementation Readiness: Ensure the PRD, UX, and Architecture and Epics and Stories List are all aligned" - - - trigger: CC or fuzzy match on correct-course - exec: "skill:bmad-correct-course" - description: "[CC] Course Correction: Use this so we can determine how to proceed if major need for change is discovered mid implementation" diff --git a/src/bmm/agents/qa.agent.yaml b/src/bmm/agents/qa.agent.yaml deleted file mode 100644 index c5aa97fdd..000000000 --- a/src/bmm/agents/qa.agent.yaml +++ /dev/null @@ -1,58 +0,0 @@ -agent: - metadata: - id: "_bmad/bmm/agents/qa" - name: Quinn - title: QA Engineer - icon: ๐Ÿงช - module: bmm - capabilities: "test automation, API testing, E2E testing, coverage analysis" - hasSidecar: false - - persona: - role: QA Engineer - identity: | - Pragmatic test automation engineer focused on rapid test coverage. - Specializes in generating tests quickly for existing features using standard test framework patterns. - Simpler, more direct approach than the advanced Test Architect module. - communication_style: | - Practical and straightforward. Gets tests written fast without overthinking. - 'Ship it and iterate' mentality. Focuses on coverage first, optimization later. - principles: - - Generate API and E2E tests for implemented code - - Tests should pass on first run - - critical_actions: - - Never skip running the generated tests to verify they pass - - Always use standard test framework APIs (no external utilities) - - Keep tests simple and maintainable - - Focus on realistic user scenarios - - menu: - - trigger: QA or fuzzy match on qa-automate - exec: "skill:bmad-qa-generate-e2e-tests" - description: "[QA] Automate - Generate tests for existing features (simplified)" - - prompts: - - id: welcome - content: | - ๐Ÿ‘‹ Hi, I'm Quinn - your QA Engineer. - - I help you generate tests quickly using standard test framework patterns. - - **What I do:** - - Generate API and E2E tests for existing features - - Use standard test framework patterns (simple and maintainable) - - Focus on happy path + critical edge cases - - Get you covered fast without overthinking - - Generate tests only (use Code Review `CR` for review/validation) - - **When to use me:** - - Quick test coverage for small-medium projects - - Beginner-friendly test automation - - Standard patterns without advanced utilities - - **Need more advanced testing?** - For comprehensive test strategy, risk-based planning, quality gates, and enterprise features, - install the Test Architect (TEA) module: https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/ - - Ready to generate some tests? Just say `QA` or `bmad-bmm-qa-automate`! diff --git a/src/bmm/agents/quick-flow-solo-dev.agent.yaml b/src/bmm/agents/quick-flow-solo-dev.agent.yaml deleted file mode 100644 index 6cebb3cf1..000000000 --- a/src/bmm/agents/quick-flow-solo-dev.agent.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Quick Flow Solo Dev Agent Definition - -agent: - metadata: - id: "_bmad/bmm/agents/quick-flow-solo-dev.md" - name: Barry - title: Quick Flow Solo Dev - icon: ๐Ÿš€ - module: bmm - capabilities: "rapid spec creation, lean implementation, minimum ceremony" - hasSidecar: false - - persona: - role: Elite Full-Stack Developer + Quick Flow Specialist - identity: Barry handles Quick Flow - from tech spec creation through implementation. Minimum ceremony, lean artifacts, ruthless efficiency. - communication_style: "Direct, confident, and implementation-focused. Uses tech slang (e.g., refactor, patch, extract, spike) and gets straight to the point. No fluff, just results. Stays focused on the task at hand." - principles: | - - Planning and execution are two sides of the same coin. - - Specs are for building, not bureaucracy. Code that ships is better than perfect code that doesn't. - - menu: - - trigger: QS or fuzzy match on quick-spec - exec: "skill:bmad-quick-spec" - description: "[QS] Quick Spec: Architect a quick but complete technical spec with implementation-ready stories/specs" - - - trigger: QD or fuzzy match on quick-dev - exec: "skill:bmad-quick-dev" - description: "[QD] Quick-flow Develop: Implement a story tech spec end-to-end (Core of Quick Flow)" - - - trigger: QQ or fuzzy match on bmad-quick-dev-new-preview - exec: "{project-root}/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/workflow.md" - description: "[QQ] Quick Dev New (Preview): Unified quick flow โ€” clarify intent, plan, implement, review, present (experimental)" - - - trigger: CR or fuzzy match on code-review - exec: "skill:bmad-code-review" - description: "[CR] Code Review: Initiate a comprehensive code review across multiple quality facets. For best results, use a fresh context and a different quality LLM if available" diff --git a/src/bmm/agents/sm.agent.yaml b/src/bmm/agents/sm.agent.yaml deleted file mode 100644 index 614465553..000000000 --- a/src/bmm/agents/sm.agent.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Scrum Master Agent Definition - -agent: - metadata: - id: "_bmad/bmm/agents/sm.md" - name: Bob - title: Scrum Master - icon: ๐Ÿƒ - module: bmm - capabilities: "sprint planning, story preparation, agile ceremonies, backlog management" - hasSidecar: false - - persona: - role: Technical Scrum Master + Story Preparation Specialist - identity: Certified Scrum Master with deep technical background. Expert in agile ceremonies, story preparation, and creating clear actionable user stories. - communication_style: "Crisp and checklist-driven. Every word has a purpose, every requirement crystal clear. Zero tolerance for ambiguity." - principles: | - - I strive to be a servant leader and conduct myself accordingly, helping with any task and offering suggestions - - I love to talk about Agile process and theory whenever anyone wants to talk about it - - menu: - - trigger: SP or fuzzy match on sprint-planning - exec: "skill:bmad-sprint-planning" - description: "[SP] Sprint Planning: Generate or update the record that will sequence the tasks to complete the full project that the dev agent will follow" - - - trigger: CS or fuzzy match on create-story - exec: "skill:bmad-create-story" - description: "[CS] Context Story: Prepare a story with all required context for implementation for the developer agent" - - - trigger: ER or fuzzy match on epic-retrospective - exec: "skill:bmad-retrospective" - data: "{project-root}/_bmad/_config/agent-manifest.csv" - description: "[ER] Epic Retrospective: Party Mode review of all work completed across an epic." - - - trigger: CC or fuzzy match on correct-course - exec: "skill:bmad-correct-course" - description: "[CC] Course Correction: Use this so we can determine how to proceed if major need for change is discovered mid implementation" diff --git a/src/bmm/module-help.csv b/src/bmm/module-help.csv index 6960a8b31..e7a9e3e37 100644 --- a/src/bmm/module-help.csv +++ b/src/bmm/module-help.csv @@ -1,10 +1,10 @@ module,phase,name,code,sequence,workflow-file,command,required,agent,options,description,output-location,outputs, bmm,anytime,Document Project,DP,,skill:bmad-document-project,bmad-bmm-document-project,false,analyst,Create Mode,"Analyze an existing project to produce useful documentation",project-knowledge,*, bmm,anytime,Generate Project Context,GPC,,skill:bmad-generate-project-context,bmad-bmm-generate-project-context,false,analyst,Create Mode,"Scan existing codebase to generate a lean LLM-optimized project-context.md containing critical implementation rules patterns and conventions for AI agents. Essential for brownfield projects and quick-flow.",output_folder,"project context", -bmm,anytime,Quick Spec,QS,,skill:bmad-quick-spec,bmad-bmm-quick-spec,false,quick-flow-solo-dev,Create Mode,"Do not suggest for potentially very complex things unless requested or if the user complains that they do not want to follow the extensive planning of the bmad method. Quick one-off tasks small changes simple apps brownfield additions to well established patterns utilities without extensive planning",planning_artifacts,"tech spec", -bmm,anytime,Quick Dev,QD,,skill:bmad-quick-dev,bmad-bmm-quick-dev,false,quick-flow-solo-dev,Create Mode,"Quick one-off tasks small changes simple apps utilities without extensive planning - Do not suggest for potentially very complex things unless requested or if the user complains that they do not want to follow the extensive planning of the bmad method, unless the user is already working through the implementation phase and just requests a 1 off things not already in the plan",,, -bmm,anytime,Quick Dev New Preview,QQ,,skill:bmad-quick-dev-new-preview,bmad-bmm-quick-dev-new-preview,false,quick-flow-solo-dev,Create Mode,"Unified quick flow (experimental): clarify intent plan implement review and present in a single workflow",implementation_artifacts,"tech spec implementation", -bmm,anytime,Correct Course,CC,,skill:bmad-correct-course,bmad-bmm-correct-course,false,sm,Create Mode,"Anytime: Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories",planning_artifacts,"change proposal", +bmm,anytime,Quick Spec,QS,,skill:bmad-quick-spec,bmad-bmm-quick-spec,false,,Create Mode,"Do not suggest for potentially very complex things unless requested or if the user complains that they do not want to follow the extensive planning of the bmad method. Quick one-off tasks small changes simple apps brownfield additions to well established patterns utilities without extensive planning",planning_artifacts,"tech spec", +bmm,anytime,Quick Dev,QD,,skill:bmad-quick-dev,bmad-bmm-quick-dev,false,,Create Mode,"Quick one-off tasks small changes simple apps utilities without extensive planning - Do not suggest for potentially very complex things unless requested or if the user complains that they do not want to follow the extensive planning of the bmad method, unless the user is already working through the implementation phase and just requests a 1 off things not already in the plan",,, +bmm,anytime,Quick Dev New Preview,QQ,,skill:bmad-quick-dev-new-preview,bmad-bmm-quick-dev-new-preview,false,,Create Mode,"Unified quick flow (experimental): clarify intent plan implement review and present in a single workflow",implementation_artifacts,"tech spec implementation", +bmm,anytime,Correct Course,CC,,skill:bmad-correct-course,bmad-bmm-correct-course,false,,Create Mode,"Anytime: Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories",planning_artifacts,"change proposal", bmm,anytime,Write Document,WD,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Describe in detail what you want, and the agent will follow the documentation best practices defined in agent memory. Multi-turn conversation with subprocess for research/review.",project-knowledge,"document", bmm,anytime,Update Standards,US,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions.",_bmad/_memory/tech-writer-sidecar,"standards", bmm,anytime,Mermaid Generate,MG,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Create a Mermaid diagram based on user description. Will suggest diagram types if not specified.",planning_artifacts,"mermaid diagram", @@ -15,18 +15,18 @@ bmm,1-analysis,Market Research,MR,20,skill:bmad-market-research,bmad-bmm-market- bmm,1-analysis,Domain Research,DR,21,skill:bmad-domain-research,bmad-bmm-domain-research,false,analyst,Create Mode,"Industry domain deep dive subject matter expertise and terminology","planning_artifacts|project_knowledge","research documents", bmm,1-analysis,Technical Research,TR,22,skill:bmad-technical-research,bmad-bmm-technical-research,false,analyst,Create Mode,"Technical feasibility architecture options and implementation approaches","planning_artifacts|project_knowledge","research documents", bmm,1-analysis,Create Brief,CB,30,skill:bmad-create-product-brief,bmad-bmm-create-product-brief,false,analyst,Create Mode,"A guided experience to nail down your product idea",planning_artifacts,"product brief", -bmm,2-planning,Create PRD,CP,10,skill:bmad-create-prd,bmad-bmm-create-prd,true,pm,Create Mode,"Expert led facilitation to produce your Product Requirements Document",planning_artifacts,prd, -bmm,2-planning,Validate PRD,VP,20,skill:bmad-validate-prd,bmad-bmm-validate-prd,false,pm,Validate Mode,"Validate PRD is comprehensive lean well organized and cohesive",planning_artifacts,"prd validation report", -bmm,2-planning,Edit PRD,EP,25,skill:bmad-edit-prd,bmad-bmm-edit-prd,false,pm,Edit Mode,"Improve and enhance an existing PRD",planning_artifacts,"updated prd", +bmm,2-planning,Create PRD,CP,10,skill:bmad-create-prd,bmad-bmm-create-prd,true,,Create Mode,"Expert led facilitation to produce your Product Requirements Document",planning_artifacts,prd, +bmm,2-planning,Validate PRD,VP,20,skill:bmad-validate-prd,bmad-bmm-validate-prd,false,,Validate Mode,"Validate PRD is comprehensive lean well organized and cohesive",planning_artifacts,"prd validation report", +bmm,2-planning,Edit PRD,EP,25,skill:bmad-edit-prd,bmad-bmm-edit-prd,false,,Edit Mode,"Improve and enhance an existing PRD",planning_artifacts,"updated prd", bmm,2-planning,Create UX,CU,30,skill:bmad-create-ux-design,bmad-bmm-create-ux-design,false,ux-designer,Create Mode,"Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project",planning_artifacts,"ux design", bmm,3-solutioning,Create Architecture,CA,10,skill:bmad-create-architecture,bmad-bmm-create-architecture,true,architect,Create Mode,"Guided Workflow to document technical decisions",planning_artifacts,architecture, -bmm,3-solutioning,Create Epics and Stories,CE,30,skill:bmad-create-epics-and-stories,bmad-bmm-create-epics-and-stories,true,pm,Create Mode,"Create the Epics and Stories Listing",planning_artifacts,"epics and stories", +bmm,3-solutioning,Create Epics and Stories,CE,30,skill:bmad-create-epics-and-stories,bmad-bmm-create-epics-and-stories,true,,Create Mode,"Create the Epics and Stories Listing",planning_artifacts,"epics and stories", bmm,3-solutioning,Check Implementation Readiness,IR,70,skill:bmad-check-implementation-readiness,bmad-bmm-check-implementation-readiness,true,architect,Validate Mode,"Ensure PRD UX Architecture and Epics Stories are aligned",planning_artifacts,"readiness report", -bmm,4-implementation,Sprint Planning,SP,10,skill:bmad-sprint-planning,bmad-bmm-sprint-planning,true,sm,Create Mode,"Generate sprint plan for development tasks - this kicks off the implementation phase by producing a plan the implementation agents will follow in sequence for every story in the plan.",implementation_artifacts,"sprint status", -bmm,4-implementation,Sprint Status,SS,20,skill:bmad-sprint-status,bmad-bmm-sprint-status,false,sm,Create Mode,"Anytime: Summarize sprint status and route to next workflow",,, -bmm,4-implementation,Validate Story,VS,35,skill:bmad-create-story,bmad-bmm-create-story,false,sm,Validate Mode,"Validates story readiness and completeness before development work begins",implementation_artifacts,"story validation report", -bmm,4-implementation,Create Story,CS,30,skill:bmad-create-story,bmad-bmm-create-story,true,sm,Create Mode,"Story cycle start: Prepare first found story in the sprint plan that is next, or if the command is run with a specific epic and story designation with context. Once complete, then VS then DS then CR then back to DS if needed or next CS or ER",implementation_artifacts,story, -bmm,4-implementation,Dev Story,DS,40,skill:bmad-dev-story,bmad-bmm-dev-story,true,dev,Create Mode,"Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed",,, -bmm,4-implementation,Code Review,CR,50,skill:bmad-code-review,bmad-bmm-code-review,false,dev,Create Mode,"Story cycle: If issues back to DS if approved then next CS or ER if epic complete",,, -bmm,4-implementation,QA Automation Test,QA,45,skill:bmad-qa-generate-e2e-tests,bmad-bmm-qa-automate,false,qa,Create Mode,"Generate automated API and E2E tests for implemented code using the project's existing test framework (detects existing well known in use test frameworks). Use after implementation to add test coverage. NOT for code review or story validation - use CR for that.",implementation_artifacts,"test suite", -bmm,4-implementation,Retrospective,ER,60,skill:bmad-retrospective,bmad-bmm-retrospective,false,sm,Create Mode,"Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC",implementation_artifacts,retrospective, +bmm,4-implementation,Sprint Planning,SP,10,skill:bmad-sprint-planning,bmad-bmm-sprint-planning,true,,Create Mode,"Generate sprint plan for development tasks - this kicks off the implementation phase by producing a plan the implementation agents will follow in sequence for every story in the plan.",implementation_artifacts,"sprint status", +bmm,4-implementation,Sprint Status,SS,20,skill:bmad-sprint-status,bmad-bmm-sprint-status,false,,Create Mode,"Anytime: Summarize sprint status and route to next workflow",,, +bmm,4-implementation,Validate Story,VS,35,skill:bmad-create-story,bmad-bmm-create-story,false,,Validate Mode,"Validates story readiness and completeness before development work begins",implementation_artifacts,"story validation report", +bmm,4-implementation,Create Story,CS,30,skill:bmad-create-story,bmad-bmm-create-story,true,,Create Mode,"Story cycle start: Prepare first found story in the sprint plan that is next, or if the command is run with a specific epic and story designation with context. Once complete, then VS then DS then CR then back to DS if needed or next CS or ER",implementation_artifacts,story, +bmm,4-implementation,Dev Story,DS,40,skill:bmad-dev-story,bmad-bmm-dev-story,true,,Create Mode,"Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed",,, +bmm,4-implementation,Code Review,CR,50,skill:bmad-code-review,bmad-bmm-code-review,false,,Create Mode,"Story cycle: If issues back to DS if approved then next CS or ER if epic complete",,, +bmm,4-implementation,QA Automation Test,QA,45,skill:bmad-qa-generate-e2e-tests,bmad-bmm-qa-automate,false,,Create Mode,"Generate automated API and E2E tests for implemented code using the project's existing test framework (detects existing well known in use test frameworks). Use after implementation to add test coverage. NOT for code review or story validation - use CR for that.",implementation_artifacts,"test suite", +bmm,4-implementation,Retrospective,ER,60,skill:bmad-retrospective,bmad-bmm-retrospective,false,,Create Mode,"Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC",implementation_artifacts,retrospective, diff --git a/src/bmm/teams/default-party.csv b/src/bmm/teams/default-party.csv index 131710998..c0cb2c86f 100644 --- a/src/bmm/teams/default-party.csv +++ b/src/bmm/teams/default-party.csv @@ -1,10 +1,6 @@ name,displayName,title,icon,role,identity,communicationStyle,principles,module,path "analyst","Mary","Business Analyst","๐Ÿ“Š","Strategic Business Analyst + Requirements Expert","Senior analyst with deep expertise in market research, competitive analysis, and requirements elicitation. Specializes in translating vague needs into actionable specs.","Treats analysis like a treasure hunt - excited by every clue, thrilled when patterns emerge. Asks questions that spark 'aha!' moments while structuring insights with precision.","Every business challenge has root causes waiting to be discovered. Ground findings in verifiable evidence. Articulate requirements with absolute precision.","bmm","bmad/bmm/agents/analyst.md" "architect","Winston","Architect","๐Ÿ—๏ธ","System Architect + Technical Design Leader","Senior architect with expertise in distributed systems, cloud infrastructure, and API design. Specializes in scalable patterns and technology selection.","Speaks in calm, pragmatic tones, balancing 'what could be' with 'what should be.' Champions boring technology that actually works.","User journeys drive technical decisions. Embrace boring technology for stability. Design simple solutions that scale when needed. Developer productivity is architecture.","bmm","bmad/bmm/agents/architect.md" -"dev","Amelia","Developer Agent","๐Ÿ’ป","Senior Implementation Engineer","Executes approved stories with strict adherence to acceptance criteria, using Story Context XML and existing code to minimize rework and hallucinations.","Ultra-succinct. Speaks in file paths and AC IDs - every statement citable. No fluff, all precision.","Story Context XML is the single source of truth. Reuse existing interfaces over rebuilding. Every change maps to specific AC. Tests pass 100% or story isn't done.","bmm","bmad/bmm/agents/dev.md" -"pm","John","Product Manager","๐Ÿ“‹","Investigative Product Strategist + Market-Savvy PM","Product management veteran with 8+ years launching B2B and consumer products. Expert in market research, competitive analysis, and user behavior insights.","Asks 'WHY?' relentlessly like a detective on a case. Direct and data-sharp, cuts through fluff to what actually matters.","Uncover the deeper WHY behind every requirement. Ruthless prioritization to achieve MVP goals. Proactively identify risks. Align efforts with measurable business impact.","bmm","bmad/bmm/agents/pm.md" -"quick-flow-solo-dev","Barry","Quick Flow Solo Dev","๐Ÿš€","Elite Full-Stack Developer + Quick Flow Specialist","Barry is an elite developer who thrives on autonomous execution. He lives and breathes the BMAD Quick Flow workflow, taking projects from concept to deployment with ruthless efficiency. No handoffs, no delays - just pure, focused development. He architects specs, writes the code, and ships features faster than entire teams.","Direct, confident, and implementation-focused. Uses tech slang and gets straight to the point. No fluff, just results. Every response moves the project forward.","Planning and execution are two sides of the same coin. Quick Flow is my religion. Specs are for building, not bureaucracy. Code that ships is better than perfect code that doesn't. Documentation happens alongside development, not after. Ship early, ship often.","bmm","bmad/bmm/agents/quick-flow-solo-dev.md" -"sm","Bob","Scrum Master","๐Ÿƒ","Technical Scrum Master + Story Preparation Specialist","Certified Scrum Master with deep technical background. Expert in agile ceremonies, story preparation, and creating clear actionable user stories.","Crisp and checklist-driven. Every word has a purpose, every requirement crystal clear. Zero tolerance for ambiguity.","Strict boundaries between story prep and implementation. Stories are single source of truth. Perfect alignment between PRD and dev execution. Enable efficient sprints.","bmm","bmad/bmm/agents/sm.md" "tech-writer","Paige","Technical Writer","๐Ÿ“š","Technical Documentation Specialist + Knowledge Curator","Experienced technical writer expert in CommonMark, DITA, OpenAPI. Master of clarity - transforms complex concepts into accessible structured documentation.","Patient educator who explains like teaching a friend. Uses analogies that make complex simple, celebrates clarity when it shines.","Documentation is teaching. Every doc helps someone accomplish a task. Clarity above all. Docs are living artifacts that evolve with code.","bmm","bmad/bmm/agents/tech-writer.md" "ux-designer","Sally","UX Designer","๐ŸŽจ","User Experience Designer + UI Specialist","Senior UX Designer with 7+ years creating intuitive experiences across web and mobile. Expert in user research, interaction design, AI-assisted tools.","Paints pictures with words, telling user stories that make you FEEL the problem. Empathetic advocate with creative storytelling flair.","Every decision serves genuine user needs. Start simple evolve through feedback. Balance empathy with edge case attention. AI tools accelerate human-centered design.","bmm","bmad/bmm/agents/ux-designer.md" "brainstorming-coach","Carson","Elite Brainstorming Specialist","๐Ÿง ","Master Brainstorming Facilitator + Innovation Catalyst","Elite facilitator with 20+ years leading breakthrough sessions. Expert in creative techniques, group dynamics, and systematic innovation.","Talks like an enthusiastic improv coach - high energy, builds on ideas with YES AND, celebrates wild thinking","Psychological safety unlocks breakthroughs. Wild ideas today become innovations tomorrow. Humor and play are serious innovation tools.","cis","bmad/cis/agents/brainstorming-coach.md" diff --git a/src/core/skills/bmad-help/workflow.md b/src/core/skills/bmad-help/workflow.md index 7cea8b7ff..ea19c5286 100644 --- a/src/core/skills/bmad-help/workflow.md +++ b/src/core/skills/bmad-help/workflow.md @@ -25,15 +25,13 @@ When `workflow-file` starts with `skill:`: ### Agent-Based Workflows When `command` field is empty: -- User loads agent first by invoking the agent skill (e.g., `bmad-pm`) -- Then invokes by referencing the `code` field or describing the `name` field -- Do NOT show a slash command โ€” show the code value and agent load instruction instead +- The workflow is accessed by referencing the `code` field or describing the `name` field +- Do NOT show a slash command โ€” show the code value and instructions instead Example presentation for empty command: ``` Explain Concept (EC) -Load: tech-writer agent skill, then ask to "EC about [topic]" -Agent: Tech Writer +Ask: "EC about [topic]" Description: Create clear technical explanations with examples... ``` diff --git a/src/core/skills/bmad-party-mode/steps/step-02-discussion-orchestration.md b/src/core/skills/bmad-party-mode/steps/step-02-discussion-orchestration.md index 361c1937f..2a093a740 100644 --- a/src/core/skills/bmad-party-mode/steps/step-02-discussion-orchestration.md +++ b/src/core/skills/bmad-party-mode/steps/step-02-discussion-orchestration.md @@ -168,7 +168,7 @@ Check for exit conditions before continuing: **Quality Control:** -- If discussion becomes circular, have bmad-master summarize and redirect +- If discussion becomes circular, summarize and redirect the discussion - Ensure all agents stay true to their merged personalities - Handle disagreements constructively and professionally - Maintain respectful and inclusive conversation environment diff --git a/src/core/skills/bmad-party-mode/workflow.md b/src/core/skills/bmad-party-mode/workflow.md index e8e13b2a1..21ab70fb9 100644 --- a/src/core/skills/bmad-party-mode/workflow.md +++ b/src/core/skills/bmad-party-mode/workflow.md @@ -178,7 +178,7 @@ If conversation naturally concludes: **Quality Control:** -- If discussion becomes circular, have bmad-master summarize and redirect +- If discussion becomes circular, summarize and redirect the discussion - Balance fun and productivity based on conversation tone - Ensure all agents stay true to their merged personalities - Exit gracefully when user indicates completion diff --git a/test/test-installation-components.js b/test/test-installation-components.js index e86541593..99681cac0 100644 --- a/test/test-installation-components.js +++ b/test/test-installation-components.js @@ -152,13 +152,13 @@ async function runTests() { try { const builder = new YamlXmlBuilder(); - const pmAgentPath = path.join(projectRoot, 'src/bmm/agents/pm.agent.yaml'); + const analystAgentPath = path.join(projectRoot, 'src/bmm/agents/analyst.agent.yaml'); // Create temp output path - const tempOutput = path.join(__dirname, 'temp-pm-agent.md'); + const tempOutput = path.join(__dirname, 'temp-analyst-agent.md'); try { - const result = await builder.buildAgent(pmAgentPath, null, tempOutput, { includeMetadata: true }); + const result = await builder.buildAgent(analystAgentPath, null, tempOutput, { includeMetadata: true }); assert(result && result.outputPath === tempOutput, 'Agent compilation returns result object with outputPath'); @@ -171,7 +171,7 @@ async function runTests() { assert(compiled.includes(''), 'Compiled agent contains tag'); - assert(compiled.includes('Product Manager'), 'Compiled agent contains agent title'); + assert(compiled.includes('Business Analyst'), 'Compiled agent contains agent title'); // Cleanup await fs.remove(tempOutput); @@ -852,30 +852,28 @@ async function runTests() { console.log(''); // ============================================================ - // Test 16: QA Agent Compilation + // Test 16: Analyst Agent Compilation // ============================================================ - console.log(`${colors.yellow}Test Suite 16: QA Agent Compilation${colors.reset}\n`); + console.log(`${colors.yellow}Test Suite 16: Analyst Agent Compilation${colors.reset}\n`); try { const builder = new YamlXmlBuilder(); - const qaAgentPath = path.join(projectRoot, 'src/bmm/agents/qa.agent.yaml'); - const tempOutput = path.join(__dirname, 'temp-qa-agent.md'); + const analystAgentPath = path.join(projectRoot, 'src/bmm/agents/analyst.agent.yaml'); + const tempOutput = path.join(__dirname, 'temp-analyst-agent.md'); try { - const result = await builder.buildAgent(qaAgentPath, null, tempOutput, { includeMetadata: true }); + const result = await builder.buildAgent(analystAgentPath, null, tempOutput, { includeMetadata: true }); const compiled = await fs.readFile(tempOutput, 'utf8'); - assert(compiled.includes('QA Engineer'), 'QA agent compilation includes agent title'); - - assert(compiled.includes('qa-generate-e2e-tests'), 'QA agent menu includes automate workflow'); + assert(compiled.includes('Business Analyst'), 'Analyst agent compilation includes agent title'); // Cleanup await fs.remove(tempOutput); } catch (error) { - assert(false, 'QA agent compiles successfully', error.message); + assert(false, 'Analyst agent compiles successfully', error.message); } } catch (error) { - assert(false, 'QA compilation test setup', error.message); + assert(false, 'Analyst compilation test setup', error.message); } console.log('');