From pm-engineering
Pre-flight checklist before shipping a feature or release. Covers risk assessment, rollback plan, monitoring, and launch sequencing. Use in the 48 hours before any production deployment.
How this command is triggered — by the user, by Claude, or both
Slash command
/pm-engineering:safe-mode [feature or release name]The summary Claude sees in its command listing — used to decide when to auto-load this command
Pre-flight checklist for shipping safely. Catches the things teams forget in the rush before launch. ## Routing - **Argument provided**: use as the feature/release. Run the checklist directly. - **No argument**: ask questions below first. ## Questions (no argument) ## Output **Safe Mode: Pre-Flight Checklist — [Feature/Release Name]** *Launch target: [date/time] | On-call: [name]* **Go / No-Go assessment** Overall readiness rating with rationale. Flag anything that should delay the launch. --- **Quality** - [ ] All acceptance criteria passed in staging - [ ] No open P0 or P1 bugs ...
Pre-flight checklist for shipping safely. Catches the things teams forget in the rush before launch.
Before I run the pre-flight, a few questions:
1. What's shipping?
2. What's the deployment date and time?
3. Who's the on-call engineer for the launch window?
4. Are there any known risks or concerns going into this?
Answer as many as you can.
Safe Mode: Pre-Flight Checklist — [Feature/Release Name] Launch target: [date/time] | On-call: [name]
Go / No-Go assessment Overall readiness rating with rationale. Flag anything that should delay the launch.
Quality
Rollback
Monitoring
Communication
Launch sequence Step-by-step deployment plan with owner and estimated time per step:
Post-launch review Scheduled: [date/time, ideally 24h after launch] Metrics to check: [list]
Defer if: List of conditions that should cause the launch to be delayed. Be specific.
A checklist only works if it's honest. Mark items N/A explicitly — don't skip them. Every unchecked item is a decision, not an oversight.
npx claudepluginhub songd-85/pm-ops --plugin pm-engineering/safe-modeActivates protective modes against destructive operations: cautious warns on risky Bash/git commands; lockdown restricts edits to a path; clear disables all. Reports status.