Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub kazukiyunoue/claude-code-outline-driven-writing --plugin writingHow this skill is triggered — by the user, by Claude, or both
Slash command
/writing:progressThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`drafts/` 配下の原稿ファイルの文字数・ページ数を集計し、進捗状況を表示します。
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
drafts/ 配下の原稿ファイルの文字数・ページ数を集計し、進捗状況を表示します。
project.md から目標文字数を取得する(設定されている場合)。drafts/ 内のすべてのマークダウンファイルを読み込む。## 進捗状況
### 全体
- 目標: XX,XXX字
- 現在: XX,XXX字(XX%)
- 概算ページ数: XX ページ(400字/ページ換算)
### ファイル別
| ファイル | 文字数 | 更新日 |
|----------|--------|--------|
| 01-序章.md | X,XXX字 | YYYY-MM-DD |
| 02-第一章.md | X,XXX字 | YYYY-MM-DD |
### ステータス別
- draft: X ファイル
- review: X ファイル
- done: X ファイル
project.md に未設定の場合は、達成率は表示しない。