The start command bridges task planning and implementation. It launches your AI coding agent (Claude Code) with the full context of a specific task — details, dependencies, test strategy, and project context — so the agent can begin implementing immediately.
# Start working on a specific task
tm start 5
# Auto-detect the next available task
tm start
When you run tm start:
in-progressThis means the AI agent starts with full awareness of what to build, what's already done, and how to verify the work — no copy-pasting task details into chat.
The start command is best for focused, single-task implementation. Use it when:
For automated multi-task execution, see the Loop command or Clusters.