mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
date removed from status file, status file renamed
This commit is contained in:
@@ -24,12 +24,12 @@ This workflow generates comprehensive, scale-adaptive solution architecture docu
|
||||
|
||||
Run this workflow **AFTER** completing:
|
||||
|
||||
| Prerequisite | Required For | Location |
|
||||
| -------------------------- | ----------------------------- | ---------------------------------- |
|
||||
| **plan-project workflow** | All projects | `/docs/project-workflow-status.md` |
|
||||
| **PRD with epics/stories** | Level 1+ projects | `/docs/PRD.md` |
|
||||
| **GDD (for games)** | Game projects | `/docs/GDD.md` or `/docs/PRD.md` |
|
||||
| **UX Specification** | UI projects (web/mobile/game) | `/docs/ux-specification.md` |
|
||||
| Prerequisite | Required For | Location |
|
||||
| -------------------------- | ----------------------------- | -------------------------------- |
|
||||
| **plan-project workflow** | All projects | `/docs/bmm-workflow-status.md` |
|
||||
| **PRD with epics/stories** | Level 1+ projects | `/docs/PRD.md` |
|
||||
| **GDD (for games)** | Game projects | `/docs/GDD.md` or `/docs/PRD.md` |
|
||||
| **UX Specification** | UI projects (web/mobile/game) | `/docs/ux-specification.md` |
|
||||
|
||||
---
|
||||
|
||||
@@ -41,7 +41,7 @@ workflow solution-architecture
|
||||
|
||||
**The workflow will:**
|
||||
|
||||
1. Load `project-workflow-status.md` (from plan-project)
|
||||
1. Load `bmm-workflow-status.md` (from plan-project)
|
||||
2. Check prerequisites (PRD/GDD, UX spec if needed)
|
||||
3. Read requirements (PRD for apps, GDD for games)
|
||||
4. Ask architecture pattern questions
|
||||
@@ -110,7 +110,7 @@ Each row maps to:
|
||||
|
||||
### Step 0: Prerequisites and Scale Check
|
||||
|
||||
Load `project-workflow-status.md`:
|
||||
Load `bmm-workflow-status.md`:
|
||||
|
||||
- Extract: `project_level` (0-4), `project_type` (web/game/mobile/etc.), `field_type` (greenfield/brownfield)
|
||||
- Validate: PRD exists, UX spec exists (if UI project)
|
||||
|
||||
@@ -86,7 +86,7 @@ Use this checklist during workflow execution and review.
|
||||
|
||||
- [ ] Tech-spec generated for each epic
|
||||
- [ ] Saved as tech-spec-epic-{{N}}.md
|
||||
- [ ] project-workflow-status.md updated
|
||||
- [ ] bmm-workflow-status.md updated
|
||||
|
||||
### Step 10: Polyrepo Strategy (Optional)
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ This workflow generates scale-adaptive solution architecture documentation that
|
||||
|
||||
<step n="0" goal="Load project analysis, validate prerequisites, and scale assessment">
|
||||
<action>
|
||||
1. Search {output_folder}/ for files matching pattern: project-workflow-status*.md
|
||||
Find the most recent file (by date in filename: project-workflow-status-YYYY-MM-DD.md)
|
||||
1. Search {output_folder}/ for files matching pattern: bmm-workflow-status.md
|
||||
Find the most recent file (by date in filename: bmm-workflow-status.md)
|
||||
|
||||
2. Check if status file exists:
|
||||
<check if="exists">
|
||||
@@ -624,7 +624,7 @@ For each epic in PRD:
|
||||
<template-output>tech_specs</template-output>
|
||||
|
||||
<action>
|
||||
Update project-workflow-status.md workflow status:
|
||||
Update bmm-workflow-status.md workflow status:
|
||||
- [x] Solution architecture generated
|
||||
- [x] Cohesion check passed
|
||||
- [x] Tech specs generated for all epics
|
||||
@@ -697,9 +697,9 @@ For each story in sequence:
|
||||
- story_title: Story title from PRD/epics
|
||||
- story_file: "story-{{epic_num}}.{{story_num}}.md"
|
||||
|
||||
4. Update project-workflow-status.md with backlog population:
|
||||
4. Update bmm-workflow-status.md with backlog population:
|
||||
|
||||
Open {output_folder}/project-workflow-status.md
|
||||
Open {output_folder}/bmm-workflow-status.md
|
||||
|
||||
In "### Implementation Progress (Phase 4 Only)" section:
|
||||
|
||||
@@ -761,7 +761,7 @@ Add entries for all generated tech specs
|
||||
8. Add to Decision Log:
|
||||
- **{{date}}**: Phase 3 (Solutioning) complete. Architecture and tech specs generated. Populated story backlog with {{total_story_count}} stories. Ready for Phase 4 (Implementation). Next: SM drafts story 1.1.
|
||||
|
||||
9. Save project-workflow-status.md
|
||||
9. Save bmm-workflow-status.md
|
||||
</action>
|
||||
|
||||
<ask>
|
||||
@@ -792,7 +792,7 @@ Would you like to proceed with story drafting now? (y/n)
|
||||
|
||||
<step n="12" goal="Update status file on completion">
|
||||
<action>
|
||||
Search {output_folder}/ for files matching pattern: project-workflow-status*.md
|
||||
Search {output_folder}/ for files matching pattern: bmm-workflow-status.md
|
||||
Find the most recent file (by date in filename)
|
||||
</action>
|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
|
||||
<workflow>
|
||||
<step n="1" goal="Check and load workflow status file">
|
||||
<action>Search {output_folder}/ for files matching pattern: project-workflow-status*.md</action>
|
||||
<action>Find the most recent file (by date in filename: project-workflow-status-YYYY-MM-DD.md)</action>
|
||||
<action>Search {output_folder}/ for files matching pattern: bmm-workflow-status.md</action>
|
||||
<action>Find the most recent file (by date in filename: bmm-workflow-status.md)</action>
|
||||
|
||||
<check if="exists">
|
||||
<action>Load the status file</action>
|
||||
@@ -125,7 +125,7 @@ What would you like to do?</ask>
|
||||
</step>
|
||||
|
||||
<step n="10" goal="Update status file on completion">
|
||||
<action>Search {output_folder}/ for files matching pattern: project-workflow-status*.md</action>
|
||||
<action>Search {output_folder}/ for files matching pattern: bmm-workflow-status.md</action>
|
||||
<action>Find the most recent file (by date in filename)</action>
|
||||
|
||||
<check if="status file exists">
|
||||
|
||||
@@ -16,8 +16,8 @@ inputs:
|
||||
default: "{output_folder}/PRD.md"
|
||||
required: true
|
||||
- name: project_workflow_analysis_path
|
||||
description: "Path to project-workflow-status.md from plan-project workflow"
|
||||
default: "{output_folder}/project-workflow-status.md"
|
||||
description: "Path to bmm-workflow-status.md from plan-project workflow"
|
||||
default: "{output_folder}/bmm-workflow-status.md"
|
||||
required: true
|
||||
- name: project_level
|
||||
description: "Project level (0-4) from analysis file"
|
||||
|
||||
Reference in New Issue
Block a user