claude-piv-skeleton: Command for Claude Code

.claude/commands/product/create-prd.md

create-prd is a command for Claude Code from plipowczan/claude-piv-skeleton. It costs 7 tokens per session (1,013 once invoked), scanned A, a copy of create-prd, MIT.

A command that turns a conversation about a product into a Product Requirements Document, or PRD, which describes what should be built.

In plain words
What is it for?
Use it to create a PRD file with an overview, target users, MVP boundaries, technical areas, and user stories.
Why use it?
It collects scattered requirements into one document covering users, goals, scope, and expected behavior.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

This is plipowczan/claude-piv-skeleton's own configuration. It tells Claude Code how to work on claude-piv-skeleton itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-piv-skeleton configures →

Part of the piv-speckit plugin — 6 skills, 16 commands shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to plipowczan/claude-piv-skeleton. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/plipowczan/claude-piv-skeleton/main/.claude/commands/product/create-prd.md
Clone the repo
git clone --depth 1 https://github.com/plipowczan/claude-piv-skeleton

Made for: Claude Code.

Or install piv-speckit, the plugin that ships this one along with the rest of its 6 skills, 16 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for create-prd

README.md
[![agentmods](https://agentmods.dev/badge/commands/plipowczan/claude-piv-skeleton/create-prd.svg)](https://agentmods.dev/commands/plipowczan/claude-piv-skeleton/create-prd)
Your own site
<a href="https://agentmods.dev/commands/plipowczan/claude-piv-skeleton/create-prd"><img src="https://agentmods.dev/badge/commands/plipowczan/claude-piv-skeleton/create-prd.svg" alt="Measured on agentmods" height="20"></a>
Per session 7 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,013 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 98% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00007 $0.01013
Opus 5 $0.00003 $0.00507
Sonnet 5 $0.00001 $0.00203
Haiku 4.5 $0.00001 $0.00101

Measured 8d ago against content hash 4ac8d5ab3401, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

create-prd scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

98% identical to create-prd — 29 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/commands/product/create-prd.md · 152 lines

How it starts

The opening of the file, as written. The whole thing — 152 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Create PRD: Generate Product Requirements Document

Overview

Generate a comprehensive Product Requirements Document (PRD) based on the current conversation context and requirements discussed. Use the structure and sections defined below to create a thorough, professional PRD.

Output File

Write the PRD to: $ARGUMENTS (default: PRD.md)

PRD Structure

Create a well-structured PRD with the following sections. Adapt depth and detail based on available information:

Required Sections

1. Executive Summary

  • Concise product overview (2-3 paragraphs)
  • Core value proposition
  • MVP goal statement

2. Mission

  • Product mission statement
  • Core principles (3-5 key principles)

3. Target Users

  • Primary user personas
  • Technical comfort level
  • Key user needs and pain points

4. MVP Scope

  • In Scope: Core functionality for MVP (use ✅ checkboxes)
  • Out of Scope: Features deferred to future phases (use ❌ checkboxes)
  • Group by categories (Core Functionality, Technical, Integration, Deployment)

5. User Stories

  • Primary user stories (5-8 stories) in format: "As a [user], I want to [action], so that [benefit]"
  • Include concrete examples for each story
  • Add technical user stories if relevant

6. Core Architecture & Patterns

  • High-level architecture approach
  • Directory structure (if applicable)
  • Key design patterns and principles
  • Technology-specific patterns

7. Tools/Features

  • Detailed feature specifications
  • If building an agent: Tool designs with purpose, operations, and key features
  • If building an app: Core feature breakdown

8. Technology Stack

  • Backend/Frontend technologies with versions
  • Dependencies and libraries
  • Optional dependencies
  • Third-party integrations

9. Security & Configuration

  • Authentication/authorization approach
  • Configuration management (environment variables, settings)
  • Security scope (in-scope and out-of-scope)
  • Deployment considerations

10. API Specification (if applicable)

  • Endpoint definitions
  • Request/response formats
  • Authentication requirements
  • Example payloads

Read the full file on GitHub · 152 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 152 lines · 7 tokens per session scan A 4ac8d5ab3401

Subscribe to this mod's changes

create-prd is a command published in the GitHub repository plipowczan/claude-piv-skeleton (4 stars, last pushed 7mo ago), licensed MIT. It adds 7 tokens to every session and 1,013 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to create-prd, differing in 29 lines, and is treated as a copy.