mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 07:36:46 +00:00
feat: launch Vibeflow n8n v0.5.0
This commit is contained in:
commit
097f35215f
60 changed files with 2831 additions and 0 deletions
38
templates/intake-checklist.md
Normal file
38
templates/intake-checklist.md
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue