claudeindex
Plugin

state-machine-diagramming

Domain-entity state machine modeling. Distinct from UI state-transition-mapping: this is the business lifecycle of entities (Order / User / Subscription / Document / Claim). Per state: invariants + allowed/disallowed ops + entry/exit effects. Per transition: trigger + guard + effect + rollback + idempotency. Flat / hierarchical (sub-states) / parallel (orthogonal regions). Transition matrix + explicit invalid transitions + side-effect catalog. Mermaid stateDiagram-v2 with optional PNG export.

Installation

1

Add the marketplace

/plugin marketplace add SSiertsema/claude-code-plugins
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.