flow-diff
Installation
SKILL.md
Flow Diff
Compare the latest walk snapshot against previous runs to detect regressions and improvements.
Usage
/flow-diff sign-up # latest vs previous
/flow-diff sign-up --history 5 # trend over last 5 runs
Process
1. Find Snapshots
List all snapshot directories for the flow:
ls -d .flowchad/snapshots/*-{flow-name} | sort