/plugin marketplace add barkain/claude-code-workflow-orchestration/plugin install workflow-orchestrator@barkain-pluginsDefined inline in plugin.json manifest
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/stop/python_stop_hook.sh"
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/PreToolUse/validate_task_graph_compliance.sh",
"timeout": 5,
"description": "Validate Task invocations against active task graph execution plan"
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/PreToolUse/require_delegation.sh",
"timeout": 5
}
],
"matcher": "*"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/PostToolUse/python_posttooluse_hook.sh"
}
],
"matcher": "Edit|Write|MultiEdit"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/PostToolUse/validate_task_graph_depth.sh",
"timeout": 5,
"description": "Enforce minimum depth-3 decomposition for atomic tasks"
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/PostToolUse/update_wave_state.sh",
"timeout": 5,
"description": "Auto-advance waves when all phases complete"
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/PostToolUse/remind_todo_after_task.sh",
"timeout": 2
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/PostToolUse/inject_dag_visualization.sh",
"timeout": 10,
"description": "Inject DAG visualization after Task completion"
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/PostToolUse/workflow_sync.sh",
"timeout": 5,
"description": "Sync workflow state after Task completion"
}
],
"matcher": "Task"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/PostToolUse/validation_gate.sh",
"timeout": 10
}
],
"matcher": "Task|SlashCommand"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/SessionStart/inject-output-style.sh",
"description": "Technical adaptive hook that provide technical informative output"
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/SessionStart/inject_workflow_orchestrator.sh",
"timeout": 20
}
]
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/SubagentStop/remind_todo_update.sh",
"timeout": 3
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/SubagentStop/trigger_verification.sh",
"timeout": 5
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/UserPromptSubmit/clear-delegation-sessions.sh",
"timeout": 2
}
],
"matcher": "*"
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/UserPromptSubmit/clear-delegation-sessions.sh",
"timeout": 2
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": true,
"touchesFileWrites": true
},
"typeStats": {
"command": 16
},
"eventStats": {
"Stop": 1,
"PreToolUse": 2,
"PostToolUse": 7,
"SessionStart": 2,
"SubagentStop": 3,
"UserPromptSubmit": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 16,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 3
}
}