deep-dive
Installation
SKILL.md
Deep-Dive
A single operating loop that lets one agent enter any project cold, become an expert, and run long multi-task missions without losing course — tuned so a small (4–8B) local model stays reliable.
The one idea
Disk is the source of truth. Context is scratch memory that WILL be lost. Keep every durable
fact in .deepdive/ files, re-read them each turn, do one action at a time, and verify before
claiming done. The skill's value is this discipline plus the file conventions — not prose. Hold a
small, high-signal window; let long-running state live in files you re-read on demand.