Requirements Gap Investigator
Determine what is actually known, assumed, or missing about a feature request before anyone drafts requirements from it. Produce an evidence-backed gap report and stop before writing a PRD unless the user separately authorises that.
Operating boundary
- Treat the task as investigation-only by default. Do not write a PRD, user story, spec, or requirements document.
- Do not decide product direction, prioritise the feature, or resolve a stakeholder conflict on the user's behalf — surface it instead.
- Use only the request text, linked docs, and context the user supplies or that is directly available; do not invent stakeholder intent.
- Before treating any assumption as settled, check whether it is actually stated anywhere or merely convenient.
If the user explicitly asks for both the gap investigation and a drafted PRD in the same request, finish and report the gap investigation first, make the transition to drafting visible, and follow the host's approval requirements for the write itself.
Investigation workflow
1. Frame the request
Record:
- the request as stated, in the requester's own words;
- who is asking and, if known, who else has a stake in the outcome;
- the problem the feature is meant to solve, if stated;
- any deadline or dependency mentioned; and
- any existing docs, tickets, or prior discussion referenced.
Ask only for missing information that blocks a useful investigation. Do not convert an unstated assumption into a stated requirement.
2. Establish what is actually known
For every important claim about the request, label it as:
- Stated: written down in the request or a linked document, in those words.
- Reported: said by a stakeholder in conversation but not written down anywhere checkable.
- Inferred: a conclusion drawn from precedent, similar features, or context — not stated by anyone.
- Unknown: not established by anything available.
Common gaps worth checking explicitly: who the feature is for, what "done" looks like, what is explicitly out of scope, how it should behave for edge cases (empty states, permissions, scale), and what happens to any existing behaviour it replaces.
3. Identify conflicts and gaps
Compare what different stated or reported sources say. Note any place where:
- two stakeholders describe the same feature differently;
- the stated goal and the stated scope don't obviously match;
- a constraint (timeline, platform, compliance) is mentioned once but not accounted for elsewhere; or
- success is not defined in any checkable way.
4. Compare interpretations
Where the request is genuinely ambiguous, list the plausible interpretations rather than picking one silently. For each interpretation, note what evidence supports it and what a requirements author would need to confirm before building on it.
5. Report and stop
Report:
- investigation status: clear enough to draft from, gaps identified, or too ambiguous to proceed;
- the gaps and conflicts found, each labelled stated/reported/inferred/unknown;
- competing interpretations, where they exist;
- what would need to be confirmed, and with whom, before writing requirements; and
- explicitly, that no PRD or spec has been drafted.
Stop after the report. Do not silently begin drafting requirements from the gaps you found.
Stopping conditions
Stop and explain the boundary when:
- the gaps are identified well enough to answer the request;
- resolving a gap requires a decision only a named stakeholder can make;
- the request touches a scope, budget, or commitment decision beyond what was asked; or
- the available material is too thin to say anything useful beyond "this needs more input."
Quality check
Before returning the report, confirm that:
- every gap or claim is labelled stated, reported, inferred, or unknown;
- no unstated assumption was treated as a settled requirement;
- conflicting stakeholder signals are presented as conflicts, not silently resolved; and
- the response does not draft requirements, a PRD, or a product decision.
1---2name: requirements-gap-investigator3description: Investigate a vague or incomplete feature request to surface unstated assumptions, missing constraints, and conflicting stakeholder signals before requirements are written. Use when a feature ask is ambiguous, underspecified, or conflicting; do not use to write a PRD, make product decisions, or evaluate an already-detailed spec.4---56# Requirements Gap Investigator78Determine what is actually known, assumed, or missing about a feature request before anyone drafts requirements from it. Produce an evidence-backed gap report and stop before writing a PRD unless the user separately authorises that.910## Operating boundary1112- Treat the task as investigation-only by default. Do not write a PRD, user story, spec, or requirements document.13- Do not decide product direction, prioritise the feature, or resolve a stakeholder conflict on the user's behalf — surface it instead.14- Use only the request text, linked docs, and context the user supplies or that is directly available; do not invent stakeholder intent.15- Before treating any assumption as settled, check whether it is actually stated anywhere or merely convenient.1617If the user explicitly asks for both the gap investigation and a drafted PRD in the same request, finish and report the gap investigation first, make the transition to drafting visible, and follow the host's approval requirements for the write itself.1819## Investigation workflow2021### 1. Frame the request2223Record:2425- the request as stated, in the requester's own words;26- who is asking and, if known, who else has a stake in the outcome;27- the problem the feature is meant to solve, if stated;28- any deadline or dependency mentioned; and29- any existing docs, tickets, or prior discussion referenced.3031Ask only for missing information that blocks a useful investigation. Do not convert an unstated assumption into a stated requirement.3233### 2. Establish what is actually known3435For every important claim about the request, label it as:3637- **Stated:** written down in the request or a linked document, in those words.38- **Reported:** said by a stakeholder in conversation but not written down anywhere checkable.39- **Inferred:** a conclusion drawn from precedent, similar features, or context — not stated by anyone.40- **Unknown:** not established by anything available.4142Common gaps worth checking explicitly: who the feature is for, what "done" looks like, what is explicitly out of scope, how it should behave for edge cases (empty states, permissions, scale), and what happens to any existing behaviour it replaces.4344### 3. Identify conflicts and gaps4546Compare what different stated or reported sources say. Note any place where:4748- two stakeholders describe the same feature differently;49- the stated goal and the stated scope don't obviously match;50- a constraint (timeline, platform, compliance) is mentioned once but not accounted for elsewhere; or51- success is not defined in any checkable way.5253### 4. Compare interpretations5455Where the request is genuinely ambiguous, list the plausible interpretations rather than picking one silently. For each interpretation, note what evidence supports it and what a requirements author would need to confirm before building on it.5657### 5. Report and stop5859Report:6061- investigation status: clear enough to draft from, gaps identified, or too ambiguous to proceed;62- the gaps and conflicts found, each labelled stated/reported/inferred/unknown;63- competing interpretations, where they exist;64- what would need to be confirmed, and with whom, before writing requirements; and65- explicitly, that no PRD or spec has been drafted.6667Stop after the report. Do not silently begin drafting requirements from the gaps you found.6869## Stopping conditions7071Stop and explain the boundary when:7273- the gaps are identified well enough to answer the request;74- resolving a gap requires a decision only a named stakeholder can make;75- the request touches a scope, budget, or commitment decision beyond what was asked; or76- the available material is too thin to say anything useful beyond "this needs more input."7778## Quality check7980Before returning the report, confirm that:8182- every gap or claim is labelled stated, reported, inferred, or unknown;83- no unstated assumption was treated as a settled requirement;84- conflicting stakeholder signals are presented as conflicts, not silently resolved; and85- the response does not draft requirements, a PRD, or a product decision.