Hq Dispatch banner
lji151 lji151

Hq Dispatch

Productivity community

Description

--- description: Hand a task to another domain's session, durably argument-hint: "<domain> <task in one line>" allowed-tools: ["Bash"] --- # Dispatch work to a department Parse `$ARGUMENTS` into a target domain and a task. If either is unclear, ask — a dispatch to the wrong domain is worse than a question. ```bash node "${CLAUDE_PLUGIN_ROOT}/scripts/hq.mjs" dispatch --to <domain> "<task>" ``` Add `--priority high` only when the user signals urgency; if everything is high priority, nothing is

Installation

Installs to ~/.claude/skills/lji151-session-hq-hq-dispatch/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lji151-session-hq-hq-dispatch && curl -fsSL https://raw.githubusercontent.com/lji151/session-hq/HEAD/commands/hq-dispatch.md -o ~/.claude/skills/lji151-session-hq-hq-dispatch/SKILL.md

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

Full documentation available on GitHub

View Source Repository