Hook
Runs when you submit a prompt, before the agent sees it, executing refine-prompt-gate.sh via bash. From josix/agent-flow.
A Claude Code plugin that transforms Claude into a multi-agent orchestrated system with specialized agents (Riko, Senku, Loid, Lawliet, Alphonse), verification gates, and cost-aware model selection.
Hook
Runs when you submit a prompt, before the agent sees it, executing refine-prompt-gate.sh via bash. From josix/agent-flow.
Hook
Runs before the agent uses a tool for Write, Edit, Agent and Task tool calls, executing enforce-delegation.sh, validate-changes.sh and log-event.sh via bash (3 commands). From josix/agent-flow.
Hook
Runs after a tool call finishes for Agent, Task, Write and Edit tool calls, executing validate-changes.sh and log-event.sh via bash (2 commands). From josix/agent-flow.
Hook
Runs when a subagent finishes, executing log-event.sh via bash. From josix/agent-flow.
Hook
Runs when a session ends, executing log-event.sh via bash. From josix/agent-flow.
Hook
Runs when a session starts, executing load-project-context.sh via bash (2 commands). From josix/agent-flow.
Hook
Runs when the agent finishes a response, executing verify-completion.sh via bash. From josix/agent-flow.
Hook
Runs on the TeammateIdle event, executing teammate-idle-check.sh via bash. From josix/agent-flow.
Hook
Runs when a task is marked completed, executing task-completed-check.sh via bash. From josix/agent-flow.