What it does
/research runs a structured, multi-source research process that produces sourced findings with explicit confidence levels. Rather than acting on assumptions or training-data knowledge, it gathers current information and validates it before handing findings to a downstream workflow.
When to use
Use/research before implementing with unfamiliar technology, validating an approach, comparing options, or answering questions that need current information.
When not to use: If the answer is in the existing codebase, read the code first. /research is for unknowns that require external sources.
Prerequisites
Conversation mode
Planning Mode — required.What happens
Session announcement
Antigravity outputs a session header listing the specific questions to be answered and what decisions depend on each answer.
List questions explicitly
Before any searching, all questions are stated explicitly. Each question is tied to a downstream decision it will inform.
Load the deep-research skill
The
deep-research skill runs its full 5-step process: source discovery, source quality ranking, claim extraction, cross-source corroboration, and confidence assignment.Apply quality gate
The deep-research quality checklist must score 4/5 before findings can be acted on. If it scores below 4/5, more sources are gathered. Low-confidence findings are never handed off to
/brainstorm, /plan, or /design.State decision alignment
Before handing off, Antigravity explicitly states: “Decision: [what I’m about to decide]. Finding that supports it: [key finding + confidence]”.
Skills invoked
deep-research— 5-step multi-source research process with source quality ranking
Example
Antigravity will never present training-data knowledge as researched knowledge. If sources are inaccessible, it announces the failure reason and confidence level explicitly before presenting any findings.
Related commands
/brainstorm
Run /research before /brainstorm to validate technical feasibility of approaches.
/plan
Run /research before /plan to confirm architecture decisions with sourced evidence.
/design
Run /research before /design to evaluate options with current information.
/analyze
For analysis of existing code rather than external unknowns.