What problem does it solve? Turning a research hypothesis discussed with an agent into a tracked, first-class experiment on the Chronicle platform requires several coordinated steps — drafting the hypothesis document, creating the experiment, attaching pre-registration, and linking a research prompt. This Skill automates that entire flow through the bundled MCP tools. ## Core Features & Use Cases - Experiment creation: Calls chronicle.create_experiment with a distilled title, hypothesis summary, and seed config YAML, producing an experiment in open state. - Pre-registration: Attaches the full hypothesis as a frozen hypothesis_report asset and links a primary research prompt as the experiment's anchor. - Lineage and citations: Registers parent experiments (handling tentative links that block commit) and cites publications via DOI or arXiv. - Optional commit: Locks the experiment specification when the user asks, resolving tentative lineage links via promote/drop dispositions. - Use Case: After surveying prior art, tell the agent to propose an experiment testing your hypothesis; it drafts the hypothesis document, creates the experiment, attaches the report, and reports the new experiment ID. ## Quick Start Ask the agent to propose an experiment for the hypothesis we just discussed and commit it once the hypothesis report is attached.