feat(ralph): add PRD status update and Graphiti integration#19
Open
Milofax wants to merge 1 commit intoWirasm:developmentfrom
Open
feat(ralph): add PRD status update and Graphiti integration#19Milofax wants to merge 1 commit intoWirasm:developmentfrom
Milofax wants to merge 1 commit intoWirasm:developmentfrom
Conversation
Adds two major enhancements to prp-ralph completion workflow: 1. PRD Status Update (Step 5): - After successful completion, Ralph now updates the source PRD - Changes phase status from "in-progress" to "complete" - Updates plan path reference to completed/ directory - Critical for /prp-plan to correctly identify next plannable phase 2. Graphiti Learning Integration (Step 3.10 + Step 4): - Save iteration learnings during the loop (not just at the end) - Use project_group_id during loop to avoid confirmation dialogs - Promote general learnings to main only at completion - Ensures learnings survive even if loop is cancelled Bug fixed: Previously, Ralph would complete all tasks and archive the plan, but leave the PRD showing "in-progress" status. This caused /prp-plan to fail at identifying the next phase as plannable. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Author
|
Hey! Just checking in on this PR — adds PRD status updates and Graphiti integration to Ralph. Let me know if you'd like any changes or if it's ready to merge! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
in-progresstocompleteafter successful implementationProblem
After Ralph completes all tasks and archives the plan, the PRD still showed
in-progressstatus. This caused/prp-planto fail at identifying the next plannable phase.Discovered in: graphiti-influxer project - Phase 2 was fully implemented (14 tasks, 21 tests passing), but PRD showed "in-progress" and
/prp-plancouldn't select Phase 3.Solution
1. PRD Status Update (New Step 5)
in-progressto**complete**completed/directory/prp-planto correctly identify next plannable phase2. Graphiti Learning Integration (Step 3.10 + Step 4)
project_group_idduring loop to avoid confirmation dialogsmainonly at completionTest plan
/prp-ralphon a PRD-based plancompleteafter successful runcompleted/directory/prp-planon same PRD and verify next phase is selected🤖 Generated with Claude Code