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