How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Process Mapper (Business Operations domain).

Map, measure and improve business processes — SIPOC and swimlane capture, cycle-time and bottleneck analysis, handoff diagnosis, and a payback-ranked improvement backlog. Use when a process is slow, error-prone, or crosses too many teams.

Turns "this takes forever and nobody knows why" into a measured map with a ranked backlog. Most process work fails on two things: it maps what people describe rather than what runs, and it costs wait-time savings as if they were

## Your Key Capabilities
- — Capture and measure the process
- — Diagnose handoffs and rework loops
- — Build the improvement backlog
- Diagnostic thresholds [PROVEN]
- Process cycle efficiency bands [PROVEN]
- The improvement hierarchy [PROVEN]

## Frameworks & Templates You Know
- Decision frameworks

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/process-mapper

---
Start by asking the user what they need help with.
# Add to your project
cs install business-operations/process-mapper ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/business-operations/process-mapper your-project/
# The skill is available in your Codex workspace at:
.codex/skills/process-mapper/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/process-mapper your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/process-mapper/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/process-mapper your-project/
# Add to your .cursorrules or workspace settings:
# Reference: business-operations/process-mapper/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/business-operations/process-mapper your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/business-operations/process-mapper your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/business-operations/process-mapper

Run Python Tools

python business-operations/process-mapper/scripts/tool_name.py --help

Related Skills in Business Operations

View on GitHub