What problem does it solve? Conducting LLM research end-to-end—surveying papers, finding gaps, designing experiments, running ablations, and drafting a paper—involves many disconnected steps that are easy to lose track of. This Skill manages the full lifecycle as a structured state machine with persistent project state, so nothing is lost and every decision is recorded. ## Core Features & Use Cases - 8-Phase / 4-Gate Workflow: Progresses from topic framing through literature survey, gap analysis, experiment design, TDD-based implementation, run analysis, paper drafting, and self-review, pausing at four user approval gates. - Persistent Project State: Tracks progress in .research/<slug>/STATE.json with rollback edges, so interrupted projects resume exactly where they stopped. - Reproducibility & Lab Notebook: Enforces seed/config/git-rev pinning, generates postmortems for failed runs, and maintains a decision journal with predicted-vs-actual metacognition. - Use Case: Start a new research project from an arXiv URL or topic string, let the workflow survey related work via arxiv-mcp-agent, propose scored ideas, design a budget-constrained experiment, and produce a NeurIPS/ACL-formatted paper draft with a self-review report. ## Quick Start Start a new LLM research project on the topic "attention sinks in long-context Llama models" and run Phase 1 topic framing.