بنقرة واحدة
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