HOTL Plugin — Summary
HOTL (Human-on-the-Loop) is a multi-tool AI coding workflow plugin for Codex, Claude Code, and Cline that enforces structured 8-phase workflows for feature work while staying out of the way for questions, quick fixes, and debugging. With 22 stars, it ships 19 skills, 1 hook (SessionStart), update/install shell scripts, adapter templates for Cursor and GitHub Copilot, and 8 execution phases (Brainstorm → Write Workflow → Lint → Branch → Execute → Review → Verify → Finish). Key design: the brainstorm skill produces HOTL contracts (intent/verification/governance) before any implementation; the loop-execution skill persists state in .hotl/state/ for resumable runs; every step has an explicit verify command; and the finish phase records the disposition of the execution branch (merge/PR/keep/discard). Closest seed comparison: resembles kiro (structured workflow phases with approval gates) but is tool-agnostic (Codex + Claude Code + Cline) rather than IDE-locked; resembles BMAD-METHOD in its skill-based phase progression but adds the execution state persistence and resume capability that BMAD lacks.