What problem does it solve?
Deployment checklists reduce deployment risk by ensuring teams complete pre-deploy verifications, follow consistent deploy steps, monitor after release, and have tested rollback plans ready if something goes wrong.
Core Features & Use Cases
- Guided Checklist Generation: Create complete pre-deploy, deploy, post-deploy, and rollback checklists tailored to a feature or release.
- Template-Based Output: Produces a markdown checklist saved to work/deployment-checklists/[feature]-deploy-checklist.md based on templates/deployment-checklist-template.md.
- Interactive Prompting: Uses grouped, structured questions (AskUserQuestion) to gather environment, runbook, and monitoring details before generation.
- Use Case: A release manager preparing "Patient Preferences v1" can run the skill to verify staging smoke tests, database migrations, monitoring alerts, and an automated rollback procedure are all in place before cutover.
Quick Start
Start a deployment checklist for "Patient Preferences v1" and produce a saved markdown deploy checklist.