What problem does it solve?
Phase 6 Writing orchestration layer coordinates the assembly of a scientific paper draft by taking validated Phase 5 outputs and driving section-by-section writer invocations, then assembling a complete manuscript. It handles plan declaration, per-section generation, and final assembly, ensuring traceability and orderly handoff to Phase 6 exit checks.
Core Features & Use Cases
- Orchestrates section planning and ordered drafting across all standard paper sections (abstract, introduction, methods, experiments, results, discussion, conclusion).
- Serially coordinates the writer agent to produce per-section drafts in dependency order, then concatenates them into a single phase_6_writing/drafts/paper_v{n}.md.
- Enforces safe handoff to Phase 6 exit check and supports Case A fresh entry or Case B revision flows triggered by upstream changes.
Quick Start
Type the skill into your orchestration system and trigger Proceed to Phase 6 after Phase 5 PASS; the skill will manage sessions and draft sections automatically.