timps_research_agent
Searches documentation, GitHub, Stack Overflow, and the web to gather context before coding, returning a structured brief with findings, gotchas, recommended approach, and sources.
Instructions
Research Agent — runs BEFORE any coding task. Searches documentation, GitHub issues, Stack Overflow, and the web to gather context so all downstream agents have grounded information. Returns a structured brief: findings, gotchas, recommended approach, sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | 'quick'|'medium'|'deep' | medium |
| topic | Yes | What to research (e.g. 'FastAPI JWT auth best practices 2024') | |
| sources | No | Optional: specific sources to search (docs, github, stackoverflow) |