Plan Workflow
plan_workflowAnalyzes a described process to plan monday.com workflows, identifying required boards, columns, triggers, and actions, returning a structured implementation plan.
Instructions
Plans one or more monday.com workflows for a described process using an AI agent.
The agent analyzes the prompt, decides how many workflows are needed, identifies the required boards and columns, selects the correct trigger and action blocks (with their IDs), and returns a structured implementation plan with Mermaid diagrams and build notes for each workflow.
Use this before create_workflow to understand how to break a complex process into individual workflows and which resources to create first.
Parameters:
prompt: describe the full end-to-end process in plain English. Maximum 2000 characters.
Returns:
result: structured markdown plan with workflow breakdowns, block IDs, resource definitions, and a list of assumptions and gaps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Natural-language description of the process to plan. Describe the full end-to-end process in plain English (e.g. "When a deal is marked Won, create a task in the onboarding board and notify the account manager"). The agent will decompose this into one or more monday.com workflows, identify all required boards and columns, and return a structured implementation plan. Maximum 2000 characters. |