name: deploy description: Create PR and deliver the improvement to the team
Goal: Package the tested improvement as a PR and deliver it to the development team.
Read {output_folder}/_progress/00-design-log.md. Check Current and Backlog for context.
Verify everything is ready:
Create a PR from the evolution branch:
gh pr create --title "[Improvement]: [Brief description]" --body "..."
PR body includes:
Create a delivery summary at {output_folder}/evolution/deliveries/:
# Delivery: [Scenario Name]
## PR
[Link to PR]
## Artifacts
- Analysis: [link]
- Scenario: [link]
- Specification: [link]
- Test Report: [link]
## Change Summary
[What was changed and why]
## Impact
[Expected improvement based on success criteria]
## Monitoring
[What to watch after deployment — metrics, error rates, user feedback]
If the project uses design log tracking or team notifications:
After deployment: