Agent skill · Documentation

documentation-criteria

Documentation creation criteria including PRD, ADR, Design Doc, and Work Plan requirements with templates. Use when creating or reviewing technical documents, or determining which documents are required.

shinprgithub.com/shinprGitHub ↗
claude-codeMIT
Install
npx skills add shinpr/claude-code-workflows --skill documentation-criteria --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 14 KB
Bundled scripts: none
Path: skills/documentation-criteria/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 664
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Documentation Creation Criteria ## Templates - **[prd-template.md](references/prd-template.md)** - Product Requirements Document template - **[adr-template.md](references/adr-template.md)** - Architecture Decision Record template - **[ui-spec-template.md](references/ui-spec-template.md)** - UI Specification template (frontend/fullstack features) - **[design-template.md](references/design-template.md)** - Technical Design Document template - **[plan-template.md](references/plan-template.md)** - Work Plan template - **[task-template.md](references/task-template.md)** - Task file template for implementation tasks ## Creation Decision Matrix | Structural Scale | Base Documents | Creation Order | |------------------|----------------|----------------| | Small | None | Direct implementation | | Medium | Design Doc → Work Plan | Start with Design Doc | | Large | PRD → Design Doc → Work Plan | Continue after PRD approval | Build one path in this order: 1. Select the base path from Structural Scale. 2. Insert an applicable UI Spec immediately before the Design Doc. 3. One or more qualifying ADR decision points insert an ADR batch immediately before the Design Doc. A qualifying decision poi

What's inside
Steps it walks through
  1. Templates
  2. Creation Decision Matrix
  3. Structural Scale
  4. ADR Decision Filters
  5. Detailed Document Definitions
  6. PRD (Product Requirements Document)
  7. ADR (Architecture Decision Record)
  8. UI Specification
  9. Design Document
  10. Work Plan
  11. Creation Process
  12. Storage Locations
  13. ADR Status
  14. AI Automation Rules
Ships with 6 files
  • references/adr-template.md
  • references/design-template.md
  • references/plan-template.md
  • references/prd-template.md
  • references/task-template.md
  • references/ui-spec-template.md
More from claude-code-workflows
All skills →
About this skill
What does the documentation-criteria skill do?

Documentation creation criteria including PRD, ADR, Design Doc, and Work Plan requirements with templates. Use when creating or reviewing technical documents, or determining which documents are required.

How do I install it?

Run `npx skills add shinpr/claude-code-workflows --skill documentation-criteria --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From shinpr/claude-code-workflows, a repository with 664 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going