**Extract Quality Gates:** Parse the PRD to identify universal and UI-specific quality gates.
**Create Epic Bead:** Generate a `bd create` command to create an epic bead for the feature, linking back to the source PRD.
**Create Child Beads:** For each user story, generate a `bd create` command to create a child bead, including story-specific acceptance criteria and quality gates.
**Set Dependencies:** Use `bd dep add` to define dependencies between beads, ensuring correct execution order (schema → backend → UI).
**Output Beads:** Write the generated `bd create` commands to the `.beads/beads.jsonl` file.
**Provide Instructions:** Explain how to run `ralph-tui` with the generated beads to execute the tasks.