What problem does it solve?
This Skill guides users through the process of quickly and safely resolving production incidents or critical bugs within the Spec-Driven Development (SDD) framework, ensuring traceability is maintained even under pressure.
Core Features & Use Cases
- Incident Triage: Helps determine if a hotfix is component-only, contract-changing, or policy-violating to route it correctly.
- Minimal Spec Creation: Facilitates the rapid creation of essential Hotfix Specs or Bug Specs.
- Guided Implementation & Verification: Provides steps for implementing the fix and verifying its success.
- Follow-up Spec Enforcement: Mandates the creation of a comprehensive follow-up spec to prevent recurrence and document decisions.
- Use Case: A critical payment processing API is failing in production. This Skill helps the on-call engineer quickly create a Hotfix Spec, implement the minimal change, verify the fix, and ensures a follow-up spec is created in the next sprint to harden the system.
Quick Start
Use the sdd-hotfix skill to guide me through resolving a production incident affecting the user authentication service.