What problem does it solve?
Emergency production issues often require a rapid, low-risk fix with confidence that tests and CI will pass before shipping.
Core Features & Use Cases
- Triage and context gathering: Assesses severity and gathers git state, recent deploys, and recent CI failures in parallel to pinpoint the likely fault.
- Minimal-change hotfix execution: Creates a dated hotfix branch, reproduces and diagnoses in parallel, then implements the smallest viable fix.
- Regression-proof delivery: Adds exactly one targeted regression test, runs the full test suite, performs a focused review, and iterates until everything passes before opening the PR and providing rollback-aware deployment guidance.
Quick Start
Use the hotfix workflow to fix a production bug by asking for an emergency response with the issue description as input, then follow the generated plan through PR creation and deployment steps.