From hotl
Dispatches parallel subagents for 2+ independent tasks with no shared state. Guides listing tasks, crafting self-contained prompts, merging results, verifying changes, and requesting code review.
npx claudepluginhub yimwoo/hotl-plugin --plugin hotlThis skill uses the workspace's default tool permissions.
- Tasks are truly independent (no shared files, no sequential dependency)
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
requesting-code-review to dispatch the code-reviewer agent on merged result, then handle findings via receiving-code-reviewNever dispatch agents for tasks involving shared state — race conditions and conflicts will waste more time than sequential execution saves.