What problem does it solve?
Identifies and resolves usability issues in WordPress plugin user flows, ensuring a smooth and GDPR-compliant user experience.
Core Features & Use Cases
- User Flow Mapping: Measures click depth to core features and identifies confusing setup processes.
- Confusion Score: Evaluates complexity through a formula that measures tabs, inputs, toggles, and modals.
- Analytics Validation: Ensures that analytics events fire correctly on user actions.
- Consent-Mode Compliance: Validates GDPR consent-mode compliance for data tracking.
- Use Case: A PM seeking to improve the onboarding experience for a new WordPress plugin.
Quick Start
Run the orbit-user-flow skill with the following variables set for your plugin:
PLUGIN_SLUG=my-plugin \
PLUGIN_ADMIN_SLUG=my-plugin-settings \
PLUGIN_ONBOARDING_URL=/wp-admin/admin.php?page=my-plugin-onboarding \
PLUGIN_CORE_FEATURE_URL=/wp-admin/admin.php?page=my-plugin-main \
npx playwright test --project=pm