Hq Decide banner
lji151 lji151

Hq Decide

Development community

Description

--- description: Append a decision to the shared decision log argument-hint: "<the decision, in one line>" allowed-tools: ["Bash"] --- # Record a decision ```bash node "${CLAUDE_PLUGIN_ROOT}/scripts/hq.mjs" decide "$ARGUMENTS" ``` If `$ARGUMENTS` is empty, ask what was decided. A decision log entry records a **commitment**, not a preference and not your recommendation. Before writing: - Confirm the user actually decided. "That sounds good" during exploration is not a decision. If you are

Installation

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

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

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

Full documentation available on GitHub

View Source Repository