AgentSkillsCN

prd

将方案转化为可执行的结构化PRD。

SKILL.md
--- frontmatter
name: prd
version: 1.0.0
description: Convert plan to actionable structured PRDs

PRD Generation

Convert plans into actionable structured Product Requirements Documents (PRDs).

PRD Format

PRD is a JSON array of objects, each object representing a PRD. Each object should be commit-size changes.

json
{
  "category": "functional",
  "description": "Brief description of the feature",
  "steps": [
    "Step 1: Action to take",
    "Step 2: Verification step",
    "Step 3: Expected outcome"
  ],
  "passes": false
}

Output Location

Write to: ./.claude/plans/prd.json

Project name is the last section of the current working directory.

$ARGUMENTS