What problem does it solve?
Prevents AI coding agents from implementing stale, guessed, or unverifiable technical knowledge by enforcing a structured research workflow using authoritative sources.
Core Features & Use Cases
- Topic decomposition for searchability: Converts a feature goal into 2–5 keyword targets that map directly to APIs, patterns, and docs.
- Priority-based multi-tool research: Uses a staged tool order (official-doc MCPs first, then web search, then deep URL reading) to reduce incorrect assumptions.
- Verifiable research logs and fallbacks: Persists findings into research logs and explicitly flags when the agent must rely on training data.
- Architecture decision support: Triggers ADR creation when research reveals tradeoffs, new dependencies, or architectural changes.
- Training-data honesty guardrail: Ensures the agent never silently claims verification when it could not validate externally.
Quick Start
Use the research-methodology skill to research the API and integration pattern for an unfamiliar technology stack before writing implementation code.