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:
-
If inside a workspace: find the nearest ancestor directory (including the current one) that contains a
tdx.jsonfile and at least one ofgoals/oritems/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
- Create under
-
Otherwise (standalone):
- Create under
~/.tdx/schedule-tasks/{task-name}/
- Create under
Workflow
CRITICAL: Never just create files and stop. Always run the task and iterate until it works.