| name | foxctl Todo |
| description | Manage tasks with foxctl todo commands. Create, list, complete tasks for tracking work. |
Task Management
Track work with dependencies and completion notes.
Commands
foxctl todo add --title "Task" --description "Details"
foxctl todo add --title "Deploy" --depends-on 01ABC123
foxctl todo add --title "Write tests" --parent 01ABC123
foxctl todo list [--status pending|completed]
foxctl todo active
foxctl todo complete --id <id> --notes "What was done"
foxctl todo update --id <id> --title "New title"
Integration
hooks/task_guard ensures tasks exist for edits.
Set mode: FOXCTL_TASK_GUARD_MODE=strict
Full docs: ~/.foxctl/share/configs/skills/foxctl-todo/Skill.md