ワンクリックで
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 職業分類に基づく
| 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:
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.