What problem does it solve? Writing to Linear issues without verification risks wrong targets, malformed descriptions, and accidental changes. This Skill enforces a draft-first workflow so every issue creation or update is reviewed and approved before anything is written to Linear. ## Core Features & Use Cases - Draft-before-write workflow: Presents a structured draft (operation, target, team, title, changes, reason) and writes only after explicit user approval. - Task-type templates: Provides description templates for implementation tasks, investigation tasks, and other requests, with sections like background, goals, completion criteria, and verification steps. - Safe failure handling: Stops on authentication errors (401, OAuth invalid grant), permission issues, or unknown targets, and tells the user exactly what to do next instead of retrying blindly. - Use Case: You ask to create a Linear issue for a bug fix. The Skill verifies the team via a read-only check, shows you a draft with title and structured description, and writes it only after you approve. ## Quick Start Use the write-linear-issue skill to create a new Linear issue in the backend team titled "Fix login timeout" with an implementation task description.