---
name: rollback-planner
description: Plan deployment rollback strategies. Create rollback runbooks covering database migrations, feature flags, cache invalidation, and dependency version management.
---

# rollback planner

Plan deployment rollback strategies. Create rollback runbooks covering database migrations, feature flags, cache invalidation, and dependency version management.

## When to Use

- Designing or implementing rollback planner in your application
- Reviewing existing implementation for best practices
- Troubleshooting issues related to rollback planner

## Workflow

1. **Assess** — Understand the current architecture and requirements
2. **Design** — Choose the right pattern for the use case
3. **Implement** — Write the code with proper error handling
4. **Test** — Verify behavior under normal and failure conditions
5. **Monitor** — Set up metrics and alerting for production
