This procedure guides the agent to evaluate current incomplete tasks from Google Tasks, estimate their duration, and sequentially schedule them into available gaps using TS atomic tools.
WHEN [Requested to schedule tasks, time-block the backlog, or act as an executive assistant for schedule management]
THEN [
Follow this strict Standard Operating Procedure:
Step 1: Task Collection
gog tasks list @default --json to retrieve incomplete tasks.Step 2: Cognitive Assessment
Step 3: Schedule Retrieval
gog calendar events primary --from "" --to "" --json .Step 4: Gap Analysis
workflow_calculate_schedule_gaps atomic TS tool, passing the events array.Step 5: Sequential Time Blocking
Google Calendar Create Event atomic node.Step 6: Overlap Audit
workflow_audit_schedule_overlaps atomic TS tool.Google Calendar Delete Event and repeat the scheduling loop.]
A comprehensive summary of the scheduled tasks, detailing the timeline and confirmation of overlap-free scheduling.
共 1 个版本