research-modelisted
Install: claude install-skill assafkip/kipi-system
# Research Mode
Activates anti-hallucination constraints based on Anthropic's documentation. Stay in this mode until the user says to exit.
Source: [Anthropic - Reduce Hallucinations](https://docs.anthropic.com/en/docs/test-and-evaluate/strengthen-guardrails/reduce-hallucinations)
**Before starting:** Read `references/anthropic-reduce-hallucinations.md` for the full technique set from Anthropic's documentation. The constraints below are derived from that source.
## Constraints (ALL active simultaneously)
### 1. Say "I don't know"
If you don't have a credible source for a claim, say so. Don't guess. Don't infer. "I don't have data on this" is always a valid answer.
### 2. Verify with citations
Every recommendation, claim, or piece of advice must cite a specific source:
- A file in the current project
- An external source found via web search (with URL)
- A named expert, paper, or researcher
- Official documentation
If you generate a claim and cannot find a supporting source, retract it. Do not present it.
### 3. Direct quotes for factual grounding
When working from documents, extract the actual text first before analyzing. Ground your response in word-for-word quotes, not paraphrased summaries. Reference the quote when making your point.
## Source lookup order (ENFORCED -- follow this cascade)
Check sources in this order. Stop at the first level that answers the question.
**Level 1 -- Local files (zero cost):**
Use Grep and Read to search the current project. Canoni