Have an agent review your PRD for gaps
언제 쓸까: You drafted a spec and want a critical read before sharing with engineering.
사전 조건
- Notion internal integration token — notion.so/my-integrations → New integration → copy secret
- Page shared with the integration — On the page: ••• → Connections → add your integration
흐름
-
Fetch the page contentRead the Notion page at <URL>. Summarize in 5 bullets what this spec is proposing.✓ 복사됨→ Accurate 1-paragraph summary — proves the agent understood it
-
Find underspecified areasList every place where the spec is vague: missing error cases, undefined edge behavior, unclear ownership, no rollout plan, no success metric.✓ 복사됨→ Numbered gap list with page references
-
Draft questions for the reviewConvert those gaps into 5-10 specific questions a reviewing engineer would ask. Append them to the Notion page as a new 'Open Questions' section.✓ 복사됨→ Questions block added to the page
결과: A tighter spec plus an Open Questions section that gets the right conversations started before the review meeting.
함정
- Agent hallucinates details that aren't in the spec — In the prompt, insist: 'only flag gaps; do not invent facts; cite the section where each gap occurs'
- Long specs get truncated on fetch — Use
retrieve_block_childrenpage-by-page if the page has many blocks; don't rely on a singleget_pagecall