--- name: daily-routine description: Daily work lifecycle — planning, task execution, and slot management. Use when woken up for daily planning or task slot execution. --- > Scripts interact with HarborForge via `hf` CLI (must run via pcexec). ## Workflows - `{baseDir}/workflows/plan-schedule.md` — When woken up at daily planning time. Plan today's schedule based on suggested workload. - `{baseDir}/workflows/task-handson.md` — When a task slot is due. Execute the assigned task following the appropriate skill workflow. - `{baseDir}/workflows/slot-complete.md` — When finishing a slot. Handle defer decisions and transition to next slot.