What problem does it solve? Manually breaking a GitHub planning or implementation issue into small, executable tasks for an autonomous coding loop is error-prone and inconsistent. This Skill fetches the issue, records its context in ralph/intake.md, and writes structured, dependency-ordered stories into ralph/prd.json. ## Core Features & Use Cases - Issue Import: Fetches a GitHub issue with gh CLI, including parent issue context and sibling issue titles, and records parsed sections in ralph/intake.md. - Story Splitting: Converts issue templates (to-prd, to-issues, request-refactor-plan, triage-issue) into multiple small, independently verifiable Ralph stories with acceptance criteria, priorities, and verification commands. - Dependency Management: Uses blocked_by for Ralph story ordering and blocked_by_issues for GitHub issue blockers, with deduplication against existing stories. - Use Case: A maintainer has a triage-issue describing a bug with a TDD fix plan. The Skill splits it into RED/GREEN cycle stories in prd.json so the Ralph loop can execute them one at a time. ## Quick Start Import GitHub issue number 123 into Ralph by splitting it into stories in ralph/prd.json.