diff --git a/bmad-core/workflows/brownfield-fullstack.yml b/bmad-core/workflows/brownfield-fullstack.yml index 6c16b338..c3166873 100644 --- a/bmad-core/workflows/brownfield-fullstack.yml +++ b/bmad-core/workflows/brownfield-fullstack.yml @@ -19,21 +19,21 @@ workflow: notes: "Review existing documentation, codebase structure, and identify integration points. Document current system understanding before proceeding." - agent: pm - creates: brownfield-prd.md + creates: prd.md uses: brownfield-prd-tmpl requires: existing_project_analysis - 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." + notes: "Creates comprehensive PRD with existing system analysis and enhancement planning. SAVE OUTPUT: Copy final prd.md to your project's docs/ folder." - agent: architect - creates: brownfield-architecture.md + creates: architecture.md uses: brownfield-architecture-tmpl - requires: brownfield-prd.md - notes: "Creates brownfield architecture with integration strategy and existing system constraints. SAVE OUTPUT: Copy final brownfield-architecture.md to your project's docs/ folder." + requires: prd.md + notes: "Creates architecture with integration strategy and existing system constraints. SAVE OUTPUT: Copy final architecture.md to your project's docs/ folder." - agent: po validates: all_artifacts uses: po-master-checklist - notes: "Validates all brownfield documents for integration safety and completeness. May require updates to any document." + notes: "Validates all documents for integration safety and completeness. May require updates to any document." - agent: various updates: any_flagged_documents @@ -83,8 +83,8 @@ workflow: ```mermaid graph TD A[Start: Brownfield Enhancement] --> B[analyst: analyze existing project] - B --> C[pm: brownfield-prd.md] - C --> D[architect: brownfield-architecture.md] + B --> C[pm: prd.md] + C --> D[architect: architecture.md] D --> E[po: validate with po-master-checklist] E --> F{PO finds issues?} F -->|Yes| G[Return to relevant agent for fixes] @@ -105,8 +105,8 @@ workflow: - Multiple team members will work on related changes handoff_prompts: - analyst_to_pm: "Existing project analysis complete. Create comprehensive brownfield PRD with integration strategy." - pm_to_architect: "Brownfield PRD ready. Save it as docs/brownfield-prd.md, then create the integration architecture." - architect_to_po: "Architecture complete. Save it as docs/brownfield-architecture.md. Please validate all artifacts for integration safety." + analyst_to_pm: "Existing project analysis complete. Create comprehensive PRD with integration strategy." + pm_to_architect: "PRD ready. Save it as docs/prd.md, then create the integration architecture." + architect_to_po: "Architecture complete. Save it as docs/architecture.md. Please validate all artifacts for integration safety." 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."