feat(rpi): Dexter Horthy's RPI Framework Improvements#1
Open
aheusingfeld wants to merge 3 commits intoGodModeAI2025:mainfrom
Open
feat(rpi): Dexter Horthy's RPI Framework Improvements#1aheusingfeld wants to merge 3 commits intoGodModeAI2025:mainfrom
aheusingfeld wants to merge 3 commits intoGodModeAI2025:mainfrom
Conversation
…runcating files Co-Authored-By: Craft Agent <agents-noreply@craft.do> - Introduce 'Research Summary' as mandatory section in plan.md - Introduce 'Outline' alignment before writing plan.md - Ensure iterative loop (Back-and-Forth) in Clarify/Plan phases - Add Plan Fidelity Check (F3) to review and Gate G5 - Enable 'Isolated Research' (Discover without feature-ticket bias) - Apply Prompt-Diet via Execution Rules to enforce step-by-step processing without truncating content
6d9d953 to
9531a5a
Compare
Co-Authored-By: Craft Agent <agents-noreply@craft.do> - Add references/conventions/rpi-framework-evaluation.md detailing hypotheses and long-term plugin vision - Update SKILL.md Session-Retro to include RPI metric tracking (Prompt Diet compliance, Outline Friction) - Update 08-management.md to enable log parsing for RPI efficacy validation
Co-Authored-By: Craft Agent <agents-noreply@craft.do> - Add 'Anti-Vibe-Coding (RPI Framework)' section to README.md - Add 'Anti-Vibe-Coding (RPI Framework)' feature cards to index.html
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.
Dieser Pull Request implementiert Dexter Horthy's RPI-Framework-Learnings ('No Vibes Allowed' / 'Everything we got wrong'), um Halluzinationen zu verhindern und Agenten fester an die Codebasis zu binden.
Zudem implementiert er Überwachung, Evaluierung und ein Retro-Framework, um mechanische Metriken zur Einhaltung dieser Regeln zu erfassen.
Geplante Tasks (Implementierung)
Task 1: 'Research Summary' als Pflichtbestandteil der plan.md
## 0. Research Summary & Context.Task 2: Aufbrechen des Wasserfalls (Iterativer Loop)
Task 3: Einführung des 'Plan Fidelity Checks' (G5 / Modus 7)
Task 4: Outline vor dem Plan (Back-and-Forth)
plan.mdentsteht, präsentiert der Agent eine High-Level-Outline und klärt offene Fragen.Task 5: Isoliertes Research (Kein Feature-Ticket Bias)
Task 6: Prompt-Diet (Max. 40 Instructions pro Modus)
01-specify.md,02-clarify.md,03-plan.md,09-discover.md) haben am Dateianfang einen strikten 'Prompt Diet'-Block erhalten.Task 7: RPI-Monitoring & Retro (Hypothesenvalidierung)
references/conventions/rpi-framework-evaluation.mdangelegt. Enthält die 4 zu testenden RPI-Hypothesen, Risiken (z.B. Alert Fatigue durch False-Positive Drifts) und die langfristige Strategie, dieses Verhalten in System-Plugins (State Machines, AST-Scanner,spawn_sessionHooks) zu überführen.session-retro.md(ausgelöst am Ende viaSKILL.md) fragt nun zwingend den Erfolg des RPI-Frameworks ab (z.B. Gab es Eager Execution?).08-management.md) aggregiert diese Retro-Ergebnisse und Gate-Fehler (wie oft scheiterte Gate 5 an Drift?) in einem RPI-Evaluation-Report.Doku-Updates
(Co-Authored-By: Craft Agent)