aj-geddes/useful-ai-prompts

process-mapping

Visualize and document current and future business processes. Identify inefficiencies, dependencies, and improvement opportunities through detailed process mapping and analysis.

First seen Jan 21, 2026

Installation

$ npx skills add aj-geddes/useful-ai-prompts --skill process-mapping

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from aj-geddes/useful-ai-prompts · top by installs.

npx skills add aj-geddes/useful-ai-prompts

Browse all from aj-geddes/useful-ai-prompts

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 334
License LICENSE
Default branch main
Open issues 1
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,021 B
  • docs SUMMARY.md 2,941 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 524 installs

SKILL.md

Process Mapping

Table of Contents

  • [Overview](#overview)
  • [When to Use](#when-to-use)
  • [Quick Start](#quick-start)
  • [Reference Guides](#reference-guides)
  • [Best Practices](#best-practices)

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](references/process-documentation.md) Process Documentation
[Current State Analysis](references/current-state-analysis.md) Current State Analysis
[Future State Design](references/future-state-design.md) Future State Design
[Process Improvement Metrics](references/process-improvement-metrics.md) 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