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.
npx claudepluginhub getty104/claude-code-marketplace --plugin base-toolsThis skill uses the workspace's default tool permissions.
依頼された内容を requirement-todo-organizer エージェントで要件・TODOに分解し、各タスクをGitHub Issueとして作成するスキルです。
Decomposes large projects into GitHub issues with sub-issue relationships, blocked-by dependencies, milestones, and phase labels for autonomous execution.
Creates structured GitHub issues with implementation plans from task descriptions by analyzing docs, designs, and code. Updates existing issues by number using gh CLI.
Breaks plans, specs, or PRDs into thin vertical-slice issues on the project issue tracker using tracer bullets. Useful for converting high-level work into grabbable implementation tickets.
Share bugs, ideas, or general feedback.
依頼された内容を 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の作成が完了したら、以下を報告する: