system-dynamics-modeler
SolidSystem dynamics modeling skill for feedback loop analysis, stock-flow diagrams, and dynamic simulation
AI & Automation 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# System Dynamics Modeler
## Overview
The System Dynamics Modeler skill provides capabilities for building and analyzing system dynamics models to understand complex systems with feedback loops, delays, and non-linear behaviors. It supports causal loop diagramming, stock-flow modeling, and policy testing for strategic decision support.
## Capabilities
- Stock and flow model construction
- Causal loop diagram creation
- Feedback loop identification
- Simulation execution
- Policy testing and comparison
- Equilibrium analysis
- Sensitivity to initial conditions
- Model validation tests
## Used By Processes
- Strategic Scenario Development
- What-If Analysis Framework
- War Gaming and Competitive Response Modeling
## Usage
### Causal Loop Diagram
```python
# Define causal relationships
causal_loops = {
"variables": [
"Market Share", "Revenue", "R&D Investment",
"Product Quality", "Customer Satisfaction", "Word of Mouth"
],
"links": [
{"from": "Market Share", "to": "Revenue", "polarity": "+"},
{"from": "Revenue", "to": "R&D Investment", "polarity": "+"},
{"from": "R&D Investment", "to": "Product Quality", "polarity": "+", "delay": True},
{"from": "Product Quality", "to": "Customer Satisfaction", "polarity": "+"},
{"from": "Customer Satisfaction", "to": "Word of Mouth", "polarity": "+"},
{"from": "Word of Mouth", "to": "Market Share", "polarity": "+"}
],
"loops": [
{"name": "Growth...
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
systems-dynamics-modeler
Skill for building and simulating systems dynamics models
1,160 Updated today
a5c-ai AI & Automation Solid
process-simulation-modeler
Discrete event simulation skill for process modeling, scenario testing, and optimization
1,160 Updated today
a5c-ai AI & Automation Solid
discrete-event-simulator
Discrete event simulation skill for modeling and analyzing complex systems with stochastic processes.
1,160 Updated today
a5c-ai AI & Automation Solid
hysys-dynamic-simulator
Aspen HYSYS integration skill for dynamic simulation, pressure-flow networks, and process dynamics
1,160 Updated today
a5c-ai AI & Automation Solid
agent-based-simulator
Agent-based modeling skill for simulating complex adaptive systems with heterogeneous interacting agents
1,160 Updated today
a5c-ai