How 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/` 配下の原稿ファイルの文字数・ページ数を集計し、進捗状況を表示します。
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 に未設定の場合は、達成率は表示しない。Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.
npx claudepluginhub kazukiyunoue/claude-code-outline-driven-writing --plugin writing