Loading...
Loading...
Create and manage structured documentation — experiments, plans, findings, checkpoints, research, learnings. Config-driven, parallel-safe.
npx skill4agent add quickcall-dev/skills docconfig/defaults.yaml| Command | What to run |
|---|---|
| start <name> | |
| expt <name> | |
| plan <index> <title> | |
| finding <index> <title> | |
| ckpt <index> <description> | |
| research <index> <topic> | |
| review <index> <title> | |
| learn <index> <domain> <title> | |
| list | |
| status <index> | |
| resume <index> | |
startexpt| User says... | You do... |
|---|---|
| "Let's investigate X" / starts new work | |
| "Plan this" / "How should we approach" | |
| User enters plan mode | STOP. Do NOT use |
| You discover something significant | |
| Conversation wrapping up / context switch | |
| "Research X" / "Look into Y" | |
| "Review X" / "Check this output" | |
| "Remember this" / "Key learning" | |
| "Continue experiment 19" / "Pick up" | |
| "What experiments exist?" | |
| "What's the state of experiment 19?" | |
/doc list.claude/plan.md/doc plan/doc resumeckpt```mermaid
graph LR
A[Starting state] --> B[What was done]
B --> C[Current state]
C --> D[Next steps]
```
## What
What was accomplished. Bullet points, brief.
## Key Takeaways
Surprising findings, confirmed/rejected hypotheses, numbers that matter.
## Issues
Blockers hit, workarounds used, unresolved problems. Include error messages if relevant.
## Decisions
Key choices made and why. What was considered and rejected.
## Next
Concrete next steps with enough detail that a new agent can pick up cold.
Include file paths, command examples, and what to watch out for./doc ckpt 7 "v1 analysis complete"experiments/NNN-{name}/
├── .meta.json auto-updated by scripts
├── plans/ multiple plans, numbered
├── findings/ multiple findings, numbered
├── checkpoints/ progress snapshots, numbered
├── review/ structured reviews, numbered
└── research/ prompt + response pairs, numbered/doc start my-investigationconfig/defaults.yaml.meta.json23023023-docs-and-structs.claude/plan.mdconfig/defaults.yamllearn"auth-flow""investigation-into-authentication-flow-reliability-issues"