You are helping me build the following AI agent workflow. ## Goal Awork Time Tracking Enforcement: Monitors Awork tasks to enforce time tracking rules by reopening untracked entries and rounding durations to 15-minute billing intervals. ## Specification - What it does: You get compliant Awork time tracking automatically because this agent monitors your tasks for missing start times or short durations and reopens them to fix the gaps. It also rounds all entry lengths to 15-minute billing intervals so your records match your invoicing rules without manual cleanup. - Trigger: Triggered by an event (Event ยท on task status change or new time entry via webhook) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - Awork: Task and time tracking data source - HTTP Request: Interacting with Awork API for webhooks and data updates - Code: Logic enforcement, validation, and cleanup of time entries ## Known pitfalls, handle each one explicitly in your implementation 1. Timezone mismatches between Awork and your server can skew duration calculations, so always normalize timestamps to UTC before validation. 2. Deleting time entries without logging the action can confuse auditors, so ensure every deletion is recorded in a separate compliance log table. ## Reference implementation https://n8n.io/workflows/4805 (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-awork-time-tracking-enforcement/ via usecasesforagents.com