speckit-workflows.hotfix

Automate emergency hotfix workflows with mandatory post-mortem documentation.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/refactory-lang/refactory-template --skill speckit-workflows-hotfix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-workflows.hotfix
Source: https://github.com/refactory-lang/refactory-template/tree/main/.claude/skills/speckit-workflows.hotfix
Command: npx skills add https://github.com/refactory-lang/refactory-template --skill speckit-workflows-hotfix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the urgent need to create and manage emergency hotfix workflows, ensuring a rapid response to critical incidents while mandating a post-mortem analysis.

Core Features & Use Cases

  • Emergency Hotfix Creation: Initiates an expedited process for critical bug fixes.
  • Mandatory Post-Mortem: Schedules and documents a post-mortem analysis to prevent recurrence.
  • Use Case: A critical production service is down (P0 incident). This Skill allows for the immediate creation of a hotfix branch, documentation of the incident, and outlines the urgent steps for resolution and subsequent analysis.

Quick Start

Initiate an emergency hotfix for the incident described as "API gateway returning 500 errors".

Frequently Asked Questions about speckit-workflows.hotfix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an emergency hotfix workflow for a critical production incident?

An emergency hotfix workflow automates the creation of an expedited process for critical incidents, generating a hotfix branch and outlining urgent resolution steps. It mandates post-mortem documentation to prevent recurrence of the issue.

What is the best way to manage a P0 incident and mandate a post-mortem analysis?

Managing a P0 incident requires an expedited hotfix process that documents the incident and schedules a mandatory post-mortem. This ensures immediate attention for resolution and structured follow-up analysis to prevent future occurrences.

Do I need a spec-kit project structure to run incident management scripts?

Yes, you need a spec-kit project structure with a .specify/ directory to execute incident management workflow scripts. This directory is required to run the emergency hotfix processes and generate the corresponding incident logs.

How does mandatory post-mortem documentation work after an expedited hotfix deployment?

Mandatory post-mortem documentation is scheduled automatically after an expedited hotfix deployment to analyze the critical incident. It logs the incident details and outlines structured follow-up steps to prevent recurrence.

Can I use this expedited process for non-emergency software deployments?

No, this expedited process applies specifically to urgent software deployment scenarios requiring immediate attention, such as a critical production service being down. Non-emergency deployments should follow standard workflows.

Why does the hotfix workflow require a .specify/ directory?

The hotfix workflow requires a .specify/ directory because it relies on the spec-kit project structure to execute workflow scripts. This directory provides the necessary environment to run the emergency hotfix process and generate incident logs.