chronicle-research-survey

Surveys internal experiment history and external literature to synthesize prior-art and gap summaries.

1|1|Updated May 9, 2026
One-click install
npx skills add https://github.com/methodic-research/skills --skill chronicle-research-survey-methodic-research
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: chronicle-research-survey
Source: https://github.com/methodic-research/skills/tree/main/plugins/chronicle/skills/research-survey
Command: npx skills add https://github.com/methodic-research/skills --skill chronicle-research-survey-methodic-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Before starting a new experiment, researchers need to know what has already been tried internally and what the published literature says. This Skill automates that two-source prior-art survey and produces a synthesized gap analysis, so new work builds on explicit evidence rather than guesswork. ## Core Features & Use Cases - Two-source survey: Searches Chronicle's internal corpus (past experiments, lineage, hypothesis/takeaways/research reports) via MCP tools, plus external arxiv/papers through a configured literature MCP. - Citation tracking: Registers external publications and links both papers and internal reports as citations on the anchor experiment, so provenance travels with the record. - Optional persistence: Saves the synthesis as a research_report asset attached to an experiment when explicitly requested. - Use Case: Ask "survey the literature on diffusion model schedulers before I design an experiment" and receive a structured summary of what's been tried internally, what the field has published, and the gap a new experiment would fill. ## Quick Start Ask the agent to survey the literature and prior internal experiments on your research topic before proposing a new experiment.

Frequently Asked Questions about chronicle-research-survey

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I survey prior art before starting a new experiment?▼

Invoke this skill with a research topic, and it searches Chronicle's internal experiment history plus external literature via a literature MCP. It returns a synthesized summary of what's been tried, what's published, and the remaining gap.

How does the skill search internal experiment history?▼

It calls the chronicle.search MCP tool scoped to hypothesis_report, takeaways_report, and research_report asset types, plus chronicle.list_experiments filtered to concluded and committed experiments. Results can be biased toward an experiment's lineage subgraph.

Does the research survey work without a literature MCP configured?▼

Yes, it degrades gracefully to Chronicle-internal results only. The synthesis explicitly notes that external literature was not surveyed rather than fabricating citations.

Can I save the survey synthesis as a report in Chronicle?▼

Yes, when save_as_report is set and an anchor experiment exists, the synthesis is persisted via chronicle.write_report as a research_report asset linked to that experiment. Without an experiment, the synthesis is presented inline only.

What happens if Chronicle search returns a 503 error?▼

The skill falls back to chronicle.list_experiments and chronicle.get_lineage for a best-effort pass over internal history, and still runs the external literature MCP if one is configured.