feat: launch Vibeflow n8n v0.5.0

This commit is contained in:
Felipe Domingues 2026-04-12 13:33:57 -03:00
commit 097f35215f
60 changed files with 2831 additions and 0 deletions

View 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