Creates a real Linear record when no related ticket exists
Source references: 3The Skill explicitly requires creating a missing Linear issue before writing specifications and names the write-capable `save_issue` operation. It asks the user only when the team or labels are unclear, not for confirmation of the issue creation itself.
A user seeking only feature planning or local specification drafts could still get a real workspace issue, potentially triggering notifications, assignments, reporting, or other automations.
When no relevant Linear issue exists, the Skill directs the agent to create one and explicitly names the write-capable `save_issue` operation. It asks the user only when the team or labels are unclear, not for confirmation of issue creation itself. Running this workflow could therefore add a record to the user's Linear workspace without per-action approval. The user can ask for a preview-and-confirm step or restrict the Skill to read-only Linear access.
If a relevant Linear issue does not already exist, create one before writing specs. Use the Linear MCP tools directly:- `list_teams` to find the appropriate team- `list_issue_labels` to inspect the expected labels/tags- `save_issue` to create the issue with the appropriate team and labelsShow 2 other places
If the correct team or labels are not obvious from the request and surrounding context, use `ask_user_question` to clarify rather than guessing.- `list_issue_labels` to inspect the expected labels/tags- `save_issue` to create the issue with the appropriate team and labels