/plugin marketplace add standardbeagle/standardbeagle-tools/plugin install workflow@standardbeagle-toolsDefined in ./hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/session-cleanup.sh\"",
"timeout": 5
}
]
}
],
"PreCompact": [
{
"hooks": [
{
"type": "prompt",
"prompt": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/suggest-memories.sh\""
},
{
"type": "prompt",
"prompt": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/suggest-process-improvements.sh\""
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/track-subagent-spawn.sh\"",
"timeout": 5
}
],
"matcher": "Task"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/session-init.sh\"",
"timeout": 5
}
]
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/track-loop-iteration.sh\"",
"timeout": 10
}
],
"matcher": "workflow:task-executor"
},
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/track-verification.sh\"",
"timeout": 10
}
],
"matcher": "workflow:quality-verifier"
},
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/track-security-audit.sh\"",
"timeout": 10
}
],
"matcher": "workflow:security-auditor"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"prompt": 2,
"command": 6
},
"eventStats": {
"Stop": 1,
"PreCompact": 2,
"PostToolUse": 1,
"SessionStart": 1,
"SubagentStop": 3
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 6,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}