From f1965810a6b40021015185517883773e597ccf51 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Mon, 13 Oct 2025 00:33:06 -0500 Subject: [PATCH] adv elicitation project updated to hopefully not be skipped as optional anymore. further workflow updates. --- bmad/bmb/workflows/convert-legacy/README.md | 2 +- .../bmb/workflows/convert-legacy/checklist.md | 2 +- .../workflows/convert-legacy/instructions.md | 4 +- .../workflows/create-workflow/instructions.md | 2 +- .../workflow-creation-guide.md | 4 +- .../workflows/brainstorming/instructions.md | 2 +- .../workflows/brainstorming/instructions.md | 2 +- .../bmb/workflows/convert-legacy/README.md | 2 +- .../bmb/workflows/convert-legacy/checklist.md | 2 +- .../workflows/convert-legacy/instructions.md | 4 +- .../workflows/create-workflow/instructions.md | 2 +- .../workflow-creation-guide.md | 4 +- .../research/instructions-deep-prompt.md | 2 +- .../research/instructions-market.md | 12 +++--- .../research/instructions-technical.md | 8 ++-- .../workflow-status/instructions.md | 43 +++++++++++++++++-- .../workflows/2-plan/gdd/instructions-gdd.md | 8 ++-- .../narrative/instructions-narrative.md | 10 ++--- .../workflows/2-plan/prd/instructions-lg.md | 18 +++++--- .../workflows/2-plan/prd/instructions-med.md | 12 ++++-- .../2-plan/tech-spec/instructions-sm.md | 2 +- .../workflows/2-plan/ux/instructions-ux.md | 8 ++-- .../workflows/3-solutioning/instructions.md | 22 +++++----- 23 files changed, 113 insertions(+), 64 deletions(-) diff --git a/bmad/bmb/workflows/convert-legacy/README.md b/bmad/bmb/workflows/convert-legacy/README.md index a18849b9..5728e6ba 100644 --- a/bmad/bmb/workflows/convert-legacy/README.md +++ b/bmad/bmb/workflows/convert-legacy/README.md @@ -126,7 +126,7 @@ convert-legacy/ **Template-to-Workflow Conversion (5c)** - Converts YAML template sections to workflow steps -- Maps `elicit: true` flags to `` tags +- Maps `elicit: true` flags to `{project-root}/bmad/core/tasks/adv-elicit.xml` tags - Transforms conditional sections to flow control - Creates proper template.md from content structure - Integrates v4 create-doc.md task patterns diff --git a/bmad/bmb/workflows/convert-legacy/checklist.md b/bmad/bmb/workflows/convert-legacy/checklist.md index 85448c66..f4fdd72c 100644 --- a/bmad/bmb/workflows/convert-legacy/checklist.md +++ b/bmad/bmb/workflows/convert-legacy/checklist.md @@ -48,7 +48,7 @@ - [ ] All sections converted to workflow steps - [ ] Section hierarchy maintained in instructions - [ ] Variables ({{var}}) preserved in template.md -- [ ] Elicitation points (elicit: true) converted to +- [ ] Elicitation points (elicit: true) converted to {project-root}/bmad/core/tasks/adv-elicit.xml - [ ] Conditional sections preserved with if="" attributes - [ ] Repeatable sections converted to repeat="" attributes diff --git a/bmad/bmb/workflows/convert-legacy/instructions.md b/bmad/bmb/workflows/convert-legacy/instructions.md index c3819d68..d0ecf7ea 100644 --- a/bmad/bmb/workflows/convert-legacy/instructions.md +++ b/bmad/bmb/workflows/convert-legacy/instructions.md @@ -190,7 +190,7 @@ For Modules: 2. Convert template sections to instructions.md: - Each YAML section → workflow step - - `elicit: true` → `` tag + - `elicit: true` → `{project-root}/bmad/core/tasks/adv-elicit.xml` tag - Conditional sections → `if="condition"` attribute - Repeatable sections → `repeat="for-each"` attribute - Section instructions → step content @@ -258,7 +258,7 @@ For Modules: - Preserve execution logic 4. Handle special v4 patterns: - - 1-9 elicitation menus → v5 + - 1-9 elicitation menus → v5 {project-root}/bmad/core/tasks/adv-elicit.xml - Agent permissions → note in instructions - YOLO mode → autonomous flag or optional steps - Critical notices → workflow.yaml comments diff --git a/bmad/bmb/workflows/create-workflow/instructions.md b/bmad/bmb/workflows/create-workflow/instructions.md index 0748cb7c..a98aa786 100644 --- a/bmad/bmb/workflows/create-workflow/instructions.md +++ b/bmad/bmb/workflows/create-workflow/instructions.md @@ -148,7 +148,7 @@ Generate the instructions.md file following the workflow creation guide: 4. Use proper XML tags from guide: - Execution: , , , , - - Output: , , , + - Output: , {project-root}/bmad/core/tasks/adv-elicit.xml, , - Flow: , , 5. Best practices from guide: diff --git a/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md b/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md index 7e1391a9..dbe3da75 100644 --- a/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md +++ b/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md @@ -317,7 +317,7 @@ _Generated on {{date}}_ **Output:** - `` - Save checkpoint -- `` - Trigger AI enhancement +- `{project-root}/bmad/core/tasks/adv-elicit.xml` - Trigger AI enhancement - `` - Important info - `` - Show example @@ -366,7 +366,7 @@ Load existing documents and understand project scope. Create functional and non-functional requirements. requirements - +{project-root}/bmad/core/tasks/adv-elicit.xml diff --git a/bmad/core/workflows/brainstorming/instructions.md b/bmad/core/workflows/brainstorming/instructions.md index 0cbb702f..a236756d 100644 --- a/bmad/core/workflows/brainstorming/instructions.md +++ b/bmad/core/workflows/brainstorming/instructions.md @@ -250,7 +250,7 @@ Analyze the session to identify deeper patterns: 2. **Surface key insights** - What realizations emerged during the process? -> insights_learnings 3. **Note surprising connections** - What unexpected relationships were discovered? -> insights_learnings - +{project-root}/bmad/core/tasks/adv-elicit.xml key_themes, insights_learnings diff --git a/src/core/workflows/brainstorming/instructions.md b/src/core/workflows/brainstorming/instructions.md index 0cbb702f..a236756d 100644 --- a/src/core/workflows/brainstorming/instructions.md +++ b/src/core/workflows/brainstorming/instructions.md @@ -250,7 +250,7 @@ Analyze the session to identify deeper patterns: 2. **Surface key insights** - What realizations emerged during the process? -> insights_learnings 3. **Note surprising connections** - What unexpected relationships were discovered? -> insights_learnings - +{project-root}/bmad/core/tasks/adv-elicit.xml key_themes, insights_learnings diff --git a/src/modules/bmb/workflows/convert-legacy/README.md b/src/modules/bmb/workflows/convert-legacy/README.md index a18849b9..5728e6ba 100644 --- a/src/modules/bmb/workflows/convert-legacy/README.md +++ b/src/modules/bmb/workflows/convert-legacy/README.md @@ -126,7 +126,7 @@ convert-legacy/ **Template-to-Workflow Conversion (5c)** - Converts YAML template sections to workflow steps -- Maps `elicit: true` flags to `` tags +- Maps `elicit: true` flags to `{project-root}/bmad/core/tasks/adv-elicit.xml` tags - Transforms conditional sections to flow control - Creates proper template.md from content structure - Integrates v4 create-doc.md task patterns diff --git a/src/modules/bmb/workflows/convert-legacy/checklist.md b/src/modules/bmb/workflows/convert-legacy/checklist.md index 85448c66..f4fdd72c 100644 --- a/src/modules/bmb/workflows/convert-legacy/checklist.md +++ b/src/modules/bmb/workflows/convert-legacy/checklist.md @@ -48,7 +48,7 @@ - [ ] All sections converted to workflow steps - [ ] Section hierarchy maintained in instructions - [ ] Variables ({{var}}) preserved in template.md -- [ ] Elicitation points (elicit: true) converted to +- [ ] Elicitation points (elicit: true) converted to {project-root}/bmad/core/tasks/adv-elicit.xml - [ ] Conditional sections preserved with if="" attributes - [ ] Repeatable sections converted to repeat="" attributes diff --git a/src/modules/bmb/workflows/convert-legacy/instructions.md b/src/modules/bmb/workflows/convert-legacy/instructions.md index c3819d68..d0ecf7ea 100644 --- a/src/modules/bmb/workflows/convert-legacy/instructions.md +++ b/src/modules/bmb/workflows/convert-legacy/instructions.md @@ -190,7 +190,7 @@ For Modules: 2. Convert template sections to instructions.md: - Each YAML section → workflow step - - `elicit: true` → `` tag + - `elicit: true` → `{project-root}/bmad/core/tasks/adv-elicit.xml` tag - Conditional sections → `if="condition"` attribute - Repeatable sections → `repeat="for-each"` attribute - Section instructions → step content @@ -258,7 +258,7 @@ For Modules: - Preserve execution logic 4. Handle special v4 patterns: - - 1-9 elicitation menus → v5 + - 1-9 elicitation menus → v5 {project-root}/bmad/core/tasks/adv-elicit.xml - Agent permissions → note in instructions - YOLO mode → autonomous flag or optional steps - Critical notices → workflow.yaml comments diff --git a/src/modules/bmb/workflows/create-workflow/instructions.md b/src/modules/bmb/workflows/create-workflow/instructions.md index 0748cb7c..a98aa786 100644 --- a/src/modules/bmb/workflows/create-workflow/instructions.md +++ b/src/modules/bmb/workflows/create-workflow/instructions.md @@ -148,7 +148,7 @@ Generate the instructions.md file following the workflow creation guide: 4. Use proper XML tags from guide: - Execution: , , , , - - Output: , , , + - Output: , {project-root}/bmad/core/tasks/adv-elicit.xml, , - Flow: , , 5. Best practices from guide: diff --git a/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md b/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md index 7e1391a9..dbe3da75 100644 --- a/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md +++ b/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md @@ -317,7 +317,7 @@ _Generated on {{date}}_ **Output:** - `` - Save checkpoint -- `` - Trigger AI enhancement +- `{project-root}/bmad/core/tasks/adv-elicit.xml` - Trigger AI enhancement - `` - Important info - `` - Show example @@ -366,7 +366,7 @@ Load existing documents and understand project scope. Create functional and non-functional requirements. requirements - +{project-root}/bmad/core/tasks/adv-elicit.xml diff --git a/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md b/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md index 059d0a13..d2df604d 100644 --- a/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +++ b/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md @@ -195,7 +195,7 @@ Examples: special_requirements - +{project-root}/bmad/core/tasks/adv-elicit.xml diff --git a/src/modules/bmm/workflows/1-analysis/research/instructions-market.md b/src/modules/bmm/workflows/1-analysis/research/instructions-market.md index e59af7bf..bb8f0ccd 100644 --- a/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +++ b/src/modules/bmm/workflows/1-analysis/research/instructions-market.md @@ -80,7 +80,7 @@ Search queries to execute: - "[market_category] market growth rate CAGR forecast" - "[market_category] market trends [current_year]" - +{project-root}/bmad/core/tasks/adv-elicit.xml @@ -204,8 +204,8 @@ For each major segment, research and define: - Purchasing frequency - Budget allocation - -segment_profile_{{segment_number}} +{project-root}/bmad/core/tasks/adv-elicit.xml +segment*profile*{{segment_number}} @@ -280,8 +280,8 @@ Gather intelligence on: - Team and leadership - Customer reviews and sentiment - -competitor_analysis_{{competitor_number}} +{project-root}/bmad/core/tasks/adv-elicit.xml +competitor*analysis*{{competitor_number}} @@ -404,7 +404,7 @@ For each opportunity: - Risk assessment - Success criteria - +{project-root}/bmad/core/tasks/adv-elicit.xml market_opportunities diff --git a/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md b/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md index 2e1ae870..bc5c8a51 100644 --- a/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md +++ b/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md @@ -101,7 +101,7 @@ If you have specific options, list them. Otherwise, I'll research current leadin - "State of [technical_category] 2025" - + {project-root}/bmad/core/tasks/adv-elicit.xml Present discovered options (typically 3-5 main candidates) technology_options @@ -173,8 +173,8 @@ Research and document: - Training costs - Total cost of ownership estimate - -tech_profile_{{option_number}} +{project-root}/bmad/core/tasks/adv-elicit.xml +tech*profile*{{option_number}} @@ -344,7 +344,7 @@ Research and document: - Contingency options if primary choice doesn't work - Exit strategy considerations - +{project-root}/bmad/core/tasks/adv-elicit.xml recommendations diff --git a/src/modules/bmm/workflows/1-analysis/workflow-status/instructions.md b/src/modules/bmm/workflows/1-analysis/workflow-status/instructions.md index 39b1d434..ff2b2e85 100644 --- a/src/modules/bmm/workflows/1-analysis/workflow-status/instructions.md +++ b/src/modules/bmm/workflows/1-analysis/workflow-status/instructions.md @@ -252,7 +252,31 @@ Your choice (1-12): Set project_type = mapped project_type_id -**Step 4: Understanding Your Workflow** +**Step 4: User Interface Components** + +Does your project involve user-facing UI components? + +a. **Yes** - Project has user interface elements (web pages, mobile screens, desktop UI, game UI) +b. **No** - Backend-only, API, CLI, or no visual interface + +Your choice (a/b): + +Capture has_ui_components + + + Set needs_ux_workflow = true + **✅ UX Workflow Detected** + +Since your project has UI components, we'll include the UX specification workflow in Phase 2. +This ensures proper UX/UI design happens between PRD and architecture/implementation. + + + + + Set needs_ux_workflow = false + + +**Step 5: Understanding Your Workflow** Before we plan your workflow, let's determine the scope and complexity of your project. @@ -267,7 +291,9 @@ The BMad Method uses 5 project levels (0-4) that determine which phases you'll n **Optional Phase 1 (Analysis):** Brainstorming, research, and brief creation can precede any level. -**Do you already know your project's approximate size/scope?** +**Step 6: Project Scope Assessment** + +Do you already know your project's approximate size/scope? a. **Yes** - I can describe the general scope b. **No** - Not sure yet, need help determining it @@ -309,7 +335,7 @@ We'll determine your project level during Phase 2 (Planning). Set estimated_level = "TBD" -**Step 5: Choose Your Starting Point** +**Step 7: Choose Your Starting Point** Now let's determine where you want to begin: @@ -406,6 +432,16 @@ Based on your responses, here's your complete workflow journey: - Description: "Create PRD/GDD/Tech-Spec (determines final level)" - Status: "Planned" + + Add UX workflow to Phase 2 planning (runs after PRD, before Phase 3) + - Phase: "2-Plan" + - Step: "ux-spec" + - Agent: "PM" + - Description: "UX/UI specification (user flows, wireframes, components)" + - Status: "Planned" + - Note: "Required for projects with UI components" + + Add Phase 3 (required for Level 3-4) - Phase: "3-Solutioning" @@ -609,6 +645,7 @@ Which phase? (1-4) **Phase 2: Planning (Required)** - `plan-project` - Scale-adaptive planning (PRD, GDD, or Tech-Spec) +- `ux-spec` - UX/UI specification (for projects with UI components) **Phase 3: Solutioning (Level 3-4 Only)** diff --git a/src/modules/bmm/workflows/2-plan/gdd/instructions-gdd.md b/src/modules/bmm/workflows/2-plan/gdd/instructions-gdd.md index ca8fe7a3..f093c93b 100644 --- a/src/modules/bmm/workflows/2-plan/gdd/instructions-gdd.md +++ b/src/modules/bmm/workflows/2-plan/gdd/instructions-gdd.md @@ -151,7 +151,7 @@ Your gameplay loop: Define the primary game mechanics. primary_mechanics - +{project-root}/bmad/core/tasks/adv-elicit.xml Describe the control scheme and input method: @@ -176,7 +176,7 @@ For each {{placeholder}} in the fragment, elicit and capture that information. GAME_TYPE_SPECIFIC_SECTIONS - +{project-root}/bmad/core/tasks/adv-elicit.xml @@ -312,7 +312,7 @@ Asset requirements: - Level 4: 5+ epics with 40+ stories epics - +{project-root}/bmad/core/tasks/adv-elicit.xml @@ -336,7 +336,7 @@ Generate all stories with: - Technical notes (high-level only) epic\_{{epic_number}}\_details - +{project-root}/bmad/core/tasks/adv-elicit.xml diff --git a/src/modules/bmm/workflows/2-plan/narrative/instructions-narrative.md b/src/modules/bmm/workflows/2-plan/narrative/instructions-narrative.md index c12e2155..ed3623ee 100644 --- a/src/modules/bmm/workflows/2-plan/narrative/instructions-narrative.md +++ b/src/modules/bmm/workflows/2-plan/narrative/instructions-narrative.md @@ -105,7 +105,7 @@ For 3-Act: Describe each act/section for your game: act_breakdown - +{project-root}/bmad/core/tasks/adv-elicit.xml @@ -124,7 +124,7 @@ Format: Your story beats: story_beats - +{project-root}/bmad/core/tasks/adv-elicit.xml Describe the pacing and flow of your narrative. @@ -157,7 +157,7 @@ For each protagonist include: Your protagonist(s): protagonists - +{project-root}/bmad/core/tasks/adv-elicit.xml @@ -195,7 +195,7 @@ For each character include: Your supporting characters: supporting_characters - +{project-root}/bmad/core/tasks/adv-elicit.xml @@ -243,7 +243,7 @@ Your world: Your history: history_backstory - +{project-root}/bmad/core/tasks/adv-elicit.xml diff --git a/src/modules/bmm/workflows/2-plan/prd/instructions-lg.md b/src/modules/bmm/workflows/2-plan/prd/instructions-lg.md index fb474086..5f767e82 100644 --- a/src/modules/bmm/workflows/2-plan/prd/instructions-lg.md +++ b/src/modules/bmm/workflows/2-plan/prd/instructions-lg.md @@ -68,7 +68,7 @@ Each goal should be measurable and outcome-focused. 1-2 paragraphs on problem, current situation, why now. context - +{project-root}/bmad/core/tasks/adv-elicit.xml @@ -82,7 +82,7 @@ Each goal should be measurable and outcome-focused. Group related features logically. functional_requirements - +{project-root}/bmad/core/tasks/adv-elicit.xml @@ -104,7 +104,7 @@ Match NFRs to deployment intent (8-12 NFRs) Map complete user flows with decision points. user_journeys - +{project-root}/bmad/core/tasks/adv-elicit.xml @@ -126,7 +126,7 @@ Map complete user flows with decision points. Each epic delivers significant value. epics - +{project-root}/bmad/core/tasks/adv-elicit.xml @@ -150,7 +150,7 @@ Generate all stories with: - Technical notes (high-level only) epic\_{{epic_number}}\_details - +{project-root}/bmad/core/tasks/adv-elicit.xml @@ -205,7 +205,13 @@ Since this is a Level {{project_level}} project, you need architecture before st - [ ] **Run UX specification workflow** (HIGHLY RECOMMENDED for user-facing systems) - Command: `workflow plan-project` then select "UX specification" - Or continue within this workflow if UI-heavy - Input: PRD.md, epics.md, solution-architecture.md (once available) - Output: ux-specification.md - Optional: AI Frontend Prompt for rapid prototyping - Note: Creates comprehensive UX/UI spec including IA, user flows, components - + +Update workflow status file to mark ux-spec as next step +In status file, set next_action: "Run UX specification workflow" +In status file, set next_command: "ux-spec" +In status file, set next_agent: "PM" +Add to decisions log: "PRD complete. UX workflow required due to UI components." + ### Phase 2: Detailed Planning diff --git a/src/modules/bmm/workflows/2-plan/prd/instructions-med.md b/src/modules/bmm/workflows/2-plan/prd/instructions-med.md index a1910e08..5e8566be 100644 --- a/src/modules/bmm/workflows/2-plan/prd/instructions-med.md +++ b/src/modules/bmm/workflows/2-plan/prd/instructions-med.md @@ -75,7 +75,7 @@ **Format**: `FR001: [user capability]` functional_requirements - +{project-root}/bmad/core/tasks/adv-elicit.xml @@ -119,7 +119,7 @@ Create simple epic list with story titles. Generate epic-stories.md with basic story structure. epic_stories - +{project-root}/bmad/core/tasks/adv-elicit.xml @@ -200,7 +200,13 @@ Since this is a Level {{project_level}} project, you need solutioning before imp - [ ] **Run UX specification workflow** (HIGHLY RECOMMENDED for user-facing systems) - Command: `workflow plan-project` then select "UX specification" - Or continue within this workflow if UI-heavy - Input: PRD.md, epic-stories.md, solution-architecture.md (once available) - Output: ux-specification.md - Optional: AI Frontend Prompt for rapid prototyping - Note: Creates comprehensive UX/UI spec including IA, user flows, components - + +Update workflow status file to mark ux-spec as next step +In status file, set next_action: "Run UX specification workflow" +In status file, set next_command: "ux-spec" +In status file, set next_agent: "PM" +Add to decisions log: "PRD complete. UX workflow required due to UI components." + ### Phase 2: Detailed Planning diff --git a/src/modules/bmm/workflows/2-plan/tech-spec/instructions-sm.md b/src/modules/bmm/workflows/2-plan/tech-spec/instructions-sm.md index d5142e0e..a3725e3d 100644 --- a/src/modules/bmm/workflows/2-plan/tech-spec/instructions-sm.md +++ b/src/modules/bmm/workflows/2-plan/tech-spec/instructions-sm.md @@ -76,7 +76,7 @@ **Deployment Strategy**: How to deploy the change deployment_strategy - +{project-root}/bmad/core/tasks/adv-elicit.xml diff --git a/src/modules/bmm/workflows/2-plan/ux/instructions-ux.md b/src/modules/bmm/workflows/2-plan/ux/instructions-ux.md index fae00d8c..40801bc1 100644 --- a/src/modules/bmm/workflows/2-plan/ux/instructions-ux.md +++ b/src/modules/bmm/workflows/2-plan/ux/instructions-ux.md @@ -81,7 +81,7 @@ What will guide all design decisions? usability_goals design_principles - +{project-root}/bmad/core/tasks/adv-elicit.xml @@ -106,7 +106,7 @@ What will guide all design decisions? navigation_structure - +{project-root}/bmad/core/tasks/adv-elicit.xml @@ -133,7 +133,7 @@ Create Mermaid diagram showing complete flow. - +{project-root}/bmad/core/tasks/adv-elicit.xml @@ -193,7 +193,7 @@ Do you have existing brand guidelines to follow? (y/n) spacing_layout - +{project-root}/bmad/core/tasks/adv-elicit.xml diff --git a/src/modules/bmm/workflows/3-solutioning/instructions.md b/src/modules/bmm/workflows/3-solutioning/instructions.md index 629b0759..6c9cc281 100644 --- a/src/modules/bmm/workflows/3-solutioning/instructions.md +++ b/src/modules/bmm/workflows/3-solutioning/instructions.md @@ -282,7 +282,7 @@ Based on your requirements, I need to determine the architecture pattern: {{project_type_specific_questions}} - +{project-root}/bmad/core/tasks/adv-elicit.xml architecture_pattern @@ -335,7 +335,7 @@ NOTE: For hybrid projects (e.g., "web + mobile"), load multiple question files {{project_type_specific_questions}} - +{project-root}/bmad/core/tasks/adv-elicit.xml architecture_decisions @@ -707,12 +707,12 @@ In "### Implementation Progress (Phase 4 Only)" section: Populate table with ALL stories: -| Epic | Story | ID | Title | File | -|------|-------|----|-------|------| -| 1 | 1 | 1.1 | {{story_title}} | story-1.1.md | -| 1 | 2 | 1.2 | {{story_title}} | story-1.2.md | -| 1 | 3 | 1.3 | {{story_title}} | story-1.3.md | -| 2 | 1 | 2.1 | {{story_title}} | story-2.1.md | +| Epic | Story | ID | Title | File | +| ---- | ----- | --- | --------------- | ------------ | +| 1 | 1 | 1.1 | {{story_title}} | story-1.1.md | +| 1 | 2 | 1.2 | {{story_title}} | story-1.2.md | +| 1 | 3 | 1.3 | {{story_title}} | story-1.3.md | +| 2 | 1 | 2.1 | {{story_title}} | story-2.1.md | ... (all stories) **Total in backlog:** {{total_story_count}} stories @@ -737,9 +737,9 @@ Leave empty initially: Initialize empty table: -| Story ID | File | Completed Date | Points | -|----------|------|----------------|--------| -| (none yet) | | | | +| Story ID | File | Completed Date | Points | +| ---------- | ---- | -------------- | ------ | +| (none yet) | | | | **Total completed:** 0 stories **Total points completed:** 0 points