feat(digging): PRD external-grounding — 웹 근거로 거짓 전제 차단 (v0.1.14) - #32
Merged
Conversation
PRD 리뷰(digging)의 4렌즈가 코드베이스 grounding만 하던 것에, deep-research 하네스를 축소 이식한 조건부 external-grounding을 추가한다. PRD가 외부 세계에 의존하는 주장(3rd-party API 동작·가격·한도, 라이브러리 능력, 규제, 경쟁사)을 담을 때만 발화해 그 주장을 WebSearch로 검증하고, 모순 주장을 Feasibility/ Security의 Critical 씨앗으로 넣는다. - parallel-digging-coordinator: Phase 1.5 (Scope→Search→Verify) 신설 + research_context를 A/B/C 렌즈에 read-only 주입 + 게이팅·fallback·출력 배선 - prd-reviewer: 소형·순차 경로에도 Phase 1.5 참조 (정의는 coordinator 단일 소스) - 검증 강도: 1소스 태깅(confirmed/contradicted/unverifiable) + 모순만 3표 재검증 - 게이팅: Scale Grade ≥ Startup 또는 3rd-party ≥1일 때만. Hobby·refactor· 외부주장 0·WebSearch 불가 → 무마찰 스킵(웹 호출 0) - 양방향 검증 완료: Startup PRD는 거짓 전제 2건 차단(BLOCKED), Hobby PRD는 웹 호출 0회로 스킵(PASS) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
요약
PRD 리뷰(digging)의 4렌즈가 지금까지 코드베이스 grounding만 수행하고 외부 세계 검증은 0이던 빈틈을 메운다. Claude 기본
deep-research하네스(Scope→Search→Verify)를 PRD 주장 검증용으로 축소 이식해, PRD가 외부에 의존하는 주장을 담을 때만 웹으로 검증한다.통째 이식이 아니라 패턴만 빌림 — 웹 리서치 리포트를 만드는 게 아니라, PRD의 거짓 전제를 커밋 전에 차단하는 게 목적.
무엇이 바뀌나
parallel-digging-coordinator:Phase 1.5 External Grounding신설 (Scope→Search→Verify) +research_context를 A/B/C 렌즈에 read-only 주입 + 게이팅·fallback·출력·표시 전배선prd-reviewer: 소형·순차 경로에도 Phase 1.5 참조 추가 (정의는 coordinator 단일 소스, 중복 금지) → 소형/대형 PRD 양쪽에서 동일 동작설계 원칙
confirmed/contradicted/unverifiable) + 모순 주장만 3표 적대 재검증(2/3 유지 시 확정)--no-research→ 스킵.--research강제검증 (양방향)
두 테스트 PRD로 end-to-end 실행:
NextAuth v5 SAML 기본제공·Supabase 무료 MAU 무제한두 거짓 전제를 3/3 소스로 모순 확정 → P0 요구사항의 공수·비용 과소추정을 커밋 전 차단.tool_uses=1(PRD Read만) — 불필요한 웹 호출 0.참고
docs/·브랜드 PNG 미포함 확인. 버전 0.1.13 → 0.1.14 (8곳).🤖 Generated with Claude Code