From base-tools
Decomposes 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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/base-tools:breakdown-issuesopusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
依頼された内容を requirement-todo-organizer エージェントで要件・TODOに分解し、各タスクをGitHub Issueとして作成するスキルです。
依頼された内容を requirement-todo-organizer エージェントで要件・TODOに分解し、各タスクをGitHub Issueとして作成するスキルです。
デフォルトブランチに移動し、git pull originで最新状態にする。
requirement-todo-organizer サブエージェントを使用して、以下の依頼内容を要件定義・TODO分解する。
$ARGUMENTS
ステップ2で分解した要件・TODOに不明点や曖昧な点があれば、AskUserQuestionツールを使用してユーザーに質問する。
ステップ2で洗い出した各TODOに対して、GitHub Issueを作成する。
依存関係のないタスク(依存先が「なし」のもの)から先に作成し、依存先のIssue番号が確定してから依存タスクのIssueを作成する。
gh api user --jq '.login'で取得したユーザーをアサインする## 概要
(TODOの説明をもとに、このタスクが達成すべきゴールを記述)
## 要件
(このタスクに関連する機能要件・非機能要件をリストアップ)
## 参照情報
(このタスクに関連するドキュメントファイルのパスやデザインファイルのパス、およびそれぞれの関連箇所の説明)
## 依存関係
(依存先のIssueがある場合、`- #<Issue番号>` の形式でリンクする。なければ「なし」)
## 優先度
(High / Medium / Low)
## 見積もり規模
(S / M / L / XL)
gh issue create --title "タイトル" --body "本文" --assignee "<ユーザー名>" --label "cc-triage-scope"
全Issueの作成が完了したら、以下を報告する:
npx claudepluginhub getty104/claude-code-marketplace --plugin base-toolsBreaks plans, specs, or PRDs into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Useful for turning high-level direction into actionable, demoable tasks.
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 GitHub issues with implementation plans from task descriptions by analyzing docs, designs, and code. Updates existing issues by number using gh CLI.