{{ 𝛀𝛀𝛀 }} Create a new Linear issue with automatic dependency detection
Scanned 5/27/2026
Install via CLI
openskills install JasonWarrenUK/goblin-mode---
name: linear-create-issue-in-project
description: "{{ 𝛀𝛀𝛀 }} Create a new Linear issue with automatic dependency detection"
model: opus
disable-model-invocation: true
allowed-tools: ["mcp__plugin_linear_linear__get_issue", "mcp__plugin_linear_linear__save_issue", "mcp__plugin_linear_linear__list_issues", "mcp__plugin_linear_linear__list_projects"]
argument-hint: [description | project name (optional)]
---
Create a new Linear issue from the following input:
```
$ARGUMENTS
```
## Parse the input
Split on `|`:
- Everything before `|` is the issue description
- Everything after `|` (if present) is a project name hint (e.g. `Foundry`, `Platform`)
## Before creating
1. Fetch the list of Linear projects
2. If a project name was provided:
- Attempt to match it to an existing project (fuzzy match on name)
- If no confident match is found, ask the user: "No project matching '[name]' was found. Should I create a new project with that name, or would you like to pick from the existing list?"
- If no project name was provided, do not set a project
3. If a project was identified, fetch all existing issues in that project to understand current scope and state
4. If issues were fetched, analyse them to identify natural dependencies:
- Issues this new one **blocks** (must be done first before others can proceed)
- Issues this new one is **blocked by** (must wait for others to complete)
- Issues this new one **relates to** (thematically linked but no hard dependency)
5. Propose: title, description, project (if any), priority, and all identified relationships — then wait for approval
## Create the issue
Once approved:
- Assign to `me`
- Set `project` only if one was determined above
- Set `priority` (default: Normal)
- Apply all relationship links
- Write a clear description in markdown covering what needs to be done and acceptance criteria
## Confirm
Return the new issue identifier and a direct link.
No comments yet. Be the first to comment!
End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the orchestration layer for multi-channel product launches.
Orchestrate multi-phase deep research with web search, memory retrieval, pattern matching, and synthesis into structured findings
Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.
CodeTour `.tour`ファイルを作成 — ペルソナターゲット、ステップバイステップウォークスルー(実際のファイルとラインアンカー付き)。オンボーディングツアー、アーキテクチャウォークスルー、PRツアー、RCAツアー、構造化「これがどのように機能するかを説明」リクエストに使用。
KMPプロジェクト向けのCompose MultiplatformおよびJetpack Composeパターン — 状態管理、ナビゲーション、テーマ設定、パフォーマンス、プラットフォーム固有のUI。