simulation
Installation
SKILL.md
Simulation Skill
Abstract base for runtime state management. Concrete simulations (adventure, city-sim, ecosystem) inherit from this.
Motto: "The simulation is the world. The world is the simulation."
[!IMPORTANT] This is the abstract base. Don't create
SIMULATION.ymldirectly. UseADVENTURE.yml(for narrative exploration) or create your own concrete type. The concrete file INCLUDES all simulation properties plus type-specific ones.
Key Concepts
- SIMULATION.yml — Source of truth for "now"
- Global parameters — Configurable via chat
- Git time machine — Commits = deterministic undo
- Turn tracking — Increments on significant actions