원클릭으로
prd
Convert plan to actionable structured PRDs
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Convert plan to actionable structured PRDs
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Code review using Git
Code review using Jujutsu
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when you have a spec or requirements for a multi-step task, before touching code
Ultra-compressed communication mode. Distills AI output to its core — ~65% fewer tokens while keeping full technical accuracy. Use when user says "caveman", "terse", "kurz", "kurz&knapp", "kurz bitte", "less tokens", "weniger text", or invokes /caveman-distillate.
| name | prd |
| version | 1.0.0 |
| description | Convert plan to actionable structured PRDs |
Convert plans into actionable structured Product Requirements Documents (PRDs).
PRD is a JSON array of objects, each object representing a PRD. Each object should be commit-size changes.
{
"category": "functional",
"description": "Brief description of the feature",
"steps": [
"Step 1: Action to take",
"Step 2: Verification step",
"Step 3: Expected outcome"
],
"passes": false
}
Write to: ./.claude/plans/prd.json
Project name is the last section of the current working directory.
$ARGUMENTS