ソース情報
- リポジトリ
- joelanford/orb
- ソースの最終更新活動
- 2026年8月27日 21:01
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/joelanford/orb --skill sdd-ideateコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | sdd-ideate |
| description | Brainstorm and add new work items to the backlog. |
Brainstorm and add new work items to the backlog.
specs/mission.md to understand project goals and non-goals.specs/tech-stack.md to understand the current tech stack.specs/YYYY-MM-DD-*/ directories and read their README.md files to understand existing work items and their statuses.If there are existing work items with status: idea, list them and use AskUserQuestion to ask whether the user wants to refine any of them further before brainstorming new ideas. If so, use AskUserQuestion iteratively to flesh out the idea with more detail, then update its README.md accordingly (keeping status: idea — refinement to ready happens in /sdd-plan-next-phase).
If the user provided input via $ARGUMENTS, use that as a starting theme.
Use AskUserQuestion to explore:
For each candidate work item, present:
Use AskUserQuestion to refine:
specs/mission.mdFor each finalized item, create specs/YYYY-MM-DD-<slug>/README.md:
---
status: idea
---
# <Title>
<One or two sentence description of the idea.>
Use today's date for the YYYY-MM-DD prefix.
Summarize what was added to the backlog. Suggest running /sdd-plan-next-phase to refine and start the next item.