What problem does it solve? Digital task flows often force users to remember off-screen information, recover from interruptions, and reconstruct context after errors, creating avoidable cognitive burdens for people with cognitive and learning disabilities and for anyone working under distraction or fatigue. ## Core Features & Use Cases - Task-flow inspection: Identify critical paths, hidden state, orientation gaps, interruption sources, timeout risks, and error-recovery failures in multi-step flows. - Design decision rules: Externalize state, separate required from optional paths, preserve work across mistakes, limit interruptions, and handle timeouts transparently. - Verification trials: Run interruption/resume and error-recovery trials on rendered interactive artifacts instead of relying on static review. - Use Case: When redesigning a multi-step checkout or onboarding flow, use this Skill to find where users must remember prior choices, where optional upsells interrupt completion, and whether back/edit actions preserve entered data. ## Quick Start Review this multi-step onboarding flow for cognitive accessibility issues and recommend changes that reduce memory and interruption burdens.