You are helping me build the following AI agent workflow. ## Goal Reschedule Overdue Asana Tasks: Automatically reschedules overdue Asana tasks to today and removes completed ones to keep your workspace clean. ## Specification - What it does: Keep your Asana workspace clean by automatically rescheduling overdue tasks to today and removing finished items so you can focus on current priorities without clutter. - Trigger: On a schedule (Scheduled ยท daily or weekly) - Autonomy: Fully hands-off - Expected setup effort: under an hour - Tools/services involved: - Asana: Task management and automation ## Known pitfalls, handle each one explicitly in your implementation 1. Tasks without a due date might be incorrectly flagged as overdue if you rely solely on creation date, so verify the specific overdue field logic before processing. 2. Completed tasks with past due dates may still appear in active views until fully archived, so ensure your cleanup step moves them to the correct project section rather than just marking them done. ## Reference implementation https://n8n.io/workflows/2701 (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/reschedule-overdue-asana-tasks/ via usecasesforagents.com