Download and use structured Meticulous session data (user flows + network mocks) for testing code changes locally. Use when you need to understand what user…
Use this workflow to get structured session data from Meticulous — the recorded user flows and network mocks that cover your code changes. Before starting, run the meticulous-cli-update skill to ensure the Meticulous CLI is up to date — unless it has already run earlier in this conversation, in which case skip it. Step 1 — Find relevant sessions and download their data Run the following command from the root of the git repository: meticulous local relevant-sessions --format=multi-file --minimum-times-to-cover-each-line=1 This will: Identify which recorded sessions exercise the code paths changed on your current branch. Download each session's data as a structured directory tree to .meticulous/sessions/. Options:
don't have the plugin yet? install it then click "run inline in claude" again.