scientific-writing
Installation
SKILL.md
Scientific Writing (orchestrator)
Overview
A three-stage pipeline from a code+results repo to a manuscript draft. Each stage owns a skill and a durable artifact under docs/writing/<story-slug>/ in the consuming repo. This skill routes to the right stage and resumes from whatever artifacts already exist.
Stages
| Stage | Skill | Reads | Writes |
|---|---|---|---|
| 1. Story | scientific-writing-story |
the repo | story.md |
| 2. Outline | scientific-writing-outline |
story.md |
outline.md, references.md |
| 3. Draft | scientific-writing-draft |
outline.md, references.md, story.md, style guide |
draft.md |