Quick overview
Quick overview This workflow turns a ClickUp task tagged ready-for-ai into a production using Anthropic Claude for requirement analysis and architecture, Cursor for implementation, GitHub for PR/merge, external CI and security scanning APIs for verification, deployment and monitoring APIs for release checks, and WhatsApp for human approvals and alerts. How it works Receives a webhook from ClickUp (or runs manually) with a task ID and loads configuration values like repo, API endpoints, thresholds, and WhatsApp recipients. Fetches the ClickUp task details and sends the requirement to Anthropic Claude to extract acceptance criteria, a clarity score, and open questions. If the requirement is unclear, posts clarification questions back to ClickUp and waits for a human reply before re-fetching and re-analyzing the task. When clear, asks Anthropic Claude to produce an architecture plan and a sequenced task breakdown, then creates corresponding subtasks in ClickUp. Triggers a Cursor background agent to implement the feature in the target GitHub repository, runs the CI test suite, and loops failures back to Cursor until tests pass or the max attempt limit is reached and a WhatsApp escalation is sent. Opens a GitHub pull request, triggers an external security scan, and blocks the workflow with a WhatsApp alert if any critical/high findings are reported. Requests human approval via WhatsApp, merges the PR on approval, triggers deployment, checks production health metrics, and either marks the ClickUp task done and sends a success message or automatically rolls back and re-verifies before escalating if recovery fails. Setup Add credentials for ClickUp API, GitHub API, Anthropic API (HTTP Header Auth), Cursor API (HTTP Header Auth), and WhatsApp Business Cloud API. Provide HTTP Header Auth credentials for your CI dispatch endpoint, security scanner endpoint, deployment platform endpoint, and production monitoring/APM endpoint. Update the values in Set - Config, including ClickUp list/task inputs, repo owner/name and base branch, all external API URLs, clarity and health thresholds, maxImplementationAttempts, and WhatsApp phone number IDs and recipient numbers. Configure each external system to call the workflow’s wait/resume webhooks for clarification replies, Cursor completion, CI results, security scan results, approval confirmation, and deployment completion. Ensure your monitoring endpoint returns health metrics fields compatible with the workflow’s checks (error rate, p95 latency, and uptime), or adjust the evaluation logic accordingly. An n8n automation workflow template by Oneclick AI Squad.
Oneclick AI Squad
web
free
Others in the same category, ranked by how often they are opened.