epic-04/05: add discovery reasoning guardrails - #28
Merged
mtalvi merged 2 commits intoJul 29, 2026
Conversation
mtalvi
marked this pull request as ready for review
July 27, 2026 07:27
mtalvi
force-pushed
the
epic-04/05-reasoning-guardrails
branch
from
July 28, 2026 07:34
a6623c0 to
a2346db
Compare
YosiElias
reviewed
Jul 28, 2026
mtalvi
force-pushed
the
epic-04/05-reasoning-guardrails
branch
from
July 28, 2026 13:36
a2346db to
22426ac
Compare
Five concern areas the agent reasons about organically during PRD generation: scope creep, technology bias, GPU assumptions, completeness without over-specification, and user voice fidelity. Follows the concern-area format from docs/foundation/reasoning-guardrails-template.md. Co-authored-by: Cursor <cursoragent@cursor.com>
mtalvi
force-pushed
the
epic-04/05-reasoning-guardrails
branch
from
July 29, 2026 11:37
22426ac to
84fc3ee
Compare
🔍 Skill Validation (Advisory — does not block merge)❌ Errors
|
The Technology Bias and GPU Assumptions sections only flagged "assuming on-cluster serving" as a bias to watch for, with no equivalent check for assuming remote endpoints. This nudged the agent toward recommending remote inference by default, undermining RHOAI's on-cluster model serving as a showcase feature. Reworded to make both directions equally dependent on user input rather than agent assumption. Co-authored-by: Cursor <cursoragent@cursor.com>
🔍 Skill Validation (Advisory — does not block merge)❌ Errors
|
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.
Related Ticket:
APPENG-5567
Summary
Adds
reasoning-guardrails.mdtorh-qs-discovery— the mental framework the agent uses during PRD generation to catch common pitfalls without reducing quality checks to a mechanical checklist.What this file does
Defines 5 core concern areas the agent should reason about during discovery:
Plus context-specific sections for gap analysis mode and uploaded documents.
Design decisions
Test plan
prd-structurersubagent match the file name from PR-02