flow-add
Installation
SKILL.md
Flow Add
Create a new flow definition from a natural language description of a feature or user journey.
Usage
/flow-add User signs up with Google OAuth and lands on the dashboard
/flow-add We added a weekly digest email preview to the domain settings page
/flow-add Admin bulk-deletes users from the team management page
Step 1: Parse Intent
Extract from the user's description:
- Actor: who is performing the flow (new user, admin, returning user, etc.)
- Action: what they're doing (signs up, configures, exports, etc.)
- Outcome: what success looks like (lands on dashboard, sees confirmation, etc.)
- Qualifiers: any constraints (via OAuth, from mobile, in bulk, etc.)