df_flow_create
Create automated workflows with a trigger and steps. The AI executes the flow when user input matches the trigger.
Instructions
Crear un nuevo flow (playbook) con nombre, disparador y pasos. El AI lo ejecuta cuando el usuario dice algo que matchea el trigger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Nombre del flow (ej: pr-ready) | |
| steps | Yes | Pasos del flow: [{tool, confirm?, target?, note?}] | |
| trigger | Yes | Descripcion del disparador (ej: cuando el usuario dice "PR listo") |