discover_critical_journeys
Crawl an app to plan 3-8 critical user journeys in business terms, complete with release-gating flags, to scope which journeys must pass before shipping.
Instructions
Crawl app_url and plan 3-8 critical user journeys in business language.
Returns CriticalJourney objects with why_it_matters and include_in_release_gating fields so you can immediately scope which journeys gate a release. Revenue and activation journeys are automatically flagged for release gating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_url | Yes | ||
| max_depth | No | ||
| max_pages | No | ||
| seed_urls | No | ||
| profile_name | No | ||
| business_goal | No | ||
| exclude_url_pattern | No | ||
| include_url_pattern | No |