Complete workflow for project documentation including ADRs, PRDs, personas, and docs organization. Use when setting up documentation for a new project or improving existing docs. Triggers on project documentation, ADR, PRD, personas, docs structure, documentation setup.
Security Analysis
high confidenceAn instruction-only meta-skill that provides templates and doc-organization guidance; its content, requirements, and instructions are coherent with the stated purpose and request no credentials or special system access.
The name/description promise documentation workflows (ADRs, PRDs, personas, runbooks) and the SKILL.md + README contain templates, directory layouts, checklists, and guidance that directly implement that purpose. There are no unrelated requirements (no binaries, env vars, or config paths).
SKILL.md is purely advisory: templates, recommended directory structure, quality gates, and when-to-use guidance. It does not instruct the agent to read arbitrary files, access environment variables, phone home, or transmit data to unexpected endpoints. The only actionable commands shown are suggested install/copy commands (npx/clawhub and file copy examples) for installing the skill, which are normal for an instruction-only skill.
There is no formal install spec in the skill bundle (instruction-only). README suggests npx/clawhub and manual copy commands as common installation paths; these are typical installer recommendations and not part of the skill runtime. No downloads from unknown URLs or archive-extract steps are embedded in the skill itself.
The skill declares no required environment variables, no credentials, and no config paths. Nothing in the instructions attempts to access secrets or system configuration, so requested privileges are proportional to its purpose.
always:false (default) and normal user-invocable/autonomous invocation flags. The skill does not request persistent presence or modify other skills or global agent config. Its privileges are typical for a meta-skill of this type.
Guidance
This skill is an instruction-only documentation meta-skill and appears coherent and low-risk: it provides templates, directory layouts, and checklists and does not request credentials or access to your system. Before installing, review the source repo (the README shows an npx install and manual-copy examples); if you run npx or any installer, remember npx will execute code from the npm registry — only install packages from sources you trust. If you want extra caution, copy the SKILL.md/README locally and inspect them rather than running automated installers.
Latest Release
v1.0.0
Initial release providing a comprehensive workflow for project documentation. - Introduces templates and structure for ADRs, PRDs, personas, and runbooks. - Provides recommended directory layout and clear separation of "current state" vs "planning" docs. - Includes quality gates, anti-patterns, and documentation checklists. - Docs-first philosophy encourages designing documentation before coding.
More by @wpank
Published by @wpank on ClawHub