One-click install
npx skills add https://github.com/quickcall-dev/skills --skill doc-quickcall-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc
Source: https://github.com/quickcall-dev/skills/tree/main/skills/doc
Command: npx skills add https://github.com/quickcall-dev/skills --skill doc-quickcall-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure investigation notes to preserve context and progress?

Structure investigation notes by scaffolding an append-only experiment workspace containing plans, findings, checkpoints, and research files. This preserves context and progress for long-running research and iterative engineering investigations.

What is the best way to log research and capture checkpoints during iterative engineering?

The best way to log research is using a lab notebook format with structured notes and experiment tracking. You scaffold an experiment workspace and record discoveries at natural stopping points using checkpoint commands.

How do I start a new investigation and record findings using structured notes?

Start a new investigation by running the start command to create the experiment workspace. Continue by appending discoveries and decisions to the generated plan, findings, and checkpoints files as you progress.

Does this documentation approach require repo-root setup files or external dependencies?

No repo-root setup files or external dependencies are required. The structure uses defaults shipped inside the skill, customizable via a config file, making file creation stateless and deterministic.

Can I use this knowledge management workflow for parallel and concurrent experiments?

Yes, you can use this workflow for parallel experiments. Scripted file creation is designed to be deterministic and parallel-safe using index-based experiment resolution, ensuring concurrency-friendly workflows.