PRD Compressor

מקצר מסמכי PRD ארוכים לסיכום של עמוד אחד עם user stories, acceptance criteria והגדרת MVP ברורה.

תחום: ניהול מוצר

מתי להשתמש

כשמקבלים PRD ארוך מבעלי עניין וצריך להפוך אותו למשהו שצוות הפיתוח יכול לעבוד איתו.

תגיות: prd, user-stories, planning

SKILL.md

--- name: prd-compressor description: Compress long PRDs into 1-page summaries with user stories, acceptance criteria, and MVP scope --- ## Overview Takes verbose product requirements and distills them to actionable engineering specs. ## When to use - After a product discovery sprint - Before estimation/planning meetings - When stakeholders provide unstructured docs ## How it works 1. Read the PRD document 2. Extract: problem statement, target user, success metrics 3. Group requirements into MoSCoW (Must/Should/Could/Won't) 4. Generate user stories in standard format 5. Define acceptance criteria per story ## Example usage ``` Use prd-compressor to turn this 20-page PRD into a 1-pager. ``` ## References - See references/sources.md