mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 16:16:46 +00:00
38 lines
653 B
Markdown
38 lines
653 B
Markdown
# Intake Checklist
|
|
|
|
Use this when interviewing the user.
|
|
|
|
## Minimum information
|
|
|
|
- Workflow goal
|
|
- Trigger
|
|
- Systems/apps involved
|
|
- Final output/result
|
|
|
|
## High-impact clarifiers
|
|
|
|
- Frequency or schedule
|
|
- Required fields or payload schema
|
|
- Rules or exceptions
|
|
- Approval steps
|
|
- Error notifications
|
|
- Create vs update behavior
|
|
- Who owns credentials
|
|
|
|
## Safe assumptions
|
|
|
|
Usually okay to infer:
|
|
|
|
- workflow name
|
|
- basic formatting
|
|
- standard retries
|
|
- a generic error branch
|
|
- common field names when obvious
|
|
|
|
## Must confirm
|
|
|
|
- deletions
|
|
- payments/billing actions
|
|
- external user messaging
|
|
- compliance-sensitive handling
|
|
- irreversible mutations
|