From prd
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.
How this skill is triggered — by the user, by Claude, or both
Slash command
/prd:prdThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create detailed Product Requirements Documents that are clear, actionable, and suitable for implementation.
Create detailed Product Requirements Documents that are clear, actionable, and suitable for implementation.
/tasks/prd-[feature-name].mdImportant:
Before generating the PRD, ask yourself these questions and write your answers. This ensures you've thought through the problem:
## Self-Clarification
1. **Problem/Goal:** [Your answer based on the request and codebase context]
2. **Core Functionality:** [Your answer]
3. **Scope/Boundaries:** [Your answer - be conservative, prefer smaller scope]
4. **Success Criteria:** [Your answer - must be verifiable]
5. **Constraints:** [Your answer - note any mentioned constraints like "no DB migrations"]
Use context from: the request, AGENTS.md, existing code patterns, and any reports/analysis provided.
Generate the PRD with these sections:
Brief description of the feature and the problem it solves.
Specific, measurable objectives (bullet list).
Each task needs:
Each task should be small enough to implement in one focused session.
Format:
### T-001: [Title]
**Description:** [What to implement]
**Acceptance Criteria:**
- [ ] Specific verifiable criterion
- [ ] Another criterion
- [ ] Quality checks pass
- [ ] **[UI tasks only]** Verify in browser
Important:
Numbered list of specific functionalities:
Be explicit and unambiguous.
What this feature will NOT include. Critical for managing scope.
How will success be measured?
Remaining questions or areas needing clarification.
The PRD reader may be an AI agent. Therefore:
.md)/tasks/prd-[feature-name].md (kebab-case)# PRD: Task Priority System
## Introduction
Add priority levels to tasks so users can focus on what matters most.
## Goals
- Allow assigning priority (high/medium/low) to any task
- Provide clear visual differentiation between priority levels
- Enable filtering by priority
## Tasks
### T-001: Add priority field to database
**Description:** Add priority column to tasks table for persistence.
**Acceptance Criteria:**
- [ ] Add priority column: 'high' | 'medium' | 'low' (default 'medium')
- [ ] Generate and run migration successfully
- [ ] Quality checks pass
### T-002: Display priority indicator on task cards
**Description:** Show colored priority badge on each task card.
**Acceptance Criteria:**
- [ ] Each task card shows colored badge (red=high, yellow=medium, gray=low)
- [ ] Priority visible without hovering
- [ ] Quality checks pass
- [ ] Verify in browser
### T-003: Add priority selector to task edit
**Description:** Allow changing task priority in edit modal.
**Acceptance Criteria:**
- [ ] Priority dropdown in task edit modal
- [ ] Shows current priority as selected
- [ ] Saves on selection change
- [ ] Quality checks pass
- [ ] Verify in browser
## Functional Requirements
- FR-1: Add `priority` field to tasks table
- FR-2: Display colored priority badge on each task card
- FR-3: Include priority selector in task edit modal
## Non-Goals
- No priority-based notifications
- No automatic priority assignment
## Success Metrics
- Users can change priority in <2 clicks
- High-priority tasks immediately visible
Before saving the PRD:
/tasks/prd-[feature-name].mdCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub craigm26/founder-skills --plugin prd