research-orchestrator
Installation
SKILL.md
Research Orchestrator
Accepts a freeform research request, plans scope, manages a 6-phase pipeline with 4 human checkpoint gates, and produces a polished, citation-rich research document. Every claim is traceable to its source, every gap is detected and addressed, and every run is reproducible and auditable.
The orchestrator coordinates two subagents (collector and synthesizer), invokes Graphify for knowledge graph construction, hands off to the research-format skill for polishing, and publishes via Quarto.
Quick Start
- User triggers with
/research "topic or question" - Orchestrator checks for interrupted runs via
find_interrupted_runs() - If interrupted runs exist: display them and offer to resume or start fresh
- If new run: call
init_run.pyCLI to create run directory and manifest - Proceed through the 6 pipeline phases with 4 checkpoint gates