planning-workflow
Complete planning workflow orchestrating architecture planning, task breakdown, and progress tracking setup. Sequential workflow from requirements analysis through structure design and task breakdown to implementation tracking. Use when planning complex skills, setting up comprehensive project plans, or preparing for systematic skill development with full planning artifacts.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o planning-workflow.zip https://jpskill.com/download/9462.zip && unzip -o planning-workflow.zip && rm planning-workflow.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/9462.zip -OutFile "$d\planning-workflow.zip"; Expand-Archive "$d\planning-workflow.zip" -DestinationPath $d -Force; ri "$d\planning-workflow.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
planning-workflow.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
planning-workflowフォルダができる - 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
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
Planning Workflow
Overview
planning-workflow orchestrates complete planning from requirements through tasks to tracking setup.
Component Skills (3):
- planning-architect - Architecture and structure planning
- task-development - Task breakdown with estimates
- todo-management - Setup progress tracking
Workflow (3 steps):
- Plan Architecture - Create comprehensive skill plan
- Break Down Tasks - Convert plan into concrete tasks
- Setup Tracking - Initialize todo list for execution
Result: Complete planning artifacts ready for implementation
When to Use
- Planning complex skills (need comprehensive planning)
- Large projects (detailed breakdown needed)
- Team projects (clear task assignment)
- When thoroughness more important than speed
Planning Workflow
Step 1: Plan Architecture (planning-architect)
Process: Run planning-architect 6-step workflow
- Analyze requirements
- Choose pattern
- Design structure
- Plan content
- Estimate complexity
- Create plan document
Output: skill-architecture-plan.md
Time: 3-5 hours
Step 2: Break Down Tasks (task-development)
Process: Run task-development 5-step workflow using plan from Step 1
- Analyze plan
- Identify components
- Break into tasks
- Sequence and dependencies
- Create task document
Output: task-breakdown.md
Time: 2-4 hours
Step 3: Setup Tracking (todo-management)
Process: Use todo-management Operation 1 (Initialize)
- Create todo list from task breakdown
- Set initial states (all pending)
- Ready for execution
Output: todo-list.md (ready to track)
Time: 15-30 minutes
Post-Workflow: Begin Implementation
With complete planning artifacts:
- Architecture plan guides what to build
- Task breakdown guides how to sequence
- Todo list tracks progress
Next: Execute implementation following plan and tasks
Quick Reference
The 3-Step Planning Workflow
| Step | Skill | Time | Output |
|---|---|---|---|
| 1 | planning-architect | 3-5h | skill-architecture-plan.md |
| 2 | task-development | 2-4h | task-breakdown.md |
| 3 | todo-management | 15-30m | todo-list.md |
Total Time: 5.5-9.5 hours
When to Use: Complex skills needing thorough planning
Alternative: For simple skills, use planning-architect only (skip task-development)
planning-workflow provides complete planning from requirements to ready-to-execute task list.