npx claudepluginhub nthplusio/functional-claude --plugin dev-workflowDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/exit-plan-check.js",
"timeout": 5
}
],
"matcher": "ExitPlanMode"
}
]
}"Runs plan-review-hook.py Python script on PreToolUse events matching ExitPlanMode, automating plan review before exiting plan mode. Can block tool calls. No bash or file writes."