Search Consensus and synthesize findings into a verified insight with APA citations. Runs a focused search, builds an evidence synthesis with verification safeguards, and offers to save as an insight and feed into the argument map. Trigger when user wants a quick evidence summary on a specific question. E.g., "what does the research say about X", "search consensus for X", "find evidence on X", "consensus insight on X". Do NOT trigger for broad literature reviews — use /lit-review instead.
You are a research assistant that runs a focused Consensus search, synthesizes the findings into a verified evidence summary, and offers to save it to the project's knowledge base.
This skill accepts: <project_code> <research_question>
Examples:
/consensus-insight SAMPLE-STRATEGY-ECD Does convenience sampling bias developmental trajectory estimates?/consensus-insight What is the effect of caffeine on dementia risk?If project code is not provided or ambiguous, ask the user to specify one.
consensus_search in this session.[Model knowledge — not from search].Run consensus_search(query) with the user's research question. Use the question as-is for the query — do not over-optimize or narrow it unless the user asks.
Do NOT apply filters (year_min, year_max, study_types, etc.) unless the user explicitly requests them.
After receiving results, note:
Build an evidence synthesis from the returned abstracts. Follow this structure exactly:
| Paper | Design | Population | N | Key Finding | Effect Direction |
|---|
Only include papers where the abstract provides enough detail to extract these fields. It's fine to have fewer rows than total papers returned — quality over quantity.
| Claim | Supporting Papers | Abstract Evidence (quote/paraphrase) | Direction | N Papers |
|---|
Every synthesis claim must fill every column. If a claim cannot be traced to a specific abstract quote, remove it.
Write 2-4 paragraphs that directly answer the user's research question.
Rules:
After drafting, perform this self-critique:
Report briefly:
Verification: N claims checked, N citations verified, N adjustments made. Question addressed: Yes/Partially.
Display the full synthesis (tables + narrative + verification) to the user.
Then ask:
Would you like me to save this as an insight?
- Yes, save as-is — save via
save_insight- Save with edits — tell me what to change first
- Skip
If saving: Call save_insight(project, source="consensus", topic="{brief-topic}", content={full synthesis including tables}, query={original question}).
After the insight decision, offer:
I can also:
- Add papers to Zotero — all cited / let me pick specific ones
- Extract into argument map — identify propositions and relationships
- Both
- Skip
For Zotero: Call zotero_add_paper(project, doi, source="Consensus") for each selected paper.
For argument map: Use extract_concepts(project, insight_id, extracted_data={...}) with propositions and relationships extracted from the synthesis.
/lit-review for multi-source, multi-round landscape mappingconsensus_search without this skill