Enhancement Document Template
Copy this template for significant product changes.
# Enhancement Name
## Status
Proposed | In Progress | Live | Rolled Back
## Summary
One or two paragraphs describing what changed and why.
## Product / user impact
- Who uses it?
- What workflow changes?
- What existing behavior must remain intact?
## Technical changes
- Repositories/files touched
- API routes
- UI screens
- Database/schema changes
- Infrastructure/deployment changes
## Configuration and secrets
Do not paste secrets. Document only names/locations.
- Environment variables:
- AWS SSM parameters:
- GitHub secrets:
## Deployment plan
1. Build/test steps
2. Staging/candidate deploy
3. Health checks
4. Cutover
5. Post-cutover verification
## Verification evidence
Include real commands/probes and results.
## Rollback plan
Document the exact rollback path.
## Follow-up tasks
- [ ] Documentation updates
- [ ] Monitoring/alerts
- [ ] Cleanup