Ralph PRD Converter Converts existing PRDs to the prd.json format that Ralph uses for autonomous execution. --- The Job Take a PRD (markdown file or text) and convert it to in your ralph directory. --- Output Format --- Story Size: The Number One Rule Each story must be completable in ONE Ralph iteration (one context window). Ralph spawns a fresh Amp instance per iteration with no memory of previous work. If a story is too big, the LLM runs out of context before finishing and produces broken code. Right-sized stories: - Add a database column and migration - Add a UI component to an existing p…