-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Allow users to describe a workflow in natural language in the SkillsFlow page builder, and have an LLM dynamically generate the workflow steps, connections, and configuration.
Proposed Behavior
- Add a chat/prompt input in the SkillsFlow page builder
- User describes the desired workflow in plain English (e.g. "every morning, summarize my unread emails and post to Slack")
- The LLM generates a complete SkillsFlow workflow with the correct nodes, order, and parameters
- User can review, edit, and save the generated workflow in the visual builder
- Support iterative refinement — user can say "add an approval step before the Slack post" and the workflow updates
Why
Building workflows visually is powerful but can be slow for complex automations. Letting users describe what they want in natural language and generating the workflow drastically lowers the barrier to entry.
Labels
feature request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request