Skip to content
Development
Hook

Hooks

What deep-implement runs automatically, and when. A hook is a command Claude Code fires at a fixed moment, without you asking for it.

Install
$ npx -y skills add piercelamb/deep-implement --agent claude-code

Ships with deep-implement. Installing the plugin gets these hooks.

What fires, and when

SessionStart

Fires once when a session begins, and again after a context compaction. It is where a plugin sets up its environment, or restores state the compaction dropped.

  • Runs capture-session-id.py.
Read hooks/hooks.json
Ships withdeep-implement

Blog posts: The Deep Trilogy - How the three plugins work together What I Learned - Technical lessons from plugin development /deep-implement is the final step in the deep planning pipeline.

Get the whole plugin, auto-invoked
Stats
56
Stars
0
Views
13
Forks
Maintained
Maintenance
Python
Language
MIT
License
1mo ago
Last commit
6mo ago
Created

Repo: piercelamb/deep-implement