Start working on a task. Use when beginning work, picking up a new task, or resuming work.
Marks a task as in-progress and optionally starts a timer or clears blockers.
/plugin marketplace add iheanyi/tasuku/plugin install tasuku@tasuku-marketplaceQuick command to mark a task as in-progress.
For a guided workflow with context loading, use /tasuku:pickup instead.
tk task start <task-id> # Start working on task
tk task start <task-id> --timer # Start with time tracking
tk task start <task-id> --unblock # Clear blockers and start
/tasuku:pickup InsteadUse the guided workflow /tasuku:pickup when:
--timer - Start time tracking automatically--unblock - Clear any blockers before starting (for blocked tasks)--timer if tracking time spenttk task pause <id> if you need to switch tasks/tasuku:learn "insight"/tasuku:note <id> "progress update"/tasuku:complete <id>/tasuku:pickup - Guided task selection and start (recommended)/tasuku:ready - See tasks ready to work on/tasuku:show - View task details/tasuku:complete - When you finish/startInitiates the task orchestration workflow using the three-agent system (task-orchestrator, task-decomposer, and dependency-analyzer) to create a comprehensive execution plan.