What problem does it solve?
It solves the problem of chaotic, hard-to-reuse investigation notes by giving you a consistent, structured way to record plans, findings, research, and checkpoints over time.
Core Features & Use Cases
- Experiment-based documentation: Scaffold an append-only experiment “lab notebook” with plans, findings, checkpoints, and research.
- Config-driven structure: Uses defaults shipped inside the skill (customizable via config/defaults.yaml inside the skill) so you don’t need repo-root setup files.
- Deterministic, parallel-safe workflows: Scripted file creation is designed to be stateless and concurrency-friendly using experiment index resolution.
Use when: starting a new investigation, recording experiments and discoveries, running focused research, or capturing “what happened / what’s next” at natural stopping points.
Quick Start
Tell your AI to start a new investigation by running /doc start "my-investigation", then continue with /doc plan, /doc finding, and /doc ckpt as you discover and decide.