AgentStack
SKILL verified MIT Self-run

Vibe Rollback Plan

skill-ash1794-vibe-engineering-rollback-plan · by ash1794

Documents rollback procedures before making risky changes. Covers what's changing, verification steps, rollback procedures, and blast radius assessment.

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-ash1794-vibe-engineering-rollback-plan

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Vibe Rollback Plan? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

vibe-rollback-plan

The time to plan a rollback is BEFORE you need one.

When to Use This Skill

  • Database migrations (especially destructive ones)
  • API breaking changes
  • Infrastructure changes (networking, permissions, DNS)
  • Large dependency upgrades
  • Any change where "undo" isn't obvious

When NOT to Use This Skill

  • Safe, easily reversible changes (adding a new file, adding a feature flag)
  • Changes with automated rollback (CI/CD with rollback built in)
  • Local development changes

Steps

  1. Document the change:
  • What is being changed?
  • Why is it being changed?
  • What systems are affected?
  1. Define success criteria:
  • How do we know the change worked?
  • What metrics to watch?
  • How long to monitor before declaring success?
  1. Assess blast radius:
  • What breaks if this fails?
  • Which users/services are affected?
  • Is there data loss risk?
  1. Write rollback procedure:
  • Step-by-step commands to reverse the change
  • Expected time to rollback
  • Who needs to be notified?
  1. Pre-change checklist:
  • [ ] Rollback procedure documented
  • [ ] Rollback tested (if possible)
  • [ ] Monitoring in place
  • [ ] Team notified
  • [ ] Backup taken

Output Format

Rollback Plan: [Change Name]

Change: [Description] Risk Level: Low / Medium / High / Critical Blast Radius: [What's affected] Estimated Recovery Time: [Time to rollback]

Success Criteria

  1. [How to verify the change worked]

Rollback Procedure

# Step 1: [Description]
[command]
# Step 2: [Description]
[command]

Pre-Change Checklist

  • [ ] Backup taken
  • [ ] Rollback tested
  • [ ] Monitoring active
  • [ ] Team notified

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.