process-mapping
Visualize and document current and future business processes. Identify inefficiencies, dependencies, and improvement opportunities through detailed process mapping and analysis.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o process-mapping.zip https://jpskill.com/download/21494.zip && unzip -o process-mapping.zip && rm process-mapping.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/21494.zip -OutFile "$d\process-mapping.zip"; Expand-Archive "$d\process-mapping.zip" -DestinationPath $d -Force; ri "$d\process-mapping.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
process-mapping.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
process-mappingフォルダができる - 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
- 同梱ファイル
- 5
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
プロセス・マッピング
目次
概要
プロセス・マッピングは、ワークフローを視覚的に表現することで、チームが現在の業務を理解し、ボトルネックを特定し、改善策を設計するのに役立ちます。
使用する場面
- 既存のワークフローを文書化する際
- プロセスの改善点を特定する際
- 新しいチームメンバーのオンボーディングを行う際
- 非効率性やボトルネックを発見する際
- システム導入を計画する際
- 顧客体験を分析する際
- 手作業のプロセスを自動化する際
- トレーニングやドキュメント作成を行う際
クイックスタート
最小限の動作例:
Mapping Approaches:
Current State (AS-IS):
Purpose: Understand existing process
Participants: People doing the work
Timeline: 2-4 hours
Output: Current workflow diagram
Benefits: Identifies real bottlenecks
Future State (TO-BE):
Purpose: Design improved process
Participants: Cross-functional team
Timeline: 4-8 hours
Output: Improved workflow design
Benefits: Clear vision for change
Value Stream Mapping:
Purpose: Focus on value-added vs waste
Participants: Process owners, operations
Timeline: Full day
Output: Detailed flow with timing
Benefits: Identifies waste and delays
Swimlane Diagram:
Purpose: Show roles and responsibilities
// ... (see reference guides for full implementation)
リファレンスガイド
references/ ディレクトリにある詳細な実装:
| ガイド | 内容 |
|---|---|
| Process Documentation | プロセス文書化 |
| Current State Analysis | 現状分析 |
| Future State Design | 将来状態設計 |
| Process Improvement Metrics | プロセス改善指標 |
ベストプラクティス
✅ DO(行うべきこと)
- 変更を設計する前に、まず現状をマッピングします
- マッピングセッションにはすべてのステークホルダーを含めます
- 理論的なプロセスではなく、実際のプロセスを文書化します
- 無駄とボトルネックを特定します
- チームの意見を取り入れて将来の状態を設計します
- 決定点と例外を含めます
- 時間とリソースの情報を追加します
- プロセスをシンプルかつ視覚的に保ちます
- プロセスが変更されたらマップを更新します
- マッピングを活用して継続的な改善を推進します
❌ DON'T(行うべきではないこと)
- 現状の文書化を省略します
- 現状を理解せずに将来の状態を設計します
- プロセス図を過度に複雑にします
- エッジケースや例外を忘れます
- プロセスパフォーマンス指標を無視します
- 誰も理解できないマップを作成します
- 実際に作業を行う人々を巻き込まずに改善策を設計します
- プロセスを検証せずに変更を実装します
- 古いマップを文書に残したままにします
- 顧客の視点を無視します
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Process Mapping
Table of Contents
Overview
Process mapping creates visual representations of workflows, helping teams understand current operations, identify bottlenecks, and design improvements.
When to Use
- Documenting existing workflows
- Identifying process improvements
- Onboarding new team members
- Discovering inefficiencies and bottlenecks
- Planning system implementations
- Analyzing customer journeys
- Automating manual processes
- Training and documentation
Quick Start
Minimal working example:
Mapping Approaches:
Current State (AS-IS):
Purpose: Understand existing process
Participants: People doing the work
Timeline: 2-4 hours
Output: Current workflow diagram
Benefits: Identifies real bottlenecks
Future State (TO-BE):
Purpose: Design improved process
Participants: Cross-functional team
Timeline: 4-8 hours
Output: Improved workflow design
Benefits: Clear vision for change
Value Stream Mapping:
Purpose: Focus on value-added vs waste
Participants: Process owners, operations
Timeline: Full day
Output: Detailed flow with timing
Benefits: Identifies waste and delays
Swimlane Diagram:
Purpose: Show roles and responsibilities
// ... (see reference guides for full implementation)
Reference Guides
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Process Documentation | Process Documentation |
| Current State Analysis | Current State Analysis |
| Future State Design | Future State Design |
| Process Improvement Metrics | Process Improvement Metrics |
Best Practices
✅ DO
- Map current state first before designing changes
- Include all stakeholders in mapping sessions
- Document actual processes, not theoretical ones
- Identify waste and bottlenecks
- Design future state with team input
- Include decision points and exceptions
- Add timing and resource information
- Keep processes simple and visual
- Update maps when processes change
- Use mapping to drive continuous improvement
❌ DON'T
- Skip documenting current state
- Design future state without understanding current
- Over-complicate process diagrams
- Forget about edge cases and exceptions
- Ignore process performance metrics
- Create maps that nobody can understand
- Design improvements without involving people doing work
- Implement changes without validating process
- Leave outdated maps in documentation
- Ignore customer perspective
同梱ファイル
※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。
- 📄 SKILL.md (3,021 bytes)
- 📎 references/current-state-analysis.md (1,619 bytes)
- 📎 references/future-state-design.md (2,186 bytes)
- 📎 references/process-documentation.md (2,635 bytes)
- 📎 references/process-improvement-metrics.md (1,019 bytes)