analyze_schedule
Analyze project schedule by reporting overdue, upcoming (within a horizon), and critical-path tasks from a .pod file. Specify reference date and horizon window.
Instructions
Report overdue, upcoming, and critical-path tasks for a .pod project.
Args: path: Absolute path to the .pod file. as_of: Reference date YYYY-MM-DD (default: today). horizon_days: Window for upcoming tasks (default 30).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| as_of | No | ||
| horizon_days | No |