| name | linear-workflow |
| description | DEPRECATED — use the `linear` skill instead. Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context. |
| allowed-tools | Bash |
⚠️ DEPRECATED (2026-06-20) — superseded by the canonical linear skill.
All content from linear-workflow was merged into .agents/skills/linear/ (SKILL.md +
references/). Use the linear skill instead. Kept temporarily for review; scheduled for
removal once the migration is approved. Do not extend this file.
Workflow Commands
Start Work
linear-cli i start LIN-123
linear-cli i start LIN-123 --checkout
Stop Work
linear-cli i stop LIN-123
Get Current Issue
linear-cli context
linear-cli context --output json
Full Workflow
linear-cli i start LIN-123 --checkout
linear-cli g pr LIN-123
linear-cli i update LIN-123 -s Done