Skip to content

Feature: dynamically build SkillsFlow workflows via chat LLM #9

@shreyas-lyzr

Description

@shreyas-lyzr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions