src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md
Present summary of completed edits and offer next steps including seamless integration with validation workflow.
{communication_language}CRITICAL: Follow this sequence exactly. Do not skip, reorder, or improvise unless user explicitly requests a change.
From step e-03 change execution, compile:
Changes Made:
Edit Details:
PRD Status:
Display:
"✓ PRD Edit Complete
Updated PRD: {prd_file_path}
Changes Summary: {Present bulleted list of major changes}
Edit Mode: {mode} Sections Modified: {count}
PRD Format: {format}
PRD is now ready for:
What would you like to do next?"
Display:
[V] Run Full Validation - Execute complete validation workflow (steps-v) to verify PRD quality [E] Edit More - Make additional edits to the PRD [S] Summary - End with detailed summary of changes [X] Exit - Exit edit workflow
IF V (Run Full Validation):
bmad-validate-prd skill to run the complete validation workflowIF E (Edit More):
./step-e-03-edit.md againIF S (Summary):
python3 {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow.on_complete — if the resolved value is non-empty, follow it as the final terminal instruction before exiting.IF X (Exit):
python3 {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow.on_complete — if the resolved value is non-empty, follow it as the final terminal instruction before exiting.IF Any other: Help user, then redisplay menu
Master Rule: Edit workflow seamlessly integrates with validation. User can edit → validate → edit again → validate again in iterative improvement cycle.