一键导入
executing-article-plan
Executes approved article plan section by section with validation checkpoints. Batch writing mode with human review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Executes approved article plan section by section with validation checkpoints. Batch writing mode with human review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Complete document writing workflow with four stages: brainstorming → planning → execution → review. Use when user wants to write articles, blog posts, technical docs, or any long-form content.
You MUST use this before any writing work - creating blog posts, technical documentation, reports, or any content. Explores topic intent, audience, and purpose before writing.
Multi-pass article review covering logic, evidence, flow, and polish. Systematic quality assurance before publication.
Fast iterative writing using fresh subagent per section with two-stage review. Alternative to batch execution.
Use when you have an approved topic brief. Creates detailed article outline with section structure, key points, word counts, and research needs before writing.
| name | executing-article-plan |
| description | Executes approved article plan section by section with validation checkpoints. Batch writing mode with human review. |
Execute an approved article plan by writing each section according to the outline. Work section by section, validate each piece, then continue. Human checkpoints every 2-3 sections.
Announce at start: "I'm using the executing-article-plan skill to write this article."
Context: You should have an approved plan from writing-article-plan skill.
Save drafts to: docs/writing/drafts/YYYY-MM-DD-<topic>/
digraph execution {
"Read plan" [shape=box];
"Write section N" [shape=box];
"Self-check section" [shape=diamond];
"Save section draft" [shape=box];
"Batch complete?" [shape=diamond];
"Human checkpoint" [shape=box];
"All sections done?" [shape=diamond];
"Merge into full draft" [shape=box];
"Invoke reviewing-article" [shape=doublecircle];
"Read plan" -> "Write section N";
"Write section N" -> "Self-check section";
"Self-check section" -> "Write section N" [label="revise"];
"Self-check section" -> "Save section draft" [label="pass"];
"Save section draft" -> "Batch complete?";
"Batch complete?" -> "Write section N" [label="no"];
"Batch complete?" -> "Human checkpoint" [label="yes (2-3 sections)"];
"Human checkpoint" -> "All sections done?";
"All sections done?" -> "Write section N" [label="no, continue"];
"All sections done?" -> "Merge into full draft" [label="yes"];
"Merge into full draft" -> "Invoke reviewing-article";
}
For each section:
Run through these questions:
Save to: docs/writing/drafts/YYYY-MM-DD-<topic>/section-N-<title>.md
Include metadata header:
---
section: N
title: [Section Title]
word_count: XXX
status: draft
date: YYYY-MM-DD
---
Every 2-3 sections, pause for human review:
Present:
## Checkpoint: Sections N-M Complete
**Sections written:**
- Section N: [Title] (XXX words) ✓
- Section N+1: [Title] (XXX words) ✓
- Section N+2: [Title] (XXX words) ✓
**Self-check summary:**
- Word counts: [total] / [target] ([X]% of plan)
- All key points covered: ✓
- Transitions smooth: ✓
- Tone consistent: ✓
**What's next:**
- Section N+3: [Next section title]
**Your options:**
1. **Continue** - Proceed to next batch
2. **Revise** - Make changes to these sections
3. **Pause** - Stop here and review later
docs/writing/YYYY-MM-DD-<topic>-draft.mdFull draft header:
---
title: [Article Title]
date: YYYY-MM-DD
status: draft_complete
word_count: XXXX
target_word_count: XXXX
sections: N
---
# [Article Title]
[Merged content...]
After saving full draft:
"Full draft complete! Saved to docs/writing/YYYY-MM-DD-<topic>-draft.md
Draft stats:
Next step: Invoke reviewing-article skill for multi-pass review (logic → evidence → flow → polish)
Ready to proceed with review?"
If yes:
Good section writing:
Warning signs:
If stuck on a section:
If tone feels off:
If running long: