Hotfix banner
KbWen KbWen

Hotfix

Development community

Description

# /hotfix Execute the canonical workflow: `.agent/workflows/hotfix.md` ## Required reads before execution 1. `.agent/rules/state_machine.md` — phase transitions 2. `.agentcortex/context/current_state.md` — SSoT ## Execution Follow every step in `.agent/workflows/hotfix.md` sequentially. The user's task description is: $ARGUMENTS - Root cause analysis FIRST, then minimal fix. - Do NOT skip any phases (research → plan → implement → review → test). - End response with ⚡ ACX.

Installation

Installs to ~/.claude/commands/kbwen-agentic-os-hotfix.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/KbWen/agentic-os/HEAD/.claude/commands/hotfix.md -o ~/.claude/commands/kbwen-agentic-os-hotfix.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository