What problem does it solve?
Creates durable, publication-ready research reports in GitHub-Flavored Markdown so deep analysis, evidence, and deliverables live in a file rather than only in ephemeral chat replies. It enforces structure, citation discipline, and file output conventions so the full analysis is preserved, reproducible, and shareable.
Core Features & Use Cases
- Markdown report output: writes the full analysis to a .md file named from the topic in lowercase kebab-case and saves it in the working directory.
- Inline citations and sourcing: encourages inline markdown links for any factual claims and forbids fabricated URLs.
- Structured presentation: uses headings, tables, and embedded images/charts with relative paths to communicate findings clearly.
- Image/chart generation guidance: instructs generating plots with real commands (python3, bash, or project scripts) and saving them next to the report.
- Concise chat summary: presents a short chat-level summary while the substantive analysis lives in the saved report file, which is shown to the user.
Quick Start
Create a research report on the topic "Quarterly revenue growth trends" with inline citations, include a revenue-growth chart saved as quarterly-revenue-growth.png, name the file quarterly-revenue-growth.md, and show the file to me.