{
  "name": "Automated developer onboarding audit with ClickUp, GPT-4o-mini, and Slack alerts",
  "nodes": [
    {
      "id": "78b2e6d5-14d7-4f2c-9c38-2e7af9df5e40",
      "name": "Section: Trigger",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        1632
      ],
      "parameters": {
        "width": null,
        "height": 180,
        "content": "## 1. Capture New Tasks\n\nTriggers whenever a task is created in your ClickUp workspace."
      }
    },
    {
      "id": "6d2eb8f5-835d-475d-a0c5-11ee8732e85f",
      "name": "New Task Created",
      "type": "n8n-nodes-base.clickUpTrigger",
      "position": [
        -48,
        1856
      ]
    },
    {
      "id": "d64c6622-2687-4383-9022-1e632f96daff",
      "name": "Section: Data Prep",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        1632
      ],
      "parameters": {
        "width": null,
        "height": 180,
        "content": "## 2. Data Preparation\n\nExtracts and formats task details for logging and AI analysis."
      }
    },
    {
      "id": "2cf8930b-2be7-4261-a508-6383f028f503",
      "name": "Extract Task Data",
      "type": "n8n-nodes-base.set",
      "position": [
        176,
        1856
      ]
    },
    {
      "id": "1d3d4a50-bd24-4014-b964-ea7ad984e27b",
      "name": "Log to Tracking Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        400,
        1856
      ]
    },
    {
      "id": "993bab6b-392f-493c-b420-08c638368486",
      "name": "Section: AI Audit",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        608,
        1632
      ],
      "parameters": {
        "width": null,
        "height": 180,
        "content": "## 3. AI Quality Analysis\n\nGPT-4o-mini evaluates task completeness and scores it 0-100."
      }
    },
    {
      "id": "344d3b10-be0b-482c-a7b0-16c9d8d830a1",
      "name": "AI Quality Analyzer",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        624,
        1856
      ]
    },
    {
      "id": "04972ecd-5bff-44b3-a88d-d30a17f7c9c5",
      "name": "GPT-4o Mini",
      "type": "@n8n/n8n-nodes-langchain.lmChatAzureOpenAi",
      "position": [
        696,
        2080
      ]
    },
    {
      "id": "25d0c0ca-15da-48dc-91f8-04bb580d2f56",
      "name": "Section: Processing",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1008,
        1632
      ],
      "parameters": {
        "width": null,
        "height": 180,
        "content": "## 4. Parse & Route\n\nExtracts AI score and routes to appropriate path based on quality threshold."
      }
    },
    {
      "id": "874f0480-49f4-4b55-96de-99c996a1f510",
      "name": "Parse AI Score",
      "type": "n8n-nodes-base.code",
      "position": [
        976,
        1856
      ]
    },
    {
      "id": "3b8e9b17-9d52-4d49-9a51-aba866ac9a71",
      "name": "Quality Gate (< 60%)",
      "type": "n8n-nodes-base.if",
      "position": [
        1200,
        1856
      ]
    },
    {
      "id": "8cfa8adc-b1a4-446f-9783-18f7a5b83d61",
      "name": "Section: Alerts",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1248,
        1280
      ],
      "parameters": {
        "width": null,
        "height": 180,
        "content": "## 5. Alert & Remediation\n\nIncomplete tasks trigger Slack notifications with improvement suggestions."
      }
    },
    {
      "id": "4a724250-ebcb-4339-8dd1-ec1fd501cf54",
      "name": "Send Slack Alert",
      "type": "n8n-nodes-base.slack",
      "position": [
        1424,
        1472
      ]
    },
    {
      "id": "93dda970-c94c-4f2e-a660-e9dfb29df8df",
      "name": "Add ClickUp Comment",
      "type": "n8n-nodes-base.clickUp",
      "position": [
        1424,
        1664
      ]
    },
    {
      "id": "df9fe7b5-b76a-4bc5-9710-8004e0b39043",
      "name": "Update Status: Incomplete",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1424,
        1856
      ]
    },
    {
      "id": "470bb916-4fa8-4861-95c4-ac18ebb15b05",
      "name": "Section: Success",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1072,
        2080
      ],
      "parameters": {
        "width": null,
        "height": 180,
        "content": "## 6. Success Path\n\nComplete tasks get verified status and positive feedback."
      }
    },
    {
      "id": "07eedeb2-4cc7-4d8d-b24f-5a6e90d59254",
      "name": "Add Success Comment",
      "type": "n8n-nodes-base.clickUp",
      "position": [
        1424,
        2048
      ]
    },
    {
      "id": "11badfee-f068-47f4-9f82-3cfa6709eae0",
      "name": "Update Status: Complete",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1424,
        2240
      ]
    },
    {
      "id": "93b8e761-4cd7-4318-8fa1-82d518f9c1ee",
      "name": "Section: Analytics",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1632,
        1808
      ],
      "parameters": {
        "width": null,
        "height": 180,
        "content": "## 7. Analytics Tracking\n\nLogs all results for performance tracking and trend analysis."
      }
    },
    {
      "id": "1253d118-c8b5-4690-a55f-32bb6dd53575",
      "name": "Log to Analytics",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1648,
        2048
      ]
    },
    {
      "id": "bdd713cd-7e22-48f4-b5c1-93f3d95a8673",
      "name": "Workflow Overview1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -560,
        1648
      ],
      "parameters": {
        "width": 380,
        "height": 488,
        "content": "## How it works\n\nThis workflow automatically audits developer onboarding tasks created in ClickUp. When a new task is created, AI analyzes it for completeness across tooling, credentials, and environm"
      }
    }
  ],
  "connections": {
    "GPT-4o Mini": {
      "ai_languageModel": [
        [
          {
            "node": "AI Quality Analyzer",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Parse AI Score": {
      "main": [
        [
          {
            "node": "Quality Gate (< 60%)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "New Task Created": {
      "main": [
        [
          {
            "node": "Extract Task Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Task Data": {
      "main": [
        [
          {
            "node": "Log to Tracking Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Quality Analyzer": {
      "main": [
        [
          {
            "node": "Parse AI Score",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Quality Gate (< 60%)": {
      "main": [
        [
          {
            "node": "Send Slack Alert",
            "type": "main",
            "index": 0
          },
          {
            "node": "Add ClickUp Comment",
            "type": "main",
            "index": 0
          },
          {
            "node": "Update Status: Incomplete",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Add Success Comment",
            "type": "main",
            "index": 0
          },
          {
            "node": "Update Status: Complete",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Log to Tracking Sheet": {
      "main": [
        [
          {
            "node": "AI Quality Analyzer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Status: Complete": {
      "main": [
        [
          {
            "node": "Log to Analytics",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Status: Incomplete": {
      "main": [
        [
          {
            "node": "Log to Analytics",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}