6 events · 12 hooks
npx claudepluginhub barkain/claude-code-workflow-orchestration --plugin workflow-orchestratorDefined in hooks/plugin-hooks.json
uv run --no-project --script "${CLAUDE_PLUGIN_ROOT}/hooks/stop/python_stop_hook.py"10ms*uv run --no-project --script "${CLAUDE_PLUGIN_ROOT}/hooks/PreToolUse/validate_task_graph_compliance.py"5msuv run --no-project --script "${CLAUDE_PLUGIN_ROOT}/hooks/PreToolUse/require_delegation.py"5msBashuv run --no-project --script "${CLAUDE_PLUGIN_ROOT}/hooks/PreToolUse/token_rewrite_hook.py"3msEdit|Write|MultiEdituv run --no-project --script "${CLAUDE_PLUGIN_ROOT}/hooks/PostToolUse/python_posttooluse_hook.py"^(ExitPlanMode|Skill|SlashCommand)$uv run --no-project --script "${CLAUDE_PLUGIN_ROOT}/hooks/PostToolUse/remind_skill_continuation.py"2msAgent|Taskuv run --no-project --script "${CLAUDE_PLUGIN_ROOT}/hooks/PostToolUse/validate_task_graph_depth.py"5msuv run --no-project --script "${CLAUDE_PLUGIN_ROOT}/hooks/PostToolUse/remind_todo_after_task.py"2msstartup|resume|clear|compactuv run --no-project --script "${CLAUDE_PLUGIN_ROOT}/hooks/SessionStart/inject_all.py"20ms*uv run --no-project --script "${CLAUDE_PLUGIN_ROOT}/hooks/SubagentStop/remind_todo_update.py"3msuv run --no-project --script "${CLAUDE_PLUGIN_ROOT}/hooks/SubagentStop/trigger_verification.py"5msuv run --no-project --script "${CLAUDE_PLUGIN_ROOT}/hooks/UserPromptSubmit/clear-delegation-sessions.py"2msEnforces task graph compliance, delegation requirements, and depth-3 decomposition for Agent/Task tools via Pre/PostToolUse Python hooks. Rewrites Bash for token efficiency, issues TODO/skill reminders. Touches bash and files.