What problem does it solve? When you need a quick read on what is happening with a Chronicle experiment — whether runs are failing, what state an experiment is in, or whether retracted ancestors invalidate its lineage — this Skill returns a structured snapshot without opening the web UI. ## Core Features & Use Cases - Single-experiment snapshot: Calls the bundled MCP tool chronicle.get_experiment to report lifecycle state, variations, run counts, and latest run statuses. - Lineage validity check: Uses chronicle.get_lineage to flag retracted parents or grandparents that invalidate an experiment's premises, surfaced in a prominent warning block. - Fleet overview: When no experiment is specified, lists the caller's experiments via chronicle.list_experiments with a compact per-experiment summary. - Use Case: Ask "what's running on experiment X" or "any failures recently" and get a read-only status report highlighting failures, retractions, and non-ready git repo states. ## Quick Start Ask the agent to show the status of your Chronicle experiment, for example by saying "what's going on with v2's run on experiment X".