doc-collect

Collects reference document paths and generates a file index Markdown before planning work.

Updated May 10, 2026
One-click install
npx skills add https://github.com/dadafinger/dadafinger-skills --skill doc-collect-dadafinger
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: doc-collect
Source: https://github.com/dadafinger/dadafinger-skills/tree/main/doc-collect
Command: npx skills add https://github.com/dadafinger/dadafinger-skills --skill doc-collect-dadafinger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Before starting a new feature plan or a revision project, planners waste time hunting down scattered reference documents across Desktop folders and shared cloud storage. This Skill gathers the relevant file paths and produces a single index Markdown so the planning work starts with a complete, organized document list. ## Core Features & Use Cases - Mode-based collection: Supports two modes — new planning (collects research materials and reference specs) and revision/enhancement (collects the latest existing spec, IA structure XLSX, and review history). - Latest-version detection: Identifies the newest file by version number in the filename or by date. - Graceful skipping: Missing folders or files are recorded as uncollected items instead of causing errors. - Use Case: Before drafting a spec for "Alarm Settings v4.0", run the collection to get an index MD listing the Desktop working folder contents, the latest existing spec PDF, and the IA structure file. ## Quick Start Collect the preparation documents for the Alarm Settings feature version 4.0 in new planning mode and generate the index Markdown.

Frequently Asked Questions about doc-collect

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

FAQPage Schema
How do I collect reference documents before writing a product spec?▼

Provide the feature name, version, and mode (new planning or revision). The Skill scans the Desktop working folder and shared-drive directories, then writes an index Markdown listing every relevant file path, name, and type.

What is the difference between new planning mode and revision mode?▼

New planning mode collects research materials, reference documents, and the latest spec PDF for context. Revision mode collects the latest existing spec PDF, the newest IA structure XLSX, and any review or verification history folders matching the feature name.

Does the document collection read the contents of the files?▼

No. The Skill only collects file paths, filenames, and extensions. It never opens or reads file contents, which keeps the collection fast and avoids loading large documents into context.

What happens if a folder or file is missing during collection?▼

Missing paths do not cause errors. The Skill skips them silently and records each one in the uncollected section of the output Markdown with the path and reason, so gaps are visible in the final index.

How is the latest version of a spec file determined?▼

The newest file is identified by the highest version number in the filename (such as v3 over v2) or, when versions are absent, by the most recent date. This ensures the index always points to the current spec or IA file.