Research a technical question from the MASTER_PLAN. Formats prompts for external AI tools (Perplexity/Gemini), logs findings to docs/research/.
Research a technical question for rashk. Process:
docs/MASTER_PLAN.md section 4 (Research Questions) to find the relevant question$ARGUMENTS specifies a question ID (e.g., "R1.1"), look it up directly$ARGUMENTS is a topic (e.g., "wasmtime vs extism"), find matching questionsCreate or update docs/research/<question-id>.md:
# <Question ID>: <Question Title>
**Researched:** <date>
**Sources:** <list URLs>
**Confidence:** High / Medium / Low
## Findings
<concise summary of what we learned>
## Key Data Points
- Crate versions, maturity, download counts
- Benchmarks or performance data
- Known limitations or gotchas
- Production users / case studies
## Recommendation
<what this means for rashk's architecture>
## Prompts for External Tools
### For Perplexity
<formatted question optimized for Perplexity's web search>
### For Gemini
<formatted question optimized for Gemini's analysis>
If findings inform a decision, note it in the Decisions Log.
Summarize findings and provide the formatted prompts for the user to paste into Perplexity/Gemini.