value-stream-mapper
Value stream mapping skill for current state analysis, waste identification, and future state design with implementation roadmaps
Best use case
value-stream-mapper is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Value stream mapping skill for current state analysis, waste identification, and future state design with implementation roadmaps
Teams using value-stream-mapper should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/value-stream-mapper/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How value-stream-mapper Compares
| Feature / Agent | value-stream-mapper | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Value stream mapping skill for current state analysis, waste identification, and future state design with implementation roadmaps
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Value Stream Mapper
## Overview
The Value Stream Mapper skill provides comprehensive capabilities for mapping, analyzing, and improving value streams. It supports current state process flow mapping, material and information flow visualization, and future state design with actionable implementation roadmaps.
## Capabilities
- Current state process flow mapping
- Material and information flow visualization
- Lead time and cycle time calculation
- Value-added vs. non-value-added time analysis
- Seven wastes (TIMWOODS) identification
- Future state design with improvement targets
- Implementation roadmap generation
## Used By Processes
- LEAN-001: Value Stream Mapping
- LEAN-003: Kaizen Event Facilitation
- CI-001: Operational Excellence Program Design
## Tools and Libraries
- Process mining tools
- Visio/Lucidchart APIs
- VSM templates
- Data visualization libraries
## Usage
```yaml
skill: value-stream-mapper
inputs:
process_scope: "Order-to-delivery for product line A"
mapping_type: "current_state" # current_state | future_state
data_sources:
- erp_system: "SAP"
- mes_data: "production_logs"
outputs:
- current_state_map
- waste_analysis
- lead_time_metrics
- future_state_design
- implementation_roadmap
```
## Workflow
1. **Define Scope** - Identify product family and process boundaries
2. **Gather Data** - Collect process times, inventory levels, and flow information
3. **Map Current State** - Document material and information flows
4. **Identify Wastes** - Categorize and quantify the seven wastes
5. **Design Future State** - Create improved process design
6. **Plan Implementation** - Develop prioritized action roadmap
## Integration Points
- ERP systems (SAP, Oracle, Microsoft Dynamics)
- Manufacturing Execution Systems (MES)
- Process mining tools
- Project management platformsRelated Skills
connected-papers-mapper
Citation graph exploration for discovering related work through visual graph traversal
analogy-mapper
Skill for identifying and mapping analogies across domains
qubit-mapper
Qubit mapping and routing skill for hardware topology optimization
eu-mdr-gspr-mapper
EU MDR General Safety and Performance Requirements (GSPR) mapping and compliance documentation skill
investor-network-mapper
Maps co-investor relationships, syndication history, and network connections
dependency-mapper
Map and visualize cross-project dependencies in programs and portfolios
value-at-risk-calculator
Value at Risk (VaR) and related risk metrics calculation skill for financial and operational risk assessment
value-stream-mapping
Create and analyze value stream maps with waste identification and process efficiency metrics
Stream Processing Windowing Designer
Designs optimal windowing strategies for stream processing
data-lineage-mapper
Extracts and maps data lineage from various sources including SQL, dbt, Airflow, and Spark, generating comprehensive lineage graphs for impact analysis.
mcp-error-code-mapper
Map application errors to MCP error codes with proper messages, error types, and recovery suggestions.
env-var-mapper
Generate environment variable to CLI argument mapping with prefix support, type conversion, and fallback chains for configuration.