flow-update

Installation
SKILL.md

Flow Update

Update an existing flow definition to match current product state after a feature change.

Usage

/flow-update dmarc-setup The DMARC wizard now has 4 steps instead of 3
/flow-update checkout We switched from Stripe Elements to Stripe Checkout
/flow-update sign-up Added a "terms of service" checkbox before submit

First word is the flow name (or filename slug). Rest describes what changed.

Step 1: Load Existing Flow

# Try exact match first, then fuzzy
ls .flowchad/flows/*{name}*.yml 2>/dev/null
Related skills
Installs
6
GitHub Stars
2
First Seen
Mar 24, 2026