shinpr/claude-code-discover · Archived

prd-standards

Defines PRD structure, user story format with 4 Risks assessment, EARS-format acceptance criteria, and delivery readiness thresholds. Use when writing PRDs, drafting user stories, defining acceptance criteria, or reviewing PRD quality and completeness.

First seen Jun 16, 2026

Installation

$ npx skills add shinpr/claude-code-discover --skill prd-standards

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from shinpr/claude-code-discover · top by installs.

npx skills add shinpr/claude-code-discover

Browse all from shinpr/claude-code-discover

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 6
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,634 B
  • docs SUMMARY.md 273 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

PRD Standards

Purpose

Canonical reference for PRD quality — shared by both authoring and review workflows. Ensures the author and reviewer apply the same standards.

Reference Selection

Task Read
Writing or reviewing a full PRD references/prd-template.md
Writing or reviewing acceptance criteria references/acceptance-criteria.md
Assessing story readiness or drafting user stories references/user-story-guide.md

Relationship to Core Frameworks

4 Risks framework, Confidence Meter (0-10), and OST hierarchy are foundational concepts. This skill operationalizes them in the PRD context — templates, thresholds, and format.

PRD Structure

A discovery-driven PRD follows a standard structure with additive extensions. See references/prd-template.md for the authoritative template.

Core sections (standard PRD):

  • Overview (one-line summary, background)
  • User Stories
  • Functional Requirements (with EARS-format ACs)
  • Non-Functional Requirements (including accessibility)
  • Success Criteria (tied to Product Outcomes)
  • Technical Considerations

Discovery extensions preserve the decisions carried by core sections while adding:

  • Hypothesis & validation references in Overview
  • 4 Risks confidence per user story
  • Unvalidated assumptions section in Technical Considerations

User Story Standards

Each user story follows the persona-grounded format with 4 Risks assessment. See references/user-story-guide.md for the full guide.

Key rules:

  • Reference a specific persona from docs/product/personas/, not generic "user"
  • Every story has a 4 Risks confidence table with evidence
  • "Validated enough" is judged by cost x risk x reversibility, not a fixed threshold
  • Remaining risks are documented explicitly, not hidden

Acceptance Criteria Standards

All functional requirements use EARS-format acceptance criteria. See references/acceptance-criteria.md for patterns and examples.

Key rules:

  • Use When (event-driven), While (state-driven), or If-Then (conditional) patterns
  • Each AC is testable with a clear pass/fail
  • User-facing requirements specify each applicable state; an excluded standard state gets a reason only when omission would leave behavior ambiguous
  • Accessibility ACs included for UI features