Expand description
Bridge between /go OKR approval gate and Ralph PRD execution loop.
Flow:
- OKR is approved (caller responsibility)
- LLM generates a PRD from the task + key results
- PRD is saved to disk and audit-logged
- Ralph loop executes the PRD with quality gates
- Story pass/fail maps back to KR outcomes on the OkrRun
Structs§
- GoRalph
Result - Result of a
/goexecution via Ralph. - Story
Result
Functions§
- execute_
go_ ralph - Run Ralph loop for a
/gotask, mapping results back to OKR. - format_
go_ ralph_ result - Format a GoRalphResult for display.
- generate_
prd_ from_ task - Generate a PRD from a task description and OKR key results using an LLM.