run-simulation
Create or run simulation features for analyzing work flow through value streams
Profile →npx skills add majiayu000/claude-skill-registry --skill run-simulation-bdfinst-vsm-workshop --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Skill: Create Simulation Feature Add a new simulation or what-if scenario feature. ## Usage ``` /run-simulation <feature-name> ``` ## Prerequisites Create a feature file first using `/new-feature` that describes: - What the simulation models - What parameters users can configure - What insights users gain from the simulation ## Example Feature File ```gherkin Feature: Work Flow Simulation As a team analyzing their process I want to simulate work flowing through our value stream So that I can identify bottlenecks and queuing problems Scenario: Run basic flow simulation Given a value stream with 3 steps And each step has capacity for 1 item at a time When I add 5 work items to the queue And run the simulation Then I should see items move through each step And completed items should appear at the end Scenario: Identify bottleneck through simulation Given a value stream where step 2 takes twice as long as others When I run the simulation with 10 work items Then step 2 should show the largest queue buildup And it should be highlighted as a bottleneck Scenario: Adjust batch size and see impact Given a value stream with batch size of 5 at deployment When I change batch size to 1 And run
- Usage
- Prerequisites
- Example Feature File
- Architecture
- Implementation Steps
- Simulation Engine Pattern
- Visualization Component
- Key Simulation Concepts
What does the run-simulation skill do?
Create or run simulation features for analyzing work flow through value streams
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill run-simulation-bdfinst-vsm-workshop --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.