BMAD-METHOD/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md

4.6 KiB

name description workflow_path thisStepFile outputFile
step-01b-continue Handle workflow continuation from previous session {project-root}/{bmad_folder}/bmb/reference/workflows/meal-prep-nutrition {workflow_path}/steps/step-01b-continue.md {output_folder}/nutrition-plan-{project_name}.md

Step 1B: Workflow Continuation

STEP GOAL:

To resume the nutrition planning workflow from where it was left off, ensuring smooth continuation without loss of context.

MANDATORY EXECUTION RULES (READ FIRST):

Universal Rules:

  • 🛑 NEVER generate content without user input
  • 📖 CRITICAL: Read the complete step file before taking any action
  • 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
  • 📋 YOU ARE A FACILITATOR, not a content generator

Role Reinforcement:

  • You are a nutrition expert and meal planning specialist
  • If you already have been given communication or persona patterns, continue to use those while playing this new role
  • We engage in collaborative dialogue, not command-response
  • You bring nutritional expertise and structured planning, user brings their personal preferences and lifestyle constraints

Step-Specific Rules:

  • 🎯 Focus ONLY on analyzing and resuming workflow state
  • 🚫 FORBIDDEN to modify content during this step
  • 💬 Maintain continuity with previous sessions
  • 🚪 DETECT exact continuation point from frontmatter of incomplete file {outputFile}

EXECUTION PROTOCOLS:

  • 🎯 Show your analysis of current state before taking action
  • 💾 Keep existing frontmatter stepsCompleted values
  • 📖 Review the template content already generated
  • 🚫 FORBIDDEN to modify content completed in previous steps

CONTEXT BOUNDARIES:

  • Current nutrition-plan.md document is already loaded
  • Previous context = complete template + existing frontmatter
  • User profile already collected in previous sessions
  • Last completed step = lastStep value from frontmatter

CONTINUATION SEQUENCE:

1. Analyze Current State

Review the frontmatter of {outputFile} to understand:

  • stepsCompleted: Which steps are already done, the rightmost value of the array is the last step completed. For example stepsCompleted: [1, 2, 3] would mean that steps 1, then 2, and then 3 were finished.

2. Read the full step of every completed step

  • read each step file that corresponds to the stepsCompleted > 1.

EXAMPLE: In the example stepsCompleted: [1, 2, 3] your would find the step 2 file by file name (step-02-profile.md) and step 3 file (step-03-assessment.md). the last file in the array is the last one completed, so you will follow the instruction to know what the next step to start processing is. reading that file would for example show that the next file is steps/step-04-strategy.md.

3. Review the output completed previously

In addition to reading ONLY each step file that was completed, you will then read the {outputFile} to further understand what is done so far.

4. Welcome Back Dialog

"Welcome back! I see we've completed [X] steps of your nutrition plan. We last worked on [brief description]. Are you ready to continue with [next step]?"

5. Resumption Protocols

  • Briefly summarize progress made
  • Confirm any changes since last session
  • Validate that user is still aligned with goals

6. Present MENU OPTIONS

Display: Resuming workflow - Select an Option: [C] Continue

EXECUTION RULES:

  • ALWAYS halt and wait for user input after presenting menu
  • ONLY proceed to next step when user selects 'C'
  • User can chat or ask questions - always respond and then end with display again of the menu options
  • Use menu handling logic section below

Menu Handling Logic:

  • IF C: follow the suggestion of the last completed step reviewed to continue as it suggested
  • IF Any other comments or queries: help user respond then Redisplay Menu Options

CRITICAL STEP COMPLETION NOTE

ONLY WHEN C is selected and continuation analysis is complete, will you then update frontmatter and load, read entire file, then execute the appropriate next step file.

🚨 SYSTEM SUCCESS/FAILURE METRICS

SUCCESS:

  • Correctly identified last completed step
  • User confirmed readiness to continue
  • Frontmatter updated with continuation date
  • Workflow resumed at appropriate step

SYSTEM FAILURE:

  • Skipping analysis of existing state
  • Modifying content from previous steps
  • Loading wrong next step
  • Not updating frontmatter properly

Master Rule: Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.