--- name: bmad-retrospective description: 'Post-epic review to extract lessons and assess success. Use when the user says "run a retrospective" or "lets retro the epic [epic]"' --- ## Resolve Customization Resolve `inject` and `additional_resources` from customization: Run: `python ./scripts/resolve-customization.py bmad-retrospective --key inject --key additional_resources` Use the JSON output as resolved values. If `inject.before` is not empty, incorporate its content as high-priority context. If `additional_resources` is not empty, read each listed file and incorporate as reference context. Follow the instructions in ./workflow.md. ## Post-Workflow Customization After the workflow completes, resolve `inject.after` from customization: Run: `python ./scripts/resolve-customization.py bmad-retrospective --key inject.after` If resolved `inject.after` is not empty, incorporate its content as a final checklist or validation gate.