shinpr/nautilus · 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 Jul 22, 2026

Installation

$ npx skills add shinpr/nautilus --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/nautilus · top by installs.

npx skills add shinpr/nautilus

Browse all from shinpr/nautilus

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 Not 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 3
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,085 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 (recipe-define) and review (doc-reviewer) 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 product-principles

4 Risks framework, Confidence Meter (0-10), and OST hierarchy are defined in product-principles. This skill operationalizes them in the PRD context — templates, thresholds, and format. For authoritative definitions, always defer to product-principles.

PRD Structure

A nautilus PRD uses the portions of the standard structure required by its delivery consumer. See references/prd-template.md for the available structure.

Core sections (include when they carry a delivery decision or required evidence):

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

Nautilus extensions (include at the smallest scope that affects delivery):

  • Hypothesis & validation references in Overview
  • 4 Risks evidence at the scope that changes delivery readiness
  • Design Context derived from design artifacts and prototypes
  • Unvalidated assumptions section in Technical Considerations

User Story Standards

User stories remain grounded in an evidenced persona or user distinction. Record 4 Risks evidence at the smallest scope that changes delivery readiness; shared evidence does not need to be repeated per story. See references/user-story-guide.md for the output and readiness rules.

Key rules:

  • Reference a specific persona from docs/product/personas/, not generic "user"
  • Each material risk has evidence available to the delivery decision
  • "Validated enough" is judged by cost x risk x reversibility, not a fixed threshold
  • Remaining risks are documented explicitly, not hidden

Acceptance Criteria Standards

Use EARS-format acceptance criteria when its event, state, or conditional form makes the requirement more testable or a downstream consumer requires it. See references/acceptance-criteria.md for selection, quality, and traceability rules.

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 ACs cover relevant states (loading, empty, error, partial, success)
  • Accessibility ACs included for UI features