value-stream-mapper

Value stream mapping skill for current state analysis, waste identification, and future state design with implementation roadmaps

509 stars

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

$curl -o ~/.claude/skills/value-stream-mapper/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/business/operations/skills/value-stream-mapper/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/value-stream-mapper/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How value-stream-mapper Compares

Feature / Agentvalue-stream-mapperStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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 platforms

Related Skills

connected-papers-mapper

509
from a5c-ai/babysitter

Citation graph exploration for discovering related work through visual graph traversal

analogy-mapper

509
from a5c-ai/babysitter

Skill for identifying and mapping analogies across domains

qubit-mapper

509
from a5c-ai/babysitter

Qubit mapping and routing skill for hardware topology optimization

eu-mdr-gspr-mapper

509
from a5c-ai/babysitter

EU MDR General Safety and Performance Requirements (GSPR) mapping and compliance documentation skill

investor-network-mapper

509
from a5c-ai/babysitter

Maps co-investor relationships, syndication history, and network connections

dependency-mapper

509
from a5c-ai/babysitter

Map and visualize cross-project dependencies in programs and portfolios

value-at-risk-calculator

509
from a5c-ai/babysitter

Value at Risk (VaR) and related risk metrics calculation skill for financial and operational risk assessment

value-stream-mapping

509
from a5c-ai/babysitter

Create and analyze value stream maps with waste identification and process efficiency metrics

Stream Processing Windowing Designer

509
from a5c-ai/babysitter

Designs optimal windowing strategies for stream processing

data-lineage-mapper

509
from a5c-ai/babysitter

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

509
from a5c-ai/babysitter

Map application errors to MCP error codes with proper messages, error types, and recovery suggestions.

env-var-mapper

509
from a5c-ai/babysitter

Generate environment variable to CLI argument mapping with prefix support, type conversion, and fallback chains for configuration.