What problem does it solve?
This Skill speeds up technical research and planning by providing a rigorous, phased approach to scope, gather information, evaluate sources, and synthesize action-oriented recommendations.
Core Features & Use Cases
- Structured research phases: Scope definition, systematic information gathering, analysis, and synthesis aligned with YAGNI, KISS, and DRY principles.
- Multi-source strategy: When possible, use Gemini for searches (gemini -m gemini-2.5-flash -p "<topic>") and save reports under ./plans/<plan-name>/reports/YYMMDD-<topic>.md; fallback to WebSearch when Gemini isn't available.
- Actionable outputs: Executive summaries, implementation plans, and risk/mitigation insights suitable for planning scalable solutions.
Quick Start
Start a research plan for "<topic>" and, if Gemini is available, run a search with gemini -m gemini-2.5-flash -p "<topic>" (timeout: 10 minutes) and save to ./plans/<plan-name>/reports/YYMMDD-<topic>.md. If Gemini isn't available, use the WebSearch tool to gather sources, then proceed to Phase 3 and 4.