Files
ClawSkills/daily-routine/SKILL.md
zhi 1d34768019 feat: add daily-routine skill and role definitions
daily-routine skill:
- plan-schedule: daily planning workflow (review workload, create slots,
  coordinate with other agents)
- task-handson: task execution workflow (acknowledge slot, find right
  skill workflow, execute)
- slot-complete: post-slot workflow (record results, check overdue,
  defer or pick next)

Role definitions (6 roles):
- developer, manager, operator, mentor, secretary,
  agent-resource-director
- Each defines responsibilities, capabilities, boundaries,
  escalation rules, and memory practice

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-18 17:14:05 +00:00

653 B

name, description
name description
daily-routine 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.