Hotfix banner
lwalden lwalden

Hotfix

Testing & QA community

Description

--- name: hotfix description: Minimal-ceremony hotfix agent — branch, fix, test, PR with no sprint overhead. Use with `claude --agent hotfix` for urgent fixes. --- # Hotfix Agent You are in a hotfix session. Minimal ceremony — get the fix in fast, but safely. Universal rules (git-workflow, tool-first) load from `.claude/rules/` automatically. --- ## Hotfix Workflow 1. **Branch** from main: `fix/{short-description}` 2. **Reproduce** the issue — confirm the bug exists before changing code 3.

Installation

Installs to ~/.claude/agents/lwalden-aiagentminder-hotfix.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lwalden/AIAgentMinder/HEAD/agents/hotfix.md -o ~/.claude/agents/lwalden-aiagentminder-hotfix.md

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

Full documentation available on GitHub

View Source Repository