breaking-down-linear-issues

breaking-down-linear-issues is a skill for Claude Code, Codex from syou6162/agent-skills. It costs 67 tokens per session (2,532 once invoked), scanned A, original, MIT.

A workflow for splitting a large task into separate Linear issues, where Linear is a project-management tool for tracking development work. It creates a project and represents dependencies with blocked-by links rather than parent and child issues.

In plain words
What is it for?
Use it to gather project details, propose a task breakdown and dependencies, get approval, and then create the Linear project and issues.
Why use it?
It turns a broad request into reviewable work items while showing which tasks must finish before others can begin.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to gather project details, propose a task breakdown and dependencies, get approval, and then create the Linear project and issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/syou6162/agent-skills/breaking-down-linear-issues
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add syou6162/agent-skills --skill breaking-down-linear-issues
Clone the repo
git clone --depth 1 https://github.com/syou6162/agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for breaking-down-linear-issues

README.md
[![agentmods](https://agentmods.dev/badge/skills/syou6162/agent-skills/breaking-down-linear-issues.svg)](https://agentmods.dev/skills/syou6162/agent-skills/breaking-down-linear-issues)
Your own site
<a href="https://agentmods.dev/skills/syou6162/agent-skills/breaking-down-linear-issues"><img src="https://agentmods.dev/badge/skills/syou6162/agent-skills/breaking-down-linear-issues.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,532 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00067 $0.02532
Opus 5 $0.00034 $0.01266
Sonnet 5 $0.00013 $0.00506
Haiku 4.5 $0.00007 $0.00253

Measured 7d ago against content hash 07ddfd34b6c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

breaking-down-linear-issues scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/breaking-down-linear-issues/SKILL.md · 192 lines

How it starts

The opening of the file, as written. The whole thing — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Linearに大きなタスクを分割してIssueを作成する

ユーザーが大きなタスクをLinearにIssueとして登録したい場合、タスクを分割して複数のIssueを作成してください。分割する際は新しいプロジェクトを作成し、そのプロジェクト内にフラットなIssueを作成します。Issue間の関係は、階層構造ではなくblockedByリレーションで表現します。

作成したIssueはLinearを経由してLLM Agentにアサインされます。

プロンプトに特定の意図(例:「3つのIssueに分割して」「Aを先にやってからBを作成して」など)が加えられている場合は、その意図をタスク分解と依存関係の設定に反映しつつ、以下の手順を順に実行してください。

制約

  • タスクを分割する際は、新しいLinearプロジェクトを作成する。
  • 各Issueは独立した同等のフラットな単位として作成する。sub-issueや親子関係は作らない。
  • Issue間の依存関係は、必ず blockedBy リレーションで表現する。
  • ユーザーが承認するまで、プロジェクト・Issueの作成を実行しない。
  • 以下の手順を一つずつ順番に実行する。

実行手順

以下の手順で、大きなタスクを分割してLinearにIssueを作成してください。

  1. 入力の整理

    ユーザーから以下の情報を確認する。情報が不足している場合は、ユーザーに確認を取る。

    • タスクの概要(タイトル・目的)
    • 作成するプロジェクト名
    • Linearのチーム(Team)
    • プロジェクト概要に記載すべき内容(背景、スコープ、制約、達成条件、関連リンクなど)
    • 分割したい作業単位
    • 各作業の依存関係(どのIssueがどのIssueにブロックされるか)
  2. タスクの分解

    ユーザーから得た情報に基づき、タスクを意味のある単位に分割する。

    • 各Issueは独立して完了可能な単位にすること
    • 1つのIssueは、diffが500〜1000行程度になるようなPRに対応するサイズにすること
    • 分割したIssue間の依存関係を明確にすること
  3. 作成内容の確認

    ユーザーに以下を提示し、承認を得てから作成を実行する。

    • 作成するプロジェクト名とプロジェクト概要(背景、スコープ、制約、達成条件、関連リンク)
    • 作成するIssueの一覧(タイトルと説明)
    • 各Issue間の依存関係(blockedBy で表現)
    • 所属チーム
  4. プロジェクトの作成

    承認を得たら、Linear MCP serverを使ってプロジェクトを作成する。

    # Linear MCP server を使って project を作成する例(mcp_call_tool で実行)
    # Linear project create のスキーマに従って引数を指定する
    
    • プロジェクト名、所属チーム、プロジェクト概要を設定する
    • プロジェクト概要には個別Issueの詳細を書かず、背景・スコープ・制約・達成条件・関連リンクなどを記載する
    • 作成後にプロジェクトIDを記録する
  5. Issueの作成

    作成したプロジェクト内に、Linear MCP serverを使ってIssueを作成する。各Issueは単独で見てもself-containedで分かる形にし、以下を含める。

    • タイトル
    • 目的(なぜやるか)
    • 背景
    • 作業内容
    • 受け入れ条件
    • 制約
    • 関連リンク
    • 該当ファイルや行
    • プロジェクトのリンク
    • 依存関係の確認手順
      • 作業前にプロジェクト内のIssueを確認する
      • 自身の blockedBy に設定されているIssue(前段のタスク)を読み、どのような内容かを把握する
      • 自身を blockedBy に設定しているIssue(後段のタスク)を読み、後段で何を行うためには今回のタスクで何が必要かを把握する
      • 前段・後段のタスク内容を踏まえて、今回のタスクの作業内容と受け入れ条件を調整する
    # Linear MCP server を使って issue を作成する例(mcp_call_tool で実行)
    # Linear issue create のスキーマに従って引数を指定する
    

Read the full file on GitHub · 192 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 192 lines · 67 tokens per session scan A 07ddfd34b6c4

Subscribe to this mod's changes

breaking-down-linear-issues is a skill published in the GitHub repository syou6162/agent-skills (11 stars, last pushed 2mo ago), licensed MIT. It adds 67 tokens to every session and 2,532 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.

Orkas-AI/Orkas · 5 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens