content-drafting

Draft structured documents and chapters from outlines, notes, and interview records.

Updated Aug 31, 2026
One-click install
npx skills add https://github.com/DreamMacer/jiuwenswarm --skill content-drafting-dreammacer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: content-drafting
Source: https://github.com/DreamMacer/jiuwenswarm/tree/main/resources/agent/workspace/plugins/plugin_packages/content-creation/skills/content-drafting
Command: npx skills add https://github.com/DreamMacer/jiuwenswarm --skill content-drafting-dreammacer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Turning scattered notes, interview transcripts, or old drafts into usable written content is slow and often stalls at the blank page. This Skill judges the document type, builds a workable structure, and produces substantive first-draft prose in the first reply instead of plans or empty templates. ## Core Features & Use Cases - Material-First Drafting: Distinguishes user facts, opinions, assumptions, and gaps, then produces a document judgment, suggested outline, and an editable opening section without inventing facts. - Chapter-by-Chapter Manuscript Writing: Continues from an established structure with consistent terminology, tone, and cross-chapter logic, plus a copyable continuation prompt for the next session. - Embedded Visuals: Adds architecture diagrams (SVG), flowcharts and sequence diagrams (Mermaid), and comparison tables (Markdown) where they carry real information. - Use Case: Paste raw interview notes about remote-work productivity and receive a document-type judgment, a five-section outline, a written opening section, the top risks, and one clear next step. ## Quick Start Ask the assistant to turn your scattered notes or outline into a structured draft with a written opening section.

Frequently Asked Questions about content-drafting

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

FAQPage Schema
How do I turn scattered notes into a structured draft?▼

Provide your raw notes, outline, or interview records and the Skill judges the document type, proposes a 3-7 section outline, and writes a substantive opening section in the first reply. It also flags missing material and gives one clear next step.

How to continue writing a document across multiple sessions?▼

After each chapter, the Skill produces a copyable continuation prompt recording the document type, completed sections, confirmed facts and tone, and the next section's goal. Paste that prompt into a new session to resume from the last stable point.

Can I embed diagrams and tables in the drafted document?▼

Yes. The Skill embeds self-contained SVG architecture diagrams, Mermaid flowcharts and sequence diagrams, and Markdown comparison tables where they add information. These visuals are preserved as-is when exporting through document_exporter.

Does the drafting skill invent facts or citations when material is missing?▼

No. It separates user-provided facts from assumptions and marks missing inputs with visible to-be-verified labels. When only one missing fact would change the outcome, it asks a single blocking question; otherwise it states a narrow assumption and drafts anyway.

When should I not use a drafting skill for writing?▼

It is not suited for tasks needing external research, verified citations, or live data, since it works only from conversation-provided material. Citation formatting and document export are separate steps handled by citation_formatter and document_exporter tools.