From linear
要件を分析し、実装可能な Issue に分解して Linear に登録します。 Trigger: plan, decompose, 要件分解, issue作成
How this skill is triggered — by the user, by Claude, or both
Slash command
/linear:plan-issuessonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
要件を以下の観点で Issue に分解してください:
要件を以下の観点で Issue に分解してください:
mcp__linear__list_teams でチーム一覧を取得する。
mcp__linear__list_projects でプロジェクト一覧を取得し、該当するプロジェクトがあれば紐付ける。
ユーザーの要件を分析し、Issue に分解する。各 Issue には以下を含める:
分解結果をユーザーに提示し、承認を得る。
承認後、mcp__linear__create_issue で登録する。team パラメータは必須。
依存関係がある場合は blockedBy で指定する。
登録完了後、board スキルでボードを表示すること。
ボード表示後、run-team スキルで全 Issue の一括実行が可能であることを案内すること。
npx claudepluginhub acta0724/claude-marketplace --plugin linearDecomposes user requests into requirements and TODOs, clarifies ambiguities via questions, then bulk-creates GitHub Issues per task in dependency order with structured bodies, priorities, estimates, and labels.
Breaks down plans, specs, or PRDs into independent issues using vertical slices (tracer bullets). Useful for converting plans into implementation tickets or breaking down work into granular, demo-able tasks.
Creates structured Linear issues (1 main + N sub-issues) with project linking, title prefixing, and labeling. Supports two workflows: Generic (code tasks) and PRD Pipeline (Korean-language product requirements with content strategy principles).