docs-workflow-bootstrap
ロードマップ策定前に、リポジトリでドキュメント主導のワークフローを始める際に、最低限必要な構成を自動で作成し、開発の土台を整えるSkill。
📜 元の英語説明(参考)
Use when initializing, bootstrapping, creating, or scaffolding the minimum docs-driven workflow layout for a repository before roadmap planning, specs, or implementation tasks exist.
🇯🇵 日本人クリエイター向け解説
ロードマップ策定前に、リポジトリでドキュメント主導のワークフローを始める際に、最低限必要な構成を自動で作成し、開発の土台を整えるSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o docs-workflow-bootstrap.zip https://jpskill.com/download/9694.zip && unzip -o docs-workflow-bootstrap.zip && rm docs-workflow-bootstrap.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/9694.zip -OutFile "$d\docs-workflow-bootstrap.zip"; Expand-Archive "$d\docs-workflow-bootstrap.zip" -DestinationPath $d -Force; ri "$d\docs-workflow-bootstrap.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
docs-workflow-bootstrap.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
docs-workflow-bootstrapフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Docs Workflow Bootstrap
リポジトリに対して、ドキュメント駆動型ワークフローの最小限の足場を初期化します。
このスキルは、リポジトリのドキュメントのブートストラップ専用です。マイルストーンの計画、実装タスクの作成、仕様書の作成、コード変更の承認は行いません。
構成
- エントリーポイント: 通常、リポジトリに最小限のドキュメントの足場がない場合に
doc-driven-spec-workflowから到達します。 - 所有: 最小限のドキュメントのエントリーポイントとコンパクトなブートストラップコンテンツを所有します。
- 所有しない: ロードマップの分解、タスクの作成、タスクローカルの仕様書、計画、実装、ブランチのクローズは所有しません。
- ハンドオフ: 作成または変更されたファイルを報告した後、ユーザーが明示的に計画の継続を要求しない限り、
doc-driven-spec-workflowに戻ります。
必須ルール
- ブートストラップ作業は、必ずドキュメントガバナンスモードで実行する必要があります。
- ユーザーが明示的に追加を要求しない限り、最小限のドキュメントのエントリーポイントのみを作成する必要があります。
- ユーザーが実際のマイルストーン/タスクを提供しない限り、実装タスクを作成してはなりません。
- デフォルトでは、
docs/specs/またはdocs/plans/を作成してはなりません。 - タスクローカルの
spec.mdまたはplan.mdを記述してはなりません。 - 作成または変更されたファイルを報告し、停止する必要があります。
ブートストラップレイアウト
次のファイルが存在しない場合に作成します。
docs/index.mddocs/architecture/index.mddocs/tasks/index.mddocs/context/index.md
リポジトリのドキュメント言語の指示が利用可能な場合は、それに従います。それ以外の場合は、ユーザーの現在の言語リクエストに従います。
デフォルトのコンテンツ形状
生成されるファイルをコンパクトに保ちます。
docs/index.md: ドキュメントのエントリーポイントを説明し、アーキテクチャ、タスク、およびコンテキストへのリンクを含めます。docs/architecture/index.md: 安定した設計と動作の境界を説明します。docs/tasks/index.md: ロードマップ/タスクの追跡を説明し、Open MilestonesとCompleted Milestonesを含めます。docs/context/index.md: 調査ノートとサポートコンテキストを説明します。
ユーザーが実際のロードマップコンテンツを提供しない限り、ブートストラップ中にロードマップの詳細を作成しないでください。
ハンドオフ
ブートストラップ後:
- 次の段階を選択できるように、
doc-driven-spec-workflowに戻ります。 - ユーザーがマイルストーン、モジュール、およびタスクの計画を明示的に要求した場合のみ、
milestone-planningに直接進みます。 - ユーザーが明示的に要求し、具体的なタスクが既に存在するか選択されている場合のみ、
task-spec-executionに直接進みます。
ユーザーが継続を明示的に要求しない限り、ブートストラップの結果を報告した後、停止します。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Docs Workflow Bootstrap
Initialize the minimum docs-driven workflow scaffold for a repository.
This skill is only for repository documentation bootstrap. It does not plan milestones, create implementation tasks, write specs, or authorize code changes.
Composition
- Entry: normally reached from
doc-driven-spec-workflowwhen the repository lacks the minimum docs scaffold. - Owns: minimum docs entry points and compact bootstrap content.
- Does not own: roadmap decomposition, task creation, task-local specs, plans, implementation, or branch closing.
- Handoff: return to
doc-driven-spec-workflowafter reporting created or changed files, unless the user explicitly asks to continue to planning.
Mandatory Rules
- MUST keep bootstrap work in docs governance mode.
- MUST create only the minimum docs entry points unless the user explicitly asks for more.
- MUST NOT create implementation tasks unless the user provides an actual milestone/task.
- MUST NOT create
docs/specs/ordocs/plans/by default. - MUST NOT write task-local
spec.mdorplan.md. - MUST report created or changed files and stop.
Bootstrap Layout
Create these files when missing:
docs/index.mddocs/architecture/index.mddocs/tasks/index.mddocs/context/index.md
Use the repository's documentation language instructions when available. Otherwise follow the user's current language request.
Default Content Shape
Keep generated files compact:
docs/index.md: explain the docs entry point and link to architecture, tasks, and contextdocs/architecture/index.md: explain stable design and behavior boundariesdocs/tasks/index.md: explain roadmap/task tracking and includeOpen MilestonesandCompleted Milestonesdocs/context/index.md: explain research notes and supporting context
Do not create roadmap details during bootstrap unless the user supplies actual roadmap content.
Handoff
After bootstrap:
- Return to
doc-driven-spec-workflowso it can choose the next stage. - Continue directly to
milestone-planningonly when the user explicitly asks to plan milestones, modules, and tasks. - Continue directly to
task-spec-executiononly when the user explicitly asks and a concrete task already exists or is selected.
Stop after reporting the bootstrap result unless the user explicitly asks to continue.