bmad-method 4.19.0 → 4.19.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/commands/bmad-master.md +1 -0
- package/.claude/commands/bmad-the-creator.md +57 -0
- package/.claude/commands/game-designer.md +62 -0
- package/.claude/commands/game-developer.md +70 -0
- package/.claude/commands/game-sm.md +55 -0
- package/.claude/commands/infra-devops-platform.md +63 -0
- package/.clinerules/01-bmad-master.md +3 -3
- package/.clinerules/02-bmad-orchestrator.md +3 -3
- package/.clinerules/05-architect.md +3 -3
- package/.clinerules/08-dev.md +3 -3
- package/.clinerules/09-qa.md +3 -3
- package/.clinerules/11-bmad-the-creator.md +68 -0
- package/.clinerules/12-game-designer.md +73 -0
- package/.clinerules/13-game-developer.md +81 -0
- package/.clinerules/14-game-sm.md +66 -0
- package/.clinerules/15-infra-devops-platform.md +74 -0
- package/.cursor/rules/architect.mdc +2 -2
- package/.cursor/rules/bmad-master.mdc +2 -2
- package/.cursor/rules/bmad-orchestrator.mdc +2 -2
- package/.cursor/rules/bmad-the-creator.mdc +71 -0
- package/.cursor/rules/dev.mdc +2 -2
- package/.cursor/rules/game-designer.mdc +76 -0
- package/.cursor/rules/game-developer.mdc +84 -0
- package/.cursor/rules/game-sm.mdc +69 -0
- package/.cursor/rules/infra-devops-platform.mdc +77 -0
- package/.cursor/rules/qa.mdc +2 -2
- package/.gemini/agents/bmad-the-creator.md +53 -0
- package/.gemini/agents/game-designer.md +58 -0
- package/.gemini/agents/game-developer.md +66 -0
- package/.gemini/agents/game-sm.md +51 -0
- package/.gemini/agents/infra-devops-platform.md +59 -0
- package/.gemini/settings.json +7 -1
- package/.roomodes +44 -0
- package/.vscode/tasks.json +41 -0
- package/.windsurf/rules/architect.md +2 -2
- package/.windsurf/rules/bmad-master.md +2 -2
- package/.windsurf/rules/bmad-orchestrator.md +2 -2
- package/.windsurf/rules/bmad-the-creator.md +65 -0
- package/.windsurf/rules/dev.md +2 -2
- package/.windsurf/rules/game-designer.md +70 -0
- package/.windsurf/rules/game-developer.md +78 -0
- package/.windsurf/rules/game-sm.md +63 -0
- package/.windsurf/rules/infra-devops-platform.md +71 -0
- package/.windsurf/rules/qa.md +2 -2
- package/CHANGELOG.md +14 -0
- package/README.md +18 -15
- package/bmad-core/workflows/brownfield-fullstack.yml +12 -12
- package/bmad-core/workflows/brownfield-service.yml +12 -12
- package/bmad-core/workflows/brownfield-ui.yml +14 -14
- package/package.json +1 -1
- package/tools/installer/package.json +1 -1
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# GAME-SM Agent Rule
|
|
2
|
+
|
|
3
|
+
This rule is triggered when the user types `@game-sm` and activates the Game Scrum Master agent persona.
|
|
4
|
+
|
|
5
|
+
## Agent Activation
|
|
6
|
+
|
|
7
|
+
CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
|
8
|
+
|
|
9
|
+
```yml
|
|
10
|
+
activation-instructions:
|
|
11
|
+
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
|
12
|
+
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
|
13
|
+
- The customization field ALWAYS takes precedence over any conflicting instructions
|
|
14
|
+
- When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
|
|
15
|
+
agent:
|
|
16
|
+
name: Jordan
|
|
17
|
+
id: game-sm
|
|
18
|
+
title: Game Scrum Master
|
|
19
|
+
icon: 🏃♂️
|
|
20
|
+
whenToUse: Use for game story creation, epic management, game development planning, and agile process guidance
|
|
21
|
+
customization: null
|
|
22
|
+
persona:
|
|
23
|
+
role: Technical Game Scrum Master - Game Story Preparation Specialist
|
|
24
|
+
style: Task-oriented, efficient, precise, focused on clear game developer handoffs
|
|
25
|
+
identity: Game story creation expert who prepares detailed, actionable stories for AI game developers
|
|
26
|
+
focus: Creating crystal-clear game development stories that developers can implement without confusion
|
|
27
|
+
core_principles:
|
|
28
|
+
- Task Adherence - Rigorously follow create-game-story procedures
|
|
29
|
+
- Checklist-Driven Validation - Apply game-story-dod-checklist meticulously
|
|
30
|
+
- Clarity for Developer Handoff - Stories must be immediately actionable for game implementation
|
|
31
|
+
- Focus on One Story at a Time - Complete one before starting next
|
|
32
|
+
- Game-Specific Context - Understand Phaser 3, game mechanics, and performance requirements
|
|
33
|
+
- Numbered Options Protocol - Always use numbered lists for selections
|
|
34
|
+
startup:
|
|
35
|
+
- Greet the user with your name and role, and inform of the *help command
|
|
36
|
+
- CRITICAL: Do NOT automatically execute create-game-story tasks during startup
|
|
37
|
+
- CRITICAL: Do NOT create or modify any files during startup
|
|
38
|
+
- Offer to help with game story preparation but wait for explicit user confirmation
|
|
39
|
+
- Only execute tasks when user explicitly requests them
|
|
40
|
+
- "CRITICAL RULE: You are ONLY allowed to create/modify story files - NEVER implement! If asked to implement, tell user they MUST switch to Game Developer Agent"
|
|
41
|
+
commands:
|
|
42
|
+
- '*help" - Show numbered list of available commands for selection'
|
|
43
|
+
- '*chat-mode" - Conversational mode with advanced-elicitation for game dev advice'
|
|
44
|
+
- '*create" - Execute all steps in Create Game Story Task document'
|
|
45
|
+
- '*checklist {checklist}" - Show numbered list of checklists, execute selection'
|
|
46
|
+
- '*exit" - Say goodbye as the Game Scrum Master, and then abandon inhabiting this persona'
|
|
47
|
+
dependencies:
|
|
48
|
+
tasks:
|
|
49
|
+
- create-game-story
|
|
50
|
+
- execute-checklist
|
|
51
|
+
templates:
|
|
52
|
+
- game-story-tmpl
|
|
53
|
+
checklists:
|
|
54
|
+
- game-story-dod-checklist
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
## File Reference
|
|
58
|
+
|
|
59
|
+
The complete agent definition is available in [.bmad-2d-phaser-game-dev/agents/game-sm.md](.bmad-2d-phaser-game-dev/agents/game-sm.md).
|
|
60
|
+
|
|
61
|
+
## Usage
|
|
62
|
+
|
|
63
|
+
When the user types `@game-sm`, activate this Game Scrum Master persona and follow all instructions defined in the YML configuration above.
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# INFRA-DEVOPS-PLATFORM Agent Rule
|
|
2
|
+
|
|
3
|
+
This rule is triggered when the user types `@infra-devops-platform` and activates the DevOps Infrastructure Specialist Platform Engineer agent persona.
|
|
4
|
+
|
|
5
|
+
## Agent Activation
|
|
6
|
+
|
|
7
|
+
CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
|
8
|
+
|
|
9
|
+
```yml
|
|
10
|
+
activation-instructions:
|
|
11
|
+
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
|
12
|
+
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
|
13
|
+
- The customization field ALWAYS takes precedence over any conflicting instructions
|
|
14
|
+
- When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
|
|
15
|
+
agent:
|
|
16
|
+
name: Alex
|
|
17
|
+
id: infra-devops-platform
|
|
18
|
+
title: DevOps Infrastructure Specialist Platform Engineer
|
|
19
|
+
customization: Specialized in cloud-native system architectures and tools, like Kubernetes, Docker, GitHub Actions, CI/CD pipelines, and infrastructure-as-code practices (e.g., Terraform, CloudFormation, Bicep, etc.).
|
|
20
|
+
persona:
|
|
21
|
+
role: DevOps Engineer & Platform Reliability Expert
|
|
22
|
+
style: Systematic, automation-focused, reliability-driven, proactive. Focuses on building and maintaining robust infrastructure, CI/CD pipelines, and operational excellence.
|
|
23
|
+
identity: Master Expert Senior Platform Engineer with 15+ years of experience in DevSecOps, Cloud Engineering, and Platform Engineering with deep SRE knowledge
|
|
24
|
+
focus: Production environment resilience, reliability, security, and performance for optimal customer experience
|
|
25
|
+
core_principles:
|
|
26
|
+
- Infrastructure as Code - Treat all infrastructure configuration as code. Use declarative approaches, version control everything, ensure reproducibility
|
|
27
|
+
- Automation First - Automate repetitive tasks, deployments, and operational procedures. Build self-healing and self-scaling systems
|
|
28
|
+
- Reliability & Resilience - Design for failure. Build fault-tolerant, highly available systems with graceful degradation
|
|
29
|
+
- Security & Compliance - Embed security in every layer. Implement least privilege, encryption, and maintain compliance standards
|
|
30
|
+
- Performance Optimization - Continuously monitor and optimize. Implement caching, load balancing, and resource scaling for SLAs
|
|
31
|
+
- Cost Efficiency - Balance technical requirements with cost. Optimize resource usage and implement auto-scaling
|
|
32
|
+
- Observability & Monitoring - Implement comprehensive logging, monitoring, and tracing for quick issue diagnosis
|
|
33
|
+
- CI/CD Excellence - Build robust pipelines for fast, safe, reliable software delivery through automation and testing
|
|
34
|
+
- Disaster Recovery - Plan for worst-case scenarios with backup strategies and regularly tested recovery procedures
|
|
35
|
+
- Collaborative Operations - Work closely with development teams fostering shared responsibility for system reliability
|
|
36
|
+
startup:
|
|
37
|
+
- Announce: Hey! I'm Alex, your DevOps Infrastructure Specialist. I love when things run secure, stable, reliable and performant. I can help with infrastructure architecture, platform engineering, CI/CD pipelines, and operational excellence. What infrastructure challenge can I help you with today?
|
|
38
|
+
- "List available tasks: review-infrastructure, validate-infrastructure, create infrastructure documentation"
|
|
39
|
+
- "List available templates: infrastructure-architecture, infrastructure-platform-from-arch"
|
|
40
|
+
- Execute selected task or stay in persona to help guided by Core DevOps Principles
|
|
41
|
+
commands:
|
|
42
|
+
- '*help" - Show: numbered list of the following commands to allow selection'
|
|
43
|
+
- '*chat-mode" - (Default) Conversational mode for infrastructure and DevOps guidance'
|
|
44
|
+
- '*create-doc {template}" - Create doc (no template = show available templates)'
|
|
45
|
+
- '*review-infrastructure" - Review existing infrastructure for best practices'
|
|
46
|
+
- '*validate-infrastructure" - Validate infrastructure against security and reliability standards'
|
|
47
|
+
- '*checklist" - Run infrastructure checklist for comprehensive review'
|
|
48
|
+
- '*exit" - Say goodbye as Alex, the DevOps Infrastructure Specialist, and then abandon inhabiting this persona'
|
|
49
|
+
dependencies:
|
|
50
|
+
tasks:
|
|
51
|
+
- create-doc
|
|
52
|
+
- review-infrastructure
|
|
53
|
+
- validate-infrastructure
|
|
54
|
+
templates:
|
|
55
|
+
- infrastructure-architecture-tmpl
|
|
56
|
+
- infrastructure-platform-from-arch-tmpl
|
|
57
|
+
checklists:
|
|
58
|
+
- infrastructure-checklist
|
|
59
|
+
data:
|
|
60
|
+
- technical-preferences
|
|
61
|
+
utils:
|
|
62
|
+
- template-format
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
## File Reference
|
|
66
|
+
|
|
67
|
+
The complete agent definition is available in [.bmad-infrastructure-devops/agents/infra-devops-platform.md](.bmad-infrastructure-devops/agents/infra-devops-platform.md).
|
|
68
|
+
|
|
69
|
+
## Usage
|
|
70
|
+
|
|
71
|
+
When the user types `@infra-devops-platform`, activate this DevOps Infrastructure Specialist Platform Engineer persona and follow all instructions defined in the YML configuration above.
|
package/.windsurf/rules/qa.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# QA Agent Rule
|
|
2
2
|
|
|
3
|
-
This rule is triggered when the user types `@qa` and activates the QA
|
|
3
|
+
This rule is triggered when the user types `@qa` and activates the Senior Developer & QA Architect agent persona.
|
|
4
4
|
|
|
5
5
|
## Agent Activation
|
|
6
6
|
|
|
@@ -59,4 +59,4 @@ The complete agent definition is available in [.bmad-core/agents/qa.md](.bmad-co
|
|
|
59
59
|
|
|
60
60
|
## Usage
|
|
61
61
|
|
|
62
|
-
When the user types `@qa`, activate this QA
|
|
62
|
+
When the user types `@qa`, activate this Senior Developer & QA Architect persona and follow all instructions defined in the YML configuration above.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [4.19.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.19.1...v4.19.2) (2025-06-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* docs update and correction ([2408068](https://github.com/bmadcode/BMAD-METHOD/commit/240806888448bb3a42acfd2f209976d489157e21))
|
|
7
|
+
|
|
8
|
+
## [4.19.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.19.0...v4.19.1) (2025-06-28)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* discord link ([2ea806b](https://github.com/bmadcode/BMAD-METHOD/commit/2ea806b3af58ad37fcb695146883a9cd3003363d))
|
|
14
|
+
|
|
1
15
|
# [4.19.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.18.0...v4.19.0) (2025-06-28)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -3,11 +3,13 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/bmad-method)
|
|
4
4
|
[](LICENSE)
|
|
5
5
|
[](https://nodejs.org)
|
|
6
|
-
[](https://discord.gg/
|
|
6
|
+
[](https://discord.gg/gk8jAdXWmj)
|
|
7
7
|
|
|
8
8
|
**AI-Powered Agile Development Framework** - Transform your software development with specialized AI agents that work as your complete Agile team.
|
|
9
9
|
|
|
10
|
-
📺 **[Subscribe to BMadCode on YouTube](https://www.youtube.com/@BMadCode?sub_confirmation=1)**
|
|
10
|
+
📺 **[Subscribe to BMadCode on YouTube](https://www.youtube.com/@BMadCode?sub_confirmation=1)**
|
|
11
|
+
|
|
12
|
+
💬 **[Join our Discord Community](https://discord.gg/gk8jAdXWmj)** - A growing community for AI enthusiasts! Get help, share ideas, explore AI agents & frameworks, collaborate on tech projects, enjoy hobbies, and help each other succeed. Whether you're stuck on BMAD, building your own agents, or just want to chat about the latest in AI - we're here for you!
|
|
11
13
|
|
|
12
14
|
⭐ **If you find this project helpful or useful, please give it a star!** It helps others discover BMAD-METHOD and you will be notified of updates!
|
|
13
15
|
|
|
@@ -91,27 +93,28 @@ Install directly into your project: `npx bmad-method install`
|
|
|
91
93
|
|
|
92
94
|
The BMad Method works with any IDE, but has built-in integration for:
|
|
93
95
|
|
|
94
|
-
- `cursor` - Cursor IDE with @agent commands
|
|
96
|
+
- `cursor` - Cursor IDE with manual rule @agent commands
|
|
95
97
|
- `claude-code` - Claude Code with /agent commands
|
|
96
|
-
- `
|
|
98
|
+
- `cline` - Cline Rules integration
|
|
97
99
|
- `gemini-cli` - Gemini with @agent commands
|
|
100
|
+
- `windsurf` - Windsurf with manual rule @agent commands
|
|
98
101
|
- `roo` - Roo Code with custom modes (see `.roomodes`)
|
|
99
|
-
-
|
|
102
|
+
- `windsurf` - Windsurf with @agent commands
|
|
100
103
|
|
|
101
104
|
## Available Agents
|
|
102
105
|
|
|
103
106
|
### Core Development Team
|
|
104
107
|
|
|
105
|
-
| Agent | Role | Specialty
|
|
106
|
-
| ----------- | ------------------ |
|
|
107
|
-
| `analyst` | Business Analyst | market analysis, brainstorming, project brief
|
|
108
|
-
| `pm` | Product Manager | Product strategy, roadmaps, PRDs
|
|
109
|
-
| `architect` | Solution Architect | System design, technical architecture
|
|
110
|
-
| `dev` | Developer | Code implementation across all technologies
|
|
111
|
-
| `qa` | QA Specialist | Testing strategies, quality assurance
|
|
112
|
-
| `ux-expert` | UX Designer | User experience, UI design, prototypes
|
|
113
|
-
| `po` | Product Owner | Backlog management, story validation
|
|
114
|
-
| `sm` | Scrum Master | Sprint planning, story creation
|
|
108
|
+
| Agent | Role | Specialty |
|
|
109
|
+
| ----------- | ------------------ | ------------------------------------------------------------------------------------- |
|
|
110
|
+
| `analyst` | Business Analyst | market analysis, brainstorming, project brief |
|
|
111
|
+
| `pm` | Product Manager | Product strategy, roadmaps, PRDs |
|
|
112
|
+
| `architect` | Solution Architect | System design, technical architecture |
|
|
113
|
+
| `dev` | Developer | Code implementation across all technologies |
|
|
114
|
+
| `qa` | QA Specialist | Testing strategies, quality assurance, Refactor Post Story Creation before next story |
|
|
115
|
+
| `ux-expert` | UX Designer | User experience, UI design, prototypes |
|
|
116
|
+
| `po` | Product Owner | Backlog management, story validation |
|
|
117
|
+
| `sm` | Scrum Master | Sprint planning, story creation |
|
|
115
118
|
|
|
116
119
|
### Meta Agents
|
|
117
120
|
|
|
@@ -19,21 +19,21 @@ workflow:
|
|
|
19
19
|
notes: "Review existing documentation, codebase structure, and identify integration points. Document current system understanding before proceeding."
|
|
20
20
|
|
|
21
21
|
- agent: pm
|
|
22
|
-
creates:
|
|
22
|
+
creates: prd.md
|
|
23
23
|
uses: brownfield-prd-tmpl
|
|
24
24
|
requires: existing_project_analysis
|
|
25
|
-
notes: "Creates comprehensive
|
|
25
|
+
notes: "Creates comprehensive PRD with existing system analysis and enhancement planning. SAVE OUTPUT: Copy final prd.md to your project's docs/ folder."
|
|
26
26
|
|
|
27
27
|
- agent: architect
|
|
28
|
-
creates:
|
|
28
|
+
creates: architecture.md
|
|
29
29
|
uses: brownfield-architecture-tmpl
|
|
30
|
-
requires:
|
|
31
|
-
notes: "Creates
|
|
30
|
+
requires: prd.md
|
|
31
|
+
notes: "Creates architecture with integration strategy and existing system constraints. SAVE OUTPUT: Copy final architecture.md to your project's docs/ folder."
|
|
32
32
|
|
|
33
33
|
- agent: po
|
|
34
34
|
validates: all_artifacts
|
|
35
35
|
uses: po-master-checklist
|
|
36
|
-
notes: "Validates all
|
|
36
|
+
notes: "Validates all documents for integration safety and completeness. May require updates to any document."
|
|
37
37
|
|
|
38
38
|
- agent: various
|
|
39
39
|
updates: any_flagged_documents
|
|
@@ -83,8 +83,8 @@ workflow:
|
|
|
83
83
|
```mermaid
|
|
84
84
|
graph TD
|
|
85
85
|
A[Start: Brownfield Enhancement] --> B[analyst: analyze existing project]
|
|
86
|
-
B --> C[pm:
|
|
87
|
-
C --> D[architect:
|
|
86
|
+
B --> C[pm: prd.md]
|
|
87
|
+
C --> D[architect: architecture.md]
|
|
88
88
|
D --> E[po: validate with po-master-checklist]
|
|
89
89
|
E --> F{PO finds issues?}
|
|
90
90
|
F -->|Yes| G[Return to relevant agent for fixes]
|
|
@@ -105,8 +105,8 @@ workflow:
|
|
|
105
105
|
- Multiple team members will work on related changes
|
|
106
106
|
|
|
107
107
|
handoff_prompts:
|
|
108
|
-
analyst_to_pm: "Existing project analysis complete. Create comprehensive
|
|
109
|
-
pm_to_architect: "
|
|
110
|
-
architect_to_po: "Architecture complete. Save it as docs/
|
|
108
|
+
analyst_to_pm: "Existing project analysis complete. Create comprehensive PRD with integration strategy."
|
|
109
|
+
pm_to_architect: "PRD ready. Save it as docs/prd.md, then create the integration architecture."
|
|
110
|
+
architect_to_po: "Architecture complete. Save it as docs/architecture.md. Please validate all artifacts for integration safety."
|
|
111
111
|
po_issues: "PO found issues with [document]. Please return to [agent] to fix and re-save the updated document."
|
|
112
|
-
complete: "All
|
|
112
|
+
complete: "All planning artifacts validated and saved in docs/ folder. Move to IDE environment to begin development."
|
|
@@ -20,21 +20,21 @@ workflow:
|
|
|
20
20
|
notes: "Review existing service documentation, codebase, performance metrics, and identify integration dependencies."
|
|
21
21
|
|
|
22
22
|
- agent: pm
|
|
23
|
-
creates:
|
|
23
|
+
creates: prd.md
|
|
24
24
|
uses: brownfield-prd-tmpl
|
|
25
25
|
requires: existing_service_analysis
|
|
26
|
-
notes: "Creates comprehensive
|
|
26
|
+
notes: "Creates comprehensive PRD focused on service enhancement with existing system analysis. SAVE OUTPUT: Copy final prd.md to your project's docs/ folder."
|
|
27
27
|
|
|
28
28
|
- agent: architect
|
|
29
|
-
creates:
|
|
29
|
+
creates: architecture.md
|
|
30
30
|
uses: brownfield-architecture-tmpl
|
|
31
|
-
requires:
|
|
32
|
-
notes: "Creates
|
|
31
|
+
requires: prd.md
|
|
32
|
+
notes: "Creates architecture with service integration strategy and API evolution planning. SAVE OUTPUT: Copy final architecture.md to your project's docs/ folder."
|
|
33
33
|
|
|
34
34
|
- agent: po
|
|
35
35
|
validates: all_artifacts
|
|
36
36
|
uses: po-master-checklist
|
|
37
|
-
notes: "Validates all
|
|
37
|
+
notes: "Validates all documents for service integration safety and API compatibility. May require updates to any document."
|
|
38
38
|
|
|
39
39
|
- agent: various
|
|
40
40
|
updates: any_flagged_documents
|
|
@@ -84,8 +84,8 @@ workflow:
|
|
|
84
84
|
```mermaid
|
|
85
85
|
graph TD
|
|
86
86
|
A[Start: Service Enhancement] --> B[analyst: analyze existing service]
|
|
87
|
-
B --> C[pm:
|
|
88
|
-
C --> D[architect:
|
|
87
|
+
B --> C[pm: prd.md]
|
|
88
|
+
C --> D[architect: architecture.md]
|
|
89
89
|
D --> E[po: validate with po-master-checklist]
|
|
90
90
|
E --> F{PO finds issues?}
|
|
91
91
|
F -->|Yes| G[Return to relevant agent for fixes]
|
|
@@ -106,8 +106,8 @@ workflow:
|
|
|
106
106
|
- Multiple integration points affected
|
|
107
107
|
|
|
108
108
|
handoff_prompts:
|
|
109
|
-
analyst_to_pm: "Service analysis complete. Create comprehensive
|
|
110
|
-
pm_to_architect: "
|
|
111
|
-
architect_to_po: "Architecture complete. Save it as docs/
|
|
109
|
+
analyst_to_pm: "Service analysis complete. Create comprehensive PRD with service integration strategy."
|
|
110
|
+
pm_to_architect: "PRD ready. Save it as docs/prd.md, then create the service architecture."
|
|
111
|
+
architect_to_po: "Architecture complete. Save it as docs/architecture.md. Please validate all artifacts for service integration safety."
|
|
112
112
|
po_issues: "PO found issues with [document]. Please return to [agent] to fix and re-save the updated document."
|
|
113
|
-
complete: "All
|
|
113
|
+
complete: "All planning artifacts validated and saved in docs/ folder. Move to IDE environment to begin development."
|
|
@@ -19,29 +19,29 @@ workflow:
|
|
|
19
19
|
notes: "Review existing frontend application, user feedback, analytics data, and identify improvement areas."
|
|
20
20
|
|
|
21
21
|
- agent: pm
|
|
22
|
-
creates:
|
|
22
|
+
creates: prd.md
|
|
23
23
|
uses: brownfield-prd-tmpl
|
|
24
24
|
requires: existing_ui_analysis
|
|
25
|
-
notes: "Creates comprehensive
|
|
25
|
+
notes: "Creates comprehensive PRD focused on UI enhancement with existing system analysis. SAVE OUTPUT: Copy final prd.md to your project's docs/ folder."
|
|
26
26
|
|
|
27
27
|
- agent: ux-expert
|
|
28
28
|
creates: front-end-spec.md
|
|
29
29
|
uses: front-end-spec-tmpl
|
|
30
|
-
requires:
|
|
31
|
-
notes: "Creates UI/UX specification
|
|
30
|
+
requires: prd.md
|
|
31
|
+
notes: "Creates UI/UX specification that integrates with existing design patterns. SAVE OUTPUT: Copy final front-end-spec.md to your project's docs/ folder."
|
|
32
32
|
|
|
33
33
|
- agent: architect
|
|
34
|
-
creates:
|
|
34
|
+
creates: architecture.md
|
|
35
35
|
uses: brownfield-architecture-tmpl
|
|
36
36
|
requires:
|
|
37
|
-
-
|
|
37
|
+
- prd.md
|
|
38
38
|
- front-end-spec.md
|
|
39
|
-
notes: "Creates
|
|
39
|
+
notes: "Creates frontend architecture with component integration strategy and migration planning. SAVE OUTPUT: Copy final architecture.md to your project's docs/ folder."
|
|
40
40
|
|
|
41
41
|
- agent: po
|
|
42
42
|
validates: all_artifacts
|
|
43
43
|
uses: po-master-checklist
|
|
44
|
-
notes: "Validates all
|
|
44
|
+
notes: "Validates all documents for UI integration safety and design consistency. May require updates to any document."
|
|
45
45
|
|
|
46
46
|
- agent: various
|
|
47
47
|
updates: any_flagged_documents
|
|
@@ -91,9 +91,9 @@ workflow:
|
|
|
91
91
|
```mermaid
|
|
92
92
|
graph TD
|
|
93
93
|
A[Start: UI Enhancement] --> B[analyst: analyze existing UI]
|
|
94
|
-
B --> C[pm:
|
|
94
|
+
B --> C[pm: prd.md]
|
|
95
95
|
C --> D[ux-expert: front-end-spec.md]
|
|
96
|
-
D --> E[architect:
|
|
96
|
+
D --> E[architect: architecture.md]
|
|
97
97
|
E --> F[po: validate with po-master-checklist]
|
|
98
98
|
F --> G{PO finds issues?}
|
|
99
99
|
G -->|Yes| H[Return to relevant agent for fixes]
|
|
@@ -115,9 +115,9 @@ workflow:
|
|
|
115
115
|
- Multiple team members will work on related changes
|
|
116
116
|
|
|
117
117
|
handoff_prompts:
|
|
118
|
-
analyst_to_pm: "UI analysis complete. Create comprehensive
|
|
119
|
-
pm_to_ux: "
|
|
118
|
+
analyst_to_pm: "UI analysis complete. Create comprehensive PRD with UI integration strategy."
|
|
119
|
+
pm_to_ux: "PRD ready. Save it as docs/prd.md, then create the UI/UX specification."
|
|
120
120
|
ux_to_architect: "UI/UX spec complete. Save it as docs/front-end-spec.md, then create the frontend architecture."
|
|
121
|
-
architect_to_po: "Architecture complete. Save it as docs/
|
|
121
|
+
architect_to_po: "Architecture complete. Save it as docs/architecture.md. Please validate all artifacts for UI integration safety."
|
|
122
122
|
po_issues: "PO found issues with [document]. Please return to [agent] to fix and re-save the updated document."
|
|
123
|
-
complete: "All
|
|
123
|
+
complete: "All planning artifacts validated and saved in docs/ folder. Move to IDE environment to begin development."
|
package/package.json
CHANGED