phase6-writing

Orchestrate section planning, writer invocations, and assembly of research paper drafts.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/YurainSoon/research-director --skill phase6-writing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase6-writing
Source: https://github.com/YurainSoon/research-director/tree/main/.claude/skills/phase6-writing
Command: npx skills add https://github.com/YurainSoon/research-director --skill phase6-writing

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about phase6-writing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate end-to-end research paper drafting from upstream artifacts?

You can orchestrate end-to-end research paper drafting by coordinating section planning, invoking per-section writers in dependency order, and assembling the outputs. This process wires upstream artifacts like Phase 5 summaries and reviewer reports into a complete manuscript.

What is the best way to assemble a scientific paper draft after Phase 5 validation?

Assembling a scientific paper draft after Phase 5 validation involves an orchestration layer that drives section-by-section writer invocations. It enforces safe handoff to exit checks while generating standard sections like abstract, introduction, and methods.

How do I handle paper revision workflows when upstream research artifacts change?

To handle paper revisions when upstream artifacts change, the orchestration layer supports Case B revision flows. It validates updated section versions and re-assembles the manuscript, ensuring traceability and orderly handoff to exit checks.

Can I use this orchestration layer for fresh-entry paper drafting without prior revisions?

Yes, this orchestration layer supports fresh-entry paper drafting via Case A scenarios. It automatically manages sessions and drafts sections by wiring inputs from framework, story checks, and Phase 3/4 artifacts without needing prior revision triggers.

Do I need a Phase 5 PASS summary to start automated paper section generation?

Yes, a Phase 5 PASS summary is required to start automated paper section generation. The orchestration layer wires validated inputs from PHASE_5_SUMMARY.md, reviewer reports, and Phase 3/4 artifacts to drive the serial drafting of manuscript sections.

Why does paper section drafting need to follow a specific dependency order?

Paper section drafting requires a specific dependency order to ensure logical flow and traceability across sections like introduction, methods, and results. The orchestrator serially coordinates writer invocations in this order to assemble a coherent manuscript.