What problem does it solve?
This Skill automates converting disparate research artifacts (idea.md, experimental_log.md, template.tex, conference_guidelines.md) into a single, schema-validated JSON outline ready for downstream writing and literature-review agents, eliminating manual synthesis and error-prone checklist work.
Core Features & Use Cases
- Synthesis Across Inputs: Reads and synthesizes idea, experiments, template, and venue guidelines into a cohesive plot, intro/related-work, and section plan.
- Schema Validation & Guardrails: Emits workspace/outline.json conforming to the PaperOrchestra JSON schema and validates with scripts/validate_outline.py.
- Research-Ready Hints: Produces citation hint queries, timeline cutoff derivation, and strict plotting/section constraints for reliable literature and writing pipelines.
- Use Case: Use when preparing a conference submission from raw notes and experimental logs to generate a validated writing plan and figure checklist.
Quick Start
Outline a paper from idea.md, experimental_log.md, template.tex, and conference_guidelines.md into workspace/outline.json and validate it.