Help us improve
Share bugs, ideas, or general feedback.
From Firecrawl Workflows
Walks through a product's key flows using Firecrawl browser automation, capturing screens, actions, and friction for UX analysis. Useful for signup, onboarding, pricing, docs, dashboard, product demo prep, and first-run experience teardown.
npx claudepluginhub firecrawl/firecrawl-workflows --plugin firecrawl-workflowsHow this skill is triggered — by the user, by Claude, or both
Slash command
/firecrawl-workflows:firecrawl-demo-walkthroughThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this to document a product experience step by step.
Audits web app UX by dogfooding as user persona: tracks emotional friction, click efficiency, resilience to back/refresh, return intent. Uses Playwright/Chrome MCP for live sites, outputs ranked reports.
Scans live web apps using Playwright to extract features, generate PRD with epics/stories/tasks, priorities/dependencies, and export to Notion.
Playwright browser automation: navigates URLs, captures screenshots and accessibility snapshots, interacts with UI elements (click, type, fill form), and reports findings with visual evidence.
Share bugs, ideas, or general feedback.
Use this to document a product experience step by step.
Infer the product URL, flow focus, and output format from context. If the URL is clear, proceed immediately.
Ask at most 1-3 concise questions only if blocked, such as the URL, desired flow focus, or credentials/constraints for protected areas.
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.
Do not submit real credentials, purchases, or irreversible actions unless the user explicitly instructs and has permission.
If appropriate, use sub-agents or equivalent parallel task runners:
Each walker should return screens visited, actions taken, observations, friction, and source URLs.
# Product Walkthrough: [Product]
## Product Overview
[What the product does]
## Flow Walkthroughs
### [Flow Name]
1. [Screen/Page] - what appears and what action is available
2. [Next Screen] - what changes
## Key Findings
[First impression, standout patterns, friction points]
## Recommendations
[UX/product improvements]
## Pages Visited
[URLs]
## Rerun Inputs
workflow: firecrawl-demo-walkthrough
url: [url]
focus: [full/signup/pricing/docs/dashboard]