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
Align Brownfield workflow descriptions and artifact naming (#277)
* chore: Update brownfield-fullstack.yml
- Update descriptions, status messages, and artifact names in brownfield-fullstack
* chore: Update brownfield-service.yml
- Update descriptions, status messages, and artifact names in brownfield-service
* chore: Update brownfield-ui.yml
- Update descriptions, status messages, and artifact names in brownfield-ui workflows
Copy file name to clipboardExpand all lines: bmad-core/workflows/brownfield-fullstack.yml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -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: brownfield-prd.md
22
+
creates: prd.md
23
23
uses: brownfield-prd-tmpl
24
24
requires: existing_project_analysis
25
-
notes: "Creates comprehensive brownfield PRD with existing system analysis and enhancement planning. SAVE OUTPUT: Copy final brownfield-prd.md to your project's docs/ folder."
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: brownfield-architecture.md
28
+
creates: architecture.md
29
29
uses: brownfield-architecture-tmpl
30
-
requires: brownfield-prd.md
31
-
notes: "Creates brownfield architecture with integration strategy and existing system constraints. SAVE OUTPUT: Copy final brownfield-architecture.md to your project's docs/ folder."
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 brownfield documents for integration safety and completeness. May require updates to any document."
36
+
notes: "Validates all documents for integration safety and completeness. May require updates to any document."
Copy file name to clipboardExpand all lines: bmad-core/workflows/brownfield-service.yml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -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: brownfield-prd.md
23
+
creates: prd.md
24
24
uses: brownfield-prd-tmpl
25
25
requires: existing_service_analysis
26
-
notes: "Creates comprehensive brownfield PRD focused on service enhancement with existing system analysis. SAVE OUTPUT: Copy final brownfield-prd.md to your project's docs/ folder."
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: brownfield-architecture.md
29
+
creates: architecture.md
30
30
uses: brownfield-architecture-tmpl
31
-
requires: brownfield-prd.md
32
-
notes: "Creates brownfield architecture with service integration strategy and API evolution planning. SAVE OUTPUT: Copy final brownfield-architecture.md to your project's docs/ folder."
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 brownfield documents for service integration safety and API compatibility. May require updates to any document."
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: brownfield-prd.md]
88
-
C --> D[architect: brownfield-architecture.md]
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 brownfield PRD with service integration strategy."
110
-
pm_to_architect: "Brownfield PRD ready. Save it as docs/brownfield-prd.md, then create the service architecture."
111
-
architect_to_po: "Architecture complete. Save it as docs/brownfield-architecture.md. Please validate all artifacts for service integration safety."
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 brownfield planning artifacts validated and saved in docs/ folder. Move to IDE environment to begin development."
113
+
complete: "All planning artifacts validated and saved in docs/ folder. Move to IDE environment to begin development."
Copy file name to clipboardExpand all lines: bmad-core/workflows/brownfield-ui.yml
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -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: brownfield-prd.md
22
+
creates: prd.md
23
23
uses: brownfield-prd-tmpl
24
24
requires: existing_ui_analysis
25
-
notes: "Creates comprehensive brownfield PRD focused on UI enhancement with existing system analysis. SAVE OUTPUT: Copy final brownfield-prd.md to your project's docs/ folder."
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: brownfield-prd.md
31
-
notes: "Creates UI/UX specification for brownfield enhancement that integrates with existing design patterns. SAVE OUTPUT: Copy final front-end-spec.md to your project's docs/ folder."
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: brownfield-architecture.md
34
+
creates: architecture.md
35
35
uses: brownfield-architecture-tmpl
36
36
requires:
37
-
- brownfield-prd.md
37
+
- prd.md
38
38
- front-end-spec.md
39
-
notes: "Creates brownfield frontend architecture with component integration strategy and migration planning. SAVE OUTPUT: Copy final brownfield-architecture.md to your project's docs/ folder."
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 brownfield documents for UI integration safety and design consistency. May require updates to any document."
44
+
notes: "Validates all documents for UI integration safety and design consistency. May require updates to any document."
0 commit comments