## What problem does it solve?
This Skill closes the gap between local codebase analysis and external prior art by systematically collecting existing patterns, relevant dependencies, docs, and prior attempts so downstream planning can build on real context instead of reinventing solutions.
## Core Features & Use Cases
- Explorer-driven code mapping: Dispatches a read-only explorer subagent to map files, symbols, and abstractions related to the feature.
- Ecosystem & history scan: Searches dependency manifests, docs, ADRs/RFCs, and git history to identify reusable packages, constraints, and prior attempts.
- Concise synthesis and commit: Produces a compact .godmode/research.md (under 60 lines) with relevance tags, appends a TSV log entry, and commits the research before think runs.
- Use Case: When adding a cross-cutting feature or integrating an external library, use this Skill to avoid proposing greenfield designs and to anchor proposals in existing patterns.
### Quick Start
Use the research skill to gather prior art for the proposed "add user authentication" feature and write .godmode/research.md.