From research-writing-assistant
Orchestrates multi-stage research paper writing workflows with planning gates, chapter architecture enforcement, task packets, review checks, and multi-agent chapter dispatching for full drafts.
npx claudepluginhub norman-bury/research-writing-skillThis skill uses the workspace's default tool permissions.
This skill controls the workflow around the writing skills. It prevents "one prompt writes the paper" behavior by forcing stage detection, task packets, review gates, and a capability-use audit.
Establishes workflow for research writing tasks and routes to specialized skills like paper-orchestration, brainstorming-research, literature-review. Use when starting paper-related work.
Orchestrates multi-agent writing of academic papers or proposals from research artifacts, with evidence-grounded prose, MAGI cross-review, and quality validation.
Orchestrates parallel paper processing by splitting into H1 sections and dispatching subagents to run skills like polish, translation, de-ai on .tex or .md files.
Share bugs, ideas, or general feedback.
This skill controls the workflow around the writing skills. It prevents "one prompt writes the paper" behavior by forcing stage detection, task packets, review gates, and a capability-use audit.
For any medium task or full-paper task, do not write manuscript text until these exist or are created:
plan/project-overview.mdplan/outline.mdplan/progress.mdplan/chapter-architecture.mdMedium task means any request that affects more than one paragraph, one subsection, one chapter, one figure/table set, or any claim tied to references or experiments.
For a full-paper draft, the controller must first lock the chapter architecture. Do not inherit an old chapter split if the user, target venue, or paper type implies a different structure.
For computer science / engineering SCI papers, use this body structure unless the user or target template explicitly requires otherwise:
Abstract, Conclusion, and References may be generated as supporting files, but they must not hide weak body chapters or inflate the chapter count. A standalone Related Work chapter is only allowed when the target outline explicitly demands it.
Create plan/chapter-architecture.md before drafting. It must list the exact required chapter files, target role, minimum body length, owner agent, and whether the chapter may use planning placeholders.
## Required chapter files
- chapters/01_Introduction.md | min_chars=4500 | agent=required | placeholders=no
- chapters/02_Methodology.md | min_chars=4500 | agent=required | placeholders=no
If this file exists, the quality gate must treat extra or missing chapter files as failures.
For any full-paper draft or redraft, the controller must not write all chapters itself. It must:
plan/chapter-agent-provenance.md;If subagents are not available, stop and ask the user whether to continue in degraded single-agent mode. Do not silently fall back to one-pass generation.
Classify the current work before acting:
| Stage | Trigger | Required next skill |
|---|---|---|
| S0 Scope | topic, target, structure unclear | brainstorming-research |
| S1 Evidence | references, Introduction, Related Work | evidence-driven-writing + literature-review |
| S2 Method | model, algorithm, system, method section | writing-chapters with method flow gate |
| S3 Experiments | setup, results, tables, charts | experiment-results-planning + figures-python |
| S4 Drafting | section text | writing-chapters |
| S5 Review | quality, consistency, submission risk | peer-review + verification |
Record the stage in plan/progress.md.
Before dispatching a section task, create a persistent packet under plan/task-packets/. Conversation-only packets are not acceptable for medium or full-paper work because they cannot be audited later.
## Task Packet
- Scope:
- Files to read:
- Files allowed to edit:
- Required skills:
- Evidence/data inputs:
- Required artifacts:
- Rejection checks:
- Validation commands:
Subagents must receive the task packet, not the entire vague project. If subagents are available, split independent work into literature mapping, method architecture, experiment planning, figure generation, and review. Do not let multiple agents edit the same file.
For chapter-writing packets, add:
Every medium task needs two reviews before completion:
If either review fails, fix before moving to the next task.
At the end of every medium task, write a short audit in plan/progress.md:
### Capability-use audit
- Required skills:
- Skills actually used:
- Inputs consumed:
- Inputs not used and why:
- Artifacts produced:
- Verification run:
- Remaining risk:
The task is not complete without this audit.