Start working on a Linear task
Starts working on a Linear task by marking it in-progress and displaying full task details.
/plugin marketplace add wayne930242/team-toon-tack/plugin install team-toon-tack@ttt-marketplaceStart working on a task from the current cycle.
ttt work-on
If issue-id is provided (e.g., MP-624):
ttt work-on {{ issue-id }}
If issue-id is "next":
ttt work-on next
in-progress locallygit checkout -b <branch-name>Before starting work, check for validation tools:
Look for:
/validate, /check, /lint in available commandsvalidate, check, verify in available skillslint, type-check, test in package.json or MakefileAsk user:
No validation command or skill found for this project.
Would you like to create one? (y/n)
If yes, run:
/ttt:write-validate
Once validation is available:
/validate command if exists