Generates follow-up actions when Claude subagents complete their assigned tasks.
npx claudepluginhub mnthe/hardworker-marketplaceDefined in hooks/hooks.json
{
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/src/hooks/orchestrator-completed.js"
}
],
"matcher": "teamwork:orchestrator"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 1
},
"eventStats": {
"SubagentStop": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 1,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 1
}
}