skills/process-mapping/SKILL.md
Visualize and document current and future business processes. Identify inefficiencies, dependencies, and improvement opportunities through detailed process mapping and analysis.
npx skillsauth add aj-geddes/useful-ai-prompts process-mappingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Process mapping creates visual representations of workflows, helping teams understand current operations, identify bottlenecks, and design improvements.
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)
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 |
development
Implement Zero Trust security model with identity verification, microsegmentation, least privilege access, and continuous monitoring. Use when building secure cloud-native applications.
development
Prevent Cross-Site Scripting (XSS) attacks through input sanitization, output encoding, and Content Security Policy. Use when handling user-generated content in web applications.
tools
Create wireframes and interactive prototypes to visualize user interfaces and gather feedback early. Use tools and techniques to communicate design ideas before development.
development
Implement real-time bidirectional communication with WebSockets including connection management, message routing, and scaling. Use when building real-time features, chat systems, live notifications, or collaborative applications.