chore: Update brownfield-service.yml
- Update descriptions, status messages, and artifact names in brownfield-service
This commit is contained in:
parent
3b36833e13
commit
3914d8b3e7
|
|
@ -20,21 +20,21 @@ workflow:
|
||||||
notes: "Review existing service documentation, codebase, performance metrics, and identify integration dependencies."
|
notes: "Review existing service documentation, codebase, performance metrics, and identify integration dependencies."
|
||||||
|
|
||||||
- agent: pm
|
- agent: pm
|
||||||
creates: brownfield-prd.md
|
creates: prd.md
|
||||||
uses: brownfield-prd-tmpl
|
uses: brownfield-prd-tmpl
|
||||||
requires: existing_service_analysis
|
requires: existing_service_analysis
|
||||||
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."
|
notes: "Creates comprehensive PRD focused on service enhancement with existing system analysis. SAVE OUTPUT: Copy final prd.md to your project's docs/ folder."
|
||||||
|
|
||||||
- agent: architect
|
- agent: architect
|
||||||
creates: brownfield-architecture.md
|
creates: architecture.md
|
||||||
uses: brownfield-architecture-tmpl
|
uses: brownfield-architecture-tmpl
|
||||||
requires: brownfield-prd.md
|
requires: prd.md
|
||||||
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."
|
notes: "Creates architecture with service integration strategy and API evolution planning. SAVE OUTPUT: Copy final architecture.md to your project's docs/ folder."
|
||||||
|
|
||||||
- agent: po
|
- agent: po
|
||||||
validates: all_artifacts
|
validates: all_artifacts
|
||||||
uses: po-master-checklist
|
uses: po-master-checklist
|
||||||
notes: "Validates all brownfield documents for service integration safety and API compatibility. May require updates to any document."
|
notes: "Validates all documents for service integration safety and API compatibility. May require updates to any document."
|
||||||
|
|
||||||
- agent: various
|
- agent: various
|
||||||
updates: any_flagged_documents
|
updates: any_flagged_documents
|
||||||
|
|
@ -84,8 +84,8 @@ workflow:
|
||||||
```mermaid
|
```mermaid
|
||||||
graph TD
|
graph TD
|
||||||
A[Start: Service Enhancement] --> B[analyst: analyze existing service]
|
A[Start: Service Enhancement] --> B[analyst: analyze existing service]
|
||||||
B --> C[pm: brownfield-prd.md]
|
B --> C[pm: prd.md]
|
||||||
C --> D[architect: brownfield-architecture.md]
|
C --> D[architect: architecture.md]
|
||||||
D --> E[po: validate with po-master-checklist]
|
D --> E[po: validate with po-master-checklist]
|
||||||
E --> F{PO finds issues?}
|
E --> F{PO finds issues?}
|
||||||
F -->|Yes| G[Return to relevant agent for fixes]
|
F -->|Yes| G[Return to relevant agent for fixes]
|
||||||
|
|
@ -106,8 +106,8 @@ workflow:
|
||||||
- Multiple integration points affected
|
- Multiple integration points affected
|
||||||
|
|
||||||
handoff_prompts:
|
handoff_prompts:
|
||||||
analyst_to_pm: "Service analysis complete. Create comprehensive brownfield PRD with service integration strategy."
|
analyst_to_pm: "Service analysis complete. Create comprehensive PRD with service integration strategy."
|
||||||
pm_to_architect: "Brownfield PRD ready. Save it as docs/brownfield-prd.md, then create the service architecture."
|
pm_to_architect: "PRD ready. Save it as docs/prd.md, then create the service architecture."
|
||||||
architect_to_po: "Architecture complete. Save it as docs/brownfield-architecture.md. Please validate all artifacts for service integration safety."
|
architect_to_po: "Architecture complete. Save it as docs/architecture.md. Please validate all artifacts for service integration safety."
|
||||||
po_issues: "PO found issues with [document]. Please return to [agent] to fix and re-save the updated document."
|
po_issues: "PO found issues with [document]. Please return to [agent] to fix and re-save the updated document."
|
||||||
complete: "All brownfield planning artifacts validated and saved in docs/ folder. Move to IDE environment to begin development."
|
complete: "All planning artifacts validated and saved in docs/ folder. Move to IDE environment to begin development."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue