npx claudepluginhub dutstech/ceoralph --plugin ceo-ralphDefined in hooks/hooks.json
bash -lc "ROOT=\"${CLAUDE_PLUGIN_ROOT:-${CLAUDE_PLUGIN_DIR:-}}\"; if [ -z \"$ROOT\" ]; then echo \"CEO Ralph cleanup: plugin root not set\"; exit 0; fi; \"$ROOT/hooks/scripts/stop-runner.sh\""bash -lc "ROOT=\"${CLAUDE_PLUGIN_ROOT:-${CLAUDE_PLUGIN_DIR:-}}\"; if [ -z \"$ROOT\" ]; then exit 0; fi; \"$ROOT/hooks/scripts/hook-dispatch.sh\" subagent-stop"bash -lc "ROOT=\"${CLAUDE_PLUGIN_ROOT:-${CLAUDE_PLUGIN_DIR:-}}\"; if [ -z \"$ROOT\" ]; then exit 0; fi; \"$ROOT/hooks/scripts/hook-dispatch.sh\" subagent-start"Executes shell scripts on Stop, SubagentStart, and SubagentStop events to handle main and subagent lifecycle transitions.