linear-workflow
Installation
SKILL.md
Workflow Commands
Start Work
# Start working (assigns to you, sets In Progress)
linear-cli i start LIN-123
# Start + create git branch
linear-cli i start LIN-123 --checkout
Stop Work
# Stop working (unassigns, resets status)
linear-cli i stop LIN-123