From hotl
Routes users to the appropriate HOTL skill for code-changing tasks or provides direct answers for simple questions. Use when asked for HOTL guidance or workflow selection.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hotl:using-hotlThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
HOTL skills are for **code-changing tasks that require planning** — new features, refactors, and significant changes. Not every task needs a skill.
HOTL skills are for code-changing tasks that require planning — new features, refactors, and significant changes. Not every task needs a skill.
Answer directly without invoking a skill:
Use hotl:systematic-debugging (no brainstorm/plan needed):
Use the full HOTL workflow (brainstorm → plan → execute):
Invoke any of these when appropriate:
| Skill | When to Use |
|---|---|
hotl:brainstorming | Before any feature work — design with HOTL contracts |
hotl:writing-plans | After design approval — produces docs/plans/YYYY-MM-DD-<slug>-workflow.md |
hotl:executing-plans | Linear execution with human checkpoints |
hotl:loop-execution | Execute a workflow file with loops + auto-approve |
hotl:subagent-execution | Delegated step runner over the loop execution engine — delegates eligible steps to fresh subagents |
hotl:dispatch-agents | 2+ independent tasks that can run in parallel |
hotl:finishing-a-development-branch | After execution — merge back, publish/PR, keep, or discard the execution branch/worktree |
hotl:tdd | Before writing any implementation code |
hotl:systematic-debugging | When encountering any bug or unexpected behavior |
hotl:skill-authoring | When creating, editing, or reviewing HOTL skills, agents, commands, or behavior-shaping instructions |
hotl:document-review | Optional — review existing docs, external specs, or hand-authored plans |
hotl:requesting-code-review | Dispatched by executors at review checkpoints — standardizes what context the reviewer receives |
hotl:receiving-code-review | Invoked when review findings arrive — verify, evaluate against contracts, then implement |
hotl:code-review | After completing implementation, before merging |
hotl:pr-reviewing | Review a PR across multiple dimensions — description, code, scan, tests |
hotl:resuming | Resume an interrupted workflow run with verify-first strategy |
hotl:verification-before-completion | Before claiming work is done |
hotl:setup-project | To generate adapter files for Codex, Cline, Cursor, Copilot |
Human-on-the-Loop: Set intent + constraints upfront. AI executes autonomously within guardrails. Human reviews final output.
Three contracts every implementation workflow should define:
npx claudepluginhub yimwoo/hotl-plugin --plugin hotlExecutes an existing HOTL workflow file autonomously, iterating steps until success criteria are met with automatic low-risk gate approval and high-risk gate pausing.
Implements features from chat context or description via full agent workflow without tickets, boards, or status updates. Loads domain skills, plans, codes, tests, and opens PR.
Guides the full SDLC workflow: planning, implementation, testing, and deployment. Automates checklist-driven development for features, bug fixes, refactoring, and releases.