Back to list
webdevike

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:

  1. Read the PRD specification from reference/prd-spec.md
  2. Gather context by listing existing PRDs and checking task status
  3. Determine user intent from trigger words and existing PRD state
  4. Select appropriate workflow (Create, Plan, or Work)
  5. Execute the workflow completely
  6. Report results and suggest next steps

Workflow Selection

Trigger WordsWorkflowWhen to Use
create, new, start, draftworkflows/CreatePRD.mdStarting a feature from scratch
plan, analyze, research, refineworkflows/PlanPRD.mdExisting PRD needs task breakdown
work, implement, build, code, developworkflows/WorkPRD.mdExecuting defined tasks

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:

ScriptPurpose
scripts/list-prds.shList all PRDs
scripts/list-defined-tasks.shShow tasks ready to implement
scripts/list-draft-tasks.shShow tasks needing specs
scripts/task-status.shGet status of specific task
scripts/update-task-status.shUpdate task status
scripts/research-status.shCheck research completion

Requirements

Before proceeding:

  1. Read the workflow document completely before execution
  2. Follow each step in order - don't skip ahead
  3. Report what was accomplished with suggested next steps

Reference Materials

  • reference/prd-spec.md - PRD file format specification
  • reference/task-spec.md - Task specification template
  • schemas/tasks.schema.json - Task YAML validation
  • schemas/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