SessionStart
01Hook
Runs when a session starts on startup, executing preflight.py via uv with --no-project and --script. From andyrids/icm-spec.
Claude Code plugin for spec-driven development alongside Interpretable Context Methodology (ICM).
Hook
Runs when a session starts on startup, executing preflight.py via uv with --no-project and --script. From andyrids/icm-spec.
Hook
Runs to expand your prompt before the agent sees it, executing gate_implement.py and gate_clarification.py via uv with --no-project and --script (2 commands). From andyrids/icm-spec.
Hook
Runs before the agent uses a tool for Edit and Write tool calls, executing gate_spec_edit.py and gate_output_naming.py via uv with --no-project and --script (4 commands). From andyrids/icm-spec.
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing gate_plan_frontmatter.py and gate_spec_frontmatter.py via uv with --no-project and --script (4 commands). From andyrids/icm-spec.
Hook
Runs when the agent finishes a response, executing gate_spec_coverage.py and gate_closeout.py via uv with --no-project and --script (2 commands). From andyrids/icm-spec.