Smart Tasks
by @dgkim311
Intelligent task management using workspace markdown files. Natural language CRUD via chat, context-aware reminders, priority briefings, and weekly reviews....
Run the init script once to create the directory structure:
bash skills/smart-tasks/scripts/init-tasks.sh
This creates tasks/, tasks/active/, tasks/done/, tasks/archive/,
tasks/INDEX.md, and tasks/.meta.json. Idempotent β safe to re-run.
After init, apply workspace integration changes from workspace-integration.md with user approval.
1. Always update INDEX.md and the task file atomically. 2. Fill Agent Notes with cross-references to workspace files at creation time. 3. Use estimated_hours to give realistic scheduling advice. 4. When reminding about tasks, include relevant context β not just the deadline. 5. Categories are user-defined. Never hardcode a fixed set. 6. Keep task titles concise but descriptive for INDEX readability.
clawhub install smart-tasks