What problem does it solve?
This Skill solves the problem of turning a vague research idea into a complete, repeatable end-to-end pipeline—covering idea discovery, experiment design, deployment, verdict evaluation, and (optionally) paper writing—while maintaining progress you can safely resume after interruption.
Core Features & Use Cases
- End-to-end orchestration: Coordinates Stage 0–5 (including Human Gates) into a single research workflow from empty wiki to paper-ready outputs.
- Progress snapshot & recovery: Writes
wiki/outputs/pipeline-progress.md after each Gate/Stage so you can resume via --start-from without losing work.
- Non-blocking experiment execution: Deploys experiments in Stage 3a, returns control during async Stage 3b, then collects results in Stage 3c.
- Iterative verdict refinement: Uses
exp-eval and triggers at most 1 refined iteration loop when claims are insufficient, capped by guardrails.
Quick Start
Run the research pipeline from your direction with: use /research "your research direction" --auto.