執筆プロジェクトの作業ディレクトリ(ideas/ research/ drafts/)とプロジェクトファイル(project.md, outline.md)を作成する。新しい執筆プロジェクトを始めるとき、または作業環境を整えるときに使用。
How this skill is triggered — by the user, by Claude, or both
Slash command
/writing:initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
現在のディレクトリに、執筆ワークフロー用の作業環境を作成してください。**既存のファイル・ディレクトリは絶対に上書きしません。**
現在のディレクトリに、執筆ワークフロー用の作業環境を作成してください。既存のファイル・ディレクトリは絶対に上書きしません。
.gitkeep を置く。
ideas/research/drafts/project.md が存在しなければ、${CLAUDE_PLUGIN_ROOT}/templates/project.md の内容をコピーして作成する。outline.md が存在しなければ、完全に空のファイルとして作成する。CLAUDE.md や .claude/ には一切触れない。outline.md には雛形を入れない。アウトラインの形式は書き手の好みが強いため、空のまま渡し、形式は対話の中で育てる。settings/characters/ や settings/world/ を作成できる旨を案内する(自動では作らない)。npx claudepluginhub kazukiyunoue/claude-code-outline-driven-writing --plugin writingGuides 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.