diff --git a/docs/_STYLE_GUIDE.md b/docs/_STYLE_GUIDE.md
index 801314cd0..f9b38ed86 100644
--- a/docs/_STYLE_GUIDE.md
+++ b/docs/_STYLE_GUIDE.md
@@ -78,7 +78,6 @@ your-project/
├── _bmad/ # BMad configuration
├── _bmad-output/
│ ├── PRD.md # Your requirements document
-│ └── bmm-workflow-status.yaml # Progress tracking
└── ...
```
````
@@ -142,12 +141,12 @@ your-project/
### Types
-| Type | Example |
-| ----------------- | ---------------------------- |
-| **Index/Landing** | `core-concepts/index.md` |
-| **Concept** | `what-are-agents.md` |
-| **Feature** | `quick-flow.md` |
-| **Philosophy** | `why-solutioning-matters.md` |
+| Type | Example |
+| ----------------- | ----------------------------- |
+| **Index/Landing** | `core-concepts/index.md` |
+| **Concept** | `what-are-agents.md` |
+| **Feature** | `quick-flow.md` |
+| **Philosophy** | `why-solutioning-matters.md` |
| **FAQ** | `established-projects-faq.md` |
### General Template
diff --git a/src/bmm/workflows/document-project/instructions.md b/src/bmm/workflows/document-project/instructions.md
index 059134259..0354be610 100644
--- a/src/bmm/workflows/document-project/instructions.md
+++ b/src/bmm/workflows/document-project/instructions.md
@@ -8,55 +8,7 @@
This router determines workflow mode and delegates to specialized sub-workflows
-
-
-
- mode: data
- data_request: project_config
-
-
-
-
-
- Set standalone_mode = true
- Set status_file_found = false
-
-
-
- Store {{status_file_path}} for later updates
- Set status_file_found = true
-
-
-
-
- Continue anyway to document planning artifacts? (y/n)
-
- Exit workflow
-
-
-
-
-
- mode: validate
- calling_workflow: document-project
-
-
-
-
-
- Continue with documentation? (y/n)
-
-
- Exit workflow
-
-
-
-
-
-
-
-SMART LOADING STRATEGY: Check state file FIRST before loading any CSV files
-
+
Check for existing state file at: {project_knowledge}/project-scan-report.json
@@ -66,21 +18,21 @@
I found an in-progress workflow state from {{last_updated}}.
-**Current Progress:**
+ **Current Progress:**
-- Mode: {{mode}}
-- Scan Level: {{scan_level}}
-- Completed Steps: {{completed_steps_count}}/{{total_steps}}
-- Last Step: {{current_step}}
-- Project Type(s): {{cached_project_types}}
+ - Mode: {{mode}}
+ - Scan Level: {{scan_level}}
+ - Completed Steps: {{completed_steps_count}}/{{total_steps}}
+ - Last Step: {{current_step}}
+ - Project Type(s): {{cached_project_types}}
-Would you like to:
+ Would you like to:
-1. **Resume from where we left off** - Continue from step {{current_step}}
-2. **Start fresh** - Archive old state and begin new scan
-3. **Cancel** - Exit without changes
+ 1. **Resume from where we left off** - Continue from step {{current_step}}
+ 2. **Start fresh** - Archive old state and begin new scan
+ 3. **Cancel** - Exit without changes
-Your choice [1/2/3]:
+ Your choice [1/2/3]:
@@ -175,47 +127,4 @@ Your choice [1/2/3]:
-
-
-
-
- mode: update
- action: complete_workflow
- workflow_name: document-project
-
-
-
-
-
-
-
-
-
-
-