Prd
Create and manage Product Requirements Documents (PRDs). Use when: (1) Creating structured task lists with user stories, (2) Specifying features with acceptance criteria, (3) Planning feature implemen
Create and manage Product Requirements Documents (PRDs). Use when: (1) Creating structured task lists with user stories, (2) Specifying features with acceptance criteria, (3) Planning feature implemen
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Create and manage Product Requirements Documents (PRDs) for feature planning.
A PRD (Product Requirements Document) is a structured specification that:
agents/prd.json in the projectpasses: false → true{ "project": "MyApp", "branchName": "ralph/feature-name", "description": "Short description of the feature", "userStories": [ { "id": "US-001", "title": "Add priority field to database", "description": "As a developer, I need to store task priority.", "acceptanceCriteria": [ "Add priority column: 'high' | 'medium' | 'low'", "Generate and run migration", "Typecheck passes" ], "priority": 1, "passes": false, "notes": "" } ] }
| Field | Description |
|---|---|
| Project name for context |
| Git branch for this feature (prefix with ) |
| One-line feature summary |
| List of stories to complete |
| Unique identifier (US-001, US-002) |
| Short descriptive title |
| "As a [user], I want [feature] so that [benefit]" |
| Verifiable checklist items |
| Execution order (1 = first) |
| Completion status ( → when done) |
| Runtime notes added by agent |
Each story should be completable in one context window.
Stories execute in priority order. Earlier stories must NOT depend on later ones.
Correct order:
Must be verifiable, not vague.
status column to tasks table with default 'pending'"Always include:
"Typecheck passes"
Update
passes: true when a story is complete. Use notes field for runtime observations:
"notes": "Used IF NOT EXISTS for migrations"
| Action | Command |
|---|---|
| Create PRD | Save to |
| Check status | `cat prd.json |
| View incomplete | `jq '.userStories[] |
See
references/ for detailed documentation:
agent-usage.md - How AI agents execute PRDs (Claude Code, OpenCode, etc.)workflows.md - Sequential workflow patternsoutput-patterns.md - Templates and examplesNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.