You are helping me build the following AI agent workflow. ## Goal Project Kickoff After Stripe Payment: When a Stripe payment clears, the system automatically creates project folders in Drive, tasks in ClickUp. ## Specification - What it does: You instantly move from a successful Stripe payment to a fully set-up project with an organized Google Drive folder, ClickUp tasks, a client onboarding email, and team alerts via Slack. This automation ensures your delivery team never misses a new client while keeping all project data structured and ready for work immediately after the sale clears. - Trigger: Triggered by an event (Event ยท on successful Stripe payment) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - Stripe: Payment trigger and validation - Google Drive: Creating project folder structures - ClickUp: Provisioning tasks and project lists - Gmail: Sending onboarding emails to clients - Slack: Notifying internal team of new projects ## Known pitfalls, handle each one explicitly in your implementation 1. Google Drive API quotas may be exceeded during high-volume periods so add exponential backoff logic for folder creation failures. 2. ClickUp task assignments might fail if the user ID changes so verify team member existence before assigning tasks programmatically. 3. Email sending delays can cause confusion so include a timestamp in the Slack alert to confirm when the onboarding sequence started. ## Reference implementation https://n8n.io/workflows/12567 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/automate-project-kickoff-after-stripe-payment/ via usecasesforagents.com