Automates code analysis workflows by executing commands before, during, and after specific tool interactions.
npx claudepluginhub linxule/interpretive-orchestrationDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/check-stage1-complete.js\"",
"timeout": 5
}
],
"matcher": "@dialogical-coder|/qual-parallel-streams|/qual-synthesize|/qual-code-deductive|/qual-characterize-patterns"
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/session-reflect.js\"",
"timeout": 15
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/interpretive-pause.js\"",
"timeout": 10
},
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/check-coherence.js\"",
"timeout": 5
}
],
"matcher": "@dialogical-coder"
},
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/generate-audit-trail.js\"",
"timeout": 10
}
],
"matcher": "/qual-synthesize"
},
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/post-phase-transition.js\"",
"timeout": 10
}
],
"matcher": "/qual-advance-stage|/qual-complete-stage1|/qual-parallel-streams|/qual-synthesize|/qual-characterize-patterns|@dialogical-coder"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 6
},
"eventStats": {
"PreToolUse": 1,
"SessionEnd": 1,
"PostToolUse": 4
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 6,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}