WIP Packet
Depth
A self-contained, portable unit of work-in-progress — i.e. a Goals folder you can hand off.
Where it sits
A WIP packet is what a Goal is, viewed as something portable: a dated, self-contained folder you could hand to another human — or a fresh agent — mid-stream. The RESUME.md inside is what guarantees it: the packet is resumable from its own contents alone.
Example
Goals/2026-06-16_example-goal/ ← hand the whole folder to the next person
├── spec.md
├── plan.md
├── tasks.md
└── RESUME.md
This relies on tool-agnostic / portable design: .human is plain markdown and folder conventions, so nothing binds it to one tool — which is what lets a packet drop into any AI.
Related
Last updated