schedule-task

Installation
SKILL.md

Schedule Task Creator

Create scheduled tasks in Treasure Studio that mix deterministic script execution with agent-driven analysis and delivery.

Task Directory Placement

Determine where to create the task based on your current working directory:

  1. If inside a workspace: find the nearest ancestor directory (including the current one) that contains a tdx.json file and at least one of goals/ or items/ folders. That directory is {workspace}.

    • Create under {workspace}/schedules/{task-name}/
    • Workspace context (accepted guides, goals) is automatically available at execution time
    • {workspace} becomes the working directory during execution
  2. Otherwise (standalone):

    • Create under ~/.tdx/schedule-tasks/{task-name}/

Workflow

CRITICAL: Never just create files and stop. Always run the task and iterate until it works.

Installs
1
GitHub Stars
19
First Seen
Mar 31, 2026
schedule-task — treasure-data/td-skills