What problem does it solve?
This Skill prevents broken multi-step experiences by modeling every entry, decision, exit, interruption, and permission branch so users never hit dead ends, unsafe retries, or unclear recovery paths.
Core Features & Use Cases
- End-to-end flow coverage: Enumerates entry points and success, failure, cancellation, and timeout exits for each workflow path.
- Safe interruption handling: Defines how to preserve partial progress (autosave) or warn before losing it, including re-entry routing after interruption or session expiry.
- Idempotent retries & back behavior: Specifies idempotency-key strategy, retry limits, and back navigation semantics to avoid duplicates and inconsistent state.
- Permission-safe branching: Models authorization gates using testable boolean predicates and non-revealing error handling to avoid information disclosure.
Quick Start
Ask the system to model your workflow’s complete set of entry points, exits, retry/idempotency rules, back navigation behavior, interruption recovery, and permission branches.