What problem does it solve? The Ralph autonomous agent system requires a specific prd.json format with right-sized, dependency-ordered user stories, and manually converting a markdown PRD into that structure is error-prone and often produces stories too large for a single agent iteration. ## Core Features & Use Cases - PRD to prd.json Conversion: Transforms markdown PRDs into Ralph's JSON schema with project, branchName, description, and userStories fields. - Story Sizing and Ordering: Splits oversized features into stories completable in one iteration and orders them by dependency (schema, backend, UI). - Verifiable Acceptance Criteria: Enforces checkable criteria like "Typecheck passes" and browser verification for UI stories. - Use Case: You have a PRD describing a notification system. Use this Skill to split it into six focused stories (database table, service, bell icon, dropdown, mark-as-read, preferences) and output a ready-to-run prd.json. ## Quick Start Convert this PRD into Ralph's prd.json format with properly sized and ordered user stories.