← Back to list

prd
by webdevike
Autonomous PRD workflow system for Claude Code
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: PRD description: Product Requirements Document lifecycle management - create, plan, and implement PRDs version: 1.0.0 triggers:
- "prd"
- "create prd"
- "plan prd"
- "work on prd"
- "implement"
PRD Skill
Comprehensive PRD (Product Requirements Document) management across the complete lifecycle.
Activation
This skill activates when users:
- Mention PRDs or product requirements
- Want to plan features or projects
- Need to implement planned tasks
Process Flow
Upon invocation:
- Read the PRD specification from
reference/prd-spec.md - Gather context by listing existing PRDs and checking task status
- Determine user intent from trigger words and existing PRD state
- Select appropriate workflow (Create, Plan, or Work)
- Execute the workflow completely
- Report results and suggest next steps
Workflow Selection
| Trigger Words | Workflow | When to Use |
|---|---|---|
| create, new, start, draft | workflows/CreatePRD.md | Starting a feature from scratch |
| plan, analyze, research, refine | workflows/PlanPRD.md | Existing PRD needs task breakdown |
| work, implement, build, code, develop | workflows/WorkPRD.md | Executing defined tasks |
| execute, autonomous, run | workflows/ExecutePRD.md | Autonomous execution with tracking |
Autonomous Execution
For hands-off execution in a tmux session:
# Start autonomous execution with task tracking
.claude/skills/PRD/scripts/execute-prd.sh <prd-name>
# Monitor progress
.claude/skills/PRD/scripts/task-status.sh <prd-name>
This ensures:
- Task status updated to
in-progressbefore each task - Validation runs before marking
completed - Blocked tasks documented with reasons
Decision Logic
User mentions PRD
│
▼
┌─────────────────────┐
│ PRD exists? │
└─────────────────────┘
│
No │ Yes
│ │
▼ ▼
CreatePRD ┌─────────────────┐
│ Tasks defined? │
└─────────────────┘
│
No │ Yes
│ │
▼ ▼
PlanPRD WorkPRD
Available Scripts
Run via bash to query PRD state:
| Script | Purpose |
|---|---|
scripts/list-prds.sh | List all PRDs |
scripts/list-defined-tasks.sh | Show tasks ready to implement |
scripts/list-draft-tasks.sh | Show tasks needing specs |
scripts/task-status.sh | Get status of specific task |
scripts/update-task-status.sh | Update task status |
scripts/research-status.sh | Check research completion |
scripts/execute-prd.sh | Start autonomous execution |
Requirements
Before proceeding:
- Read the workflow document completely before execution
- Follow each step in order - don't skip ahead
- Report what was accomplished with suggested next steps
Reference Materials
reference/prd-spec.md- PRD file format specificationreference/task-spec.md- Task specification templateschemas/tasks.schema.json- Task YAML validationschemas/research.schema.json- Research YAML validation
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon