ワンクリックで
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