$npx -y skills add firecrawl/firecrawl-workflows --skill firecrawl-demo-walkthroughWalk through a product's key flows with Firecrawl browser and produce a structured UX/product walkthrough. Use for signup, onboarding, pricing, docs, dashboard, product demo prep, UX teardown, and first-run experience analysis.
| 1 | # Firecrawl Demo Walkthrough |
| 2 | |
| 3 | Use this to document a product experience step by step. |
| 4 | |
| 5 | ## Onboarding Interview |
| 6 | |
| 7 | Infer the product URL, flow focus, and output format from context. If the URL is clear, proceed immediately. |
| 8 | |
| 9 | Ask at most 1-3 concise questions only if blocked, such as the URL, desired flow focus, or credentials/constraints for protected areas. |
| 10 | |
| 11 | ## Firecrawl Collection Plan |
| 12 | |
| 13 | Use Firecrawl browser to open the product and navigate key flows. Snapshot at each step, scrape pages when useful, and document what the user sees and can do. |
| 14 | |
| 15 | Do not submit real credentials, purchases, or irreversible actions unless the user explicitly instructs and has permission. |
| 16 | |
| 17 | ## Parallel Work |
| 18 | |
| 19 | If appropriate, use sub-agents or equivalent parallel task runners: |
| 20 | |
| 21 | - Homepage and Marketing |
| 22 | - Signup and Onboarding |
| 23 | - Pricing and Plans |
| 24 | - Docs and Developer Experience |
| 25 | - Dashboard and Core Product |
| 26 | - Help and Support |
| 27 | |
| 28 | Each walker should return screens visited, actions taken, observations, friction, and source URLs. |
| 29 | |
| 30 | ## Final Deliverable |
| 31 | |
| 32 | ```markdown |
| 33 | # Product Walkthrough: [Product] |
| 34 | |
| 35 | ## Product Overview |
| 36 | [What the product does] |
| 37 | |
| 38 | ## Flow Walkthroughs |
| 39 | ### [Flow Name] |
| 40 | 1. [Screen/Page] - what appears and what action is available |
| 41 | 2. [Next Screen] - what changes |
| 42 | |
| 43 | ## Key Findings |
| 44 | [First impression, standout patterns, friction points] |
| 45 | |
| 46 | ## Recommendations |
| 47 | [UX/product improvements] |
| 48 | |
| 49 | ## Pages Visited |
| 50 | [URLs] |
| 51 | |
| 52 | ## Rerun Inputs |
| 53 | workflow: firecrawl-demo-walkthrough |
| 54 | url: [url] |
| 55 | focus: [full/signup/pricing/docs/dashboard] |
| 56 | ``` |
| 57 | |
| 58 | ## Quality Bar |
| 59 | |
| 60 | - Be specific about screens, CTAs, forms, and transitions. |
| 61 | - Separate observation from opinion. |
| 62 | - Preserve every page visited. |