Generates follow-up actions when Claude subagents complete their assigned tasks.
npx claudepluginhub omarshahine/agent-pluginsDefined in hooks/hooks.json
{
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/retrospective.py",
"timeout": 15,
"statusMessage": "Running triage retrospective..."
}
],
"matcher": "chief-of-staff:batch-processor"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 1
},
"eventStats": {
"SubagentStop": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 1,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}