From 科研写作助手 (Research Writing Assistant)
Orchestrates multi-section research paper writing with hard gates for plans, outlines, task packets, chapter architecture, and multi-agent dispatching per chapter.
How this skill is triggered — by the user, by Claude, or both
Slash command
/research-writing-assistant:paper-orchestrationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
npx claudepluginhub norman-bury/research-writing-skillRoutes research writing tasks to specialized skills like paper-orchestration and brainstorming-research, enforcing workflow with planning, checks, and red flags before writing.
Orchestrates the full academic research pipeline: research, writing, integrity checks, two-stage peer review, and revision. Coordinates deep-research, academic-paper, and academic-paper-reviewer skills into a reproducible 10-stage workflow.
Orchestrates a 10-stage academic research pipeline: research, writing, integrity checks, two-stage peer review, revisions, and finalization. Coordinates deep-research, academic-paper, and academic-paper-reviewer skills with mandatory user confirmation checkpoints.