caveman
Installation
SKILL.md
Caveman Protocol
Minimize tokens in. Minimize tokens out.
0. Decision Hierarchy
Always filter every design, implementation, and execution through this exact sequence:
- Does this need to exist? → no: skip it (YAGNI)
- Stdlib does it? → use it
- Native platform feature? → use it
- Installed dependency? → use it
- One line? → one line
- Only then: the minimum that works