Use when creating, organizing, or prioritizing issues in Linear. Use when managing backlogs, setting up cycles, scoping projects, writing issue titles/descriptions, or deciding how to structure work in Linear. Also use when asked about Linear best practices.
The Linear Method is an opinionated approach to project management that prioritizes momentum, clarity, and shipping over process overhead. This skill guides how to create, organize, and prioritize work in Linear following their official methodology.
Linear explicitly rejects user stories as an anti-pattern. Write short, concrete tasks in plain language.
| Do | Don't |
|---|---|
| Short, scannable title | "As a user, I want to..." |
| Description is optional — only add necessary context | Mandatory multi-paragraph descriptions |
| Link to specs/designs instead of inlining | Explain the full user journey |
| Quote user feedback directly | Summarize or interpret feedback |
| Author your own issues (forces deeper thinking) | Have PMs write all issues for engineers |
Good title: Verify login credentials in HandleSync
Bad title: As a developer, I want login verification so that multi-user sync is secure
Linear has exactly 4 priorities + none. Don't over-specify — if you need more granularity, use labels or workflow statuses instead.
| Level | Value | Meaning | SLA Default |
|---|---|---|---|
| Urgent | 1 | Drop everything. Assignee gets immediate notification + email | 24 hours |
| High | 2 | Important, do soon. Core path or blocking others | 1 week |
| Medium | 3 | Normal work. Should be done but not time-critical | None |
| Low | 4 | Nice-to-have. Do when bandwidth allows | None |
| None | 0 | Unprioritized / not yet assessed | None |
Tie-breaking within priority: Use drag-and-drop ordering in Linear views — this is a persistent global sort visible to the whole workspace. There is no numeric sub-priority field.
Before assigning priority, classify the work:
Ask: Does this help move the needle this week or month? What compounding effects come from building it now? What complexity does it add?
Initiatives (company goals)
└── Projects (time-bound deliverables, 1-3 weeks, 1-3 people)
└── Milestones (meaningful stages within a project)
└── Issues (concrete tasks with clear outcomes)
└── Sub-issues (breakdowns, can cross teams)
Initiatives — ambitious, focused goals. Curated list of projects. Projects — scope to 1-3 weeks with 1-3 people. If it can't fit, break into phases. Milestones — stages of completion within a project. Filter and track progress per milestone. Issues — single tasks. Required: title + status. Everything else is optional. Sub-issues — can be assigned to any team/member, not just the parent's.
Cycles are automated, repeating time-boxes (1-8 weeks). They are NOT releases.
When to use cycles vs projects: Cycles are recurring cadence (like sprints). Projects are goal-oriented (ship feature X). An issue can belong to both.
Default: Backlog → Todo → In Progress → Done → Canceled
Linear's own workflow: Icebox | Backlog → Todo → In Progress → In Review → Ready to Merge → Done | Canceled | Could not reproduce | Won't Fix | Duplicate
Categories (fixed order): Triage → Backlog → Unstarted → Started → Completed → Canceled
type:bug, comp:sync, area:authUse blocks/blockedBy to express ordering when priority alone isn't sufficient.
Linear's method: curate ruthlessly. Important items resurface; forgotten ones rarely matter.
Target: 1-3 weeks, 1-3 people. If it doesn't fit:
Benefits: forced prioritization, continuous shipping, rapid feedback loops, reduced risk.
When creating issues via MCP tools:
Required: title, team
Recommended: priority, project, description (brief)
Optional: labels, assignee, estimate, dueDate, milestone, cycle
Relations: blocks, blockedBy, relatedTo, parentId, duplicateOf
Priority decision tree:
Deduplication: Before creating, search existing issues. Use duplicateOf if found.
| Mistake | Fix |
|---|---|
| Everything is High/Urgent | If everything is urgent, nothing is. Reserve Urgent for production issues. |
| Verbose user-story descriptions | Write plain language. Link to specs. |
| Giant monolithic projects | Scope to 1-3 weeks. Break into phases. |
| Backlog as idea graveyard | Archive or delete stale issues regularly. |
| Using labels for what statuses do | Statuses track workflow. Labels categorize. |
| Creating issues without a team | Always specify team — it's required and determines workflow. |
| Sub-priority rankings | Linear doesn't have sub-priority. Use drag ordering or blockedBy relations. |