src/bmm-skills/2-plan-workflows/bmad-create-prd/steps-c/step-01b-continue.md
Resume the PRD workflow from where it was left off, ensuring smooth continuation with full context restoration.
{communication_language}inputDocumentsinputDocumentsState Assessment: Review the frontmatter to understand:
stepsCompleted: Array of completed step filenamesstepsCompleted array: The most recently completed stepinputDocuments: What context was already loadedContext Reloading:
inputDocuments, load the complete fileStep Sequence Lookup:
Use the following ordered sequence to determine the next step from the last completed step:
| Last Completed | Next Step |
|---|---|
| step-01-init.md | step-02-discovery.md |
| step-02-discovery.md | step-02b-vision.md |
| step-02b-vision.md | step-02c-executive-summary.md |
| step-02c-executive-summary.md | step-03-success.md |
| step-03-success.md | step-04-journeys.md |
| step-04-journeys.md | step-05-domain.md |
| step-05-domain.md | step-06-innovation.md |
| step-06-innovation.md | step-07-project-type.md |
| step-07-project-type.md | step-08-scoping.md |
| step-08-scoping.md | step-09-functional.md |
| step-09-functional.md | step-10-nonfunctional.md |
| step-10-nonfunctional.md | step-11-polish.md |
| step-11-polish.md | step-12-complete.md |
stepsCompleted arrayExample:
stepsCompleted = ["step-01-init.md", "step-02-discovery.md", "step-03-success.md"]"step-03-success.md"./step-04-journeys.mdIf stepsCompleted array contains "step-12-complete.md":
"Great news! It looks like we've already completed the PRD workflow for {{project_name}}.
The final document is ready at {outputFile} with all sections completed.
Would you like me to:
What would be most helpful?"
If workflow not complete: "Welcome back {{user_name}}! I'm resuming our PRD collaboration for {{project_name}}.
Current Progress:
Document Status:
Does this look right, or do you want to make any adjustments before we proceed?"
Display: "Select an Option: [C] Continue to {next step name}"
ONLY WHEN [C continue option] is selected and [current state confirmed], will you then read fully and follow the next step (from the lookup table) to resume the workflow.
Master Rule: Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.