What problem does it solve?
This Skill helps product teams turn scattered lifecycle rules in PMContext into a clear, traceable state machine diagram. It reduces ambiguity around entity states, transition conditions, failure paths, and terminal states so engineers can implement behavior without guessing.
Core Features & Use Cases
- PMContext-to-state-machine generation: Extracts states, transitions, and trigger conditions from rules, data models, and business flows.
- Exception-path coverage: Forces visibility of failure, timeout, cancellation, rollback, and illegal transition gaps that PM documents often miss.
- Traceable delivery artifact: Produces Mermaid stateDiagram-v2 output plus state and transition tables with explicit source references or assumption markers.
- Use Case: When defining an order, subscription, or content-review lifecycle, use this Skill to generate an implementation-ready state machine that exposes missing end states, rollback logic, and prohibited jumps before development starts.
Quick Start
Ask the AI to use pm-state on your PMContext to generate a Mermaid state machine with grouped entities, transition conditions, exception paths, and terminal states.