npx claudepluginhub advenire-consulting/thebrain --plugin thebrainDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node '${CLAUDE_PLUGIN_ROOT}/hooks/hypothalamus_hook.js'"
}
],
"matcher": "Edit|Write|MultiEdit|Bash"
},
{
"hooks": [
{
"type": "command",
"command": "node '${CLAUDE_PLUGIN_ROOT}/dlpfc/hooks/read-hook.js'",
"timeout": 5000
}
],
"matcher": "Read"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node '${CLAUDE_PLUGIN_ROOT}/hooks/post-edit-hook.js'",
"timeout": 10000
}
],
"matcher": "Edit|Write|MultiEdit"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"async": false,
"command": "node '${CLAUDE_PLUGIN_ROOT}/hooks/session-start.js'"
}
],
"matcher": "startup|resume|clear|compact"
}
]
}"Bash hooks on Pre/PostToolUse for GitHub issue tools (save/get/list), Write/Edit/Bash: validate tickets, gitignore, artifacts, worktrees, phase gates, blockers. Blocks/modifies tools, writes files."