ソース情報
- リポジトリ
- romeerez/orchid-orm
- ソースの最終更新活動
- 2026年6月5日 21:12
- 検出された SKILL.md の言語
- 英語
- スター
- 543
- フォーク
- 19
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/romeerez/orchid-orm --skill ideasコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | ideas |
| description | Use when the user prompts "write ideas" or "make ideas". |
Read an existing changes/<feature-name>/research.md and write or update changes/<feature-name>/ideas.md.
Input: The argument after /ideas should identify an existing researched change. It may be:
Examples:
/ideas row level security/ideas 611-row-level-security-integration/ideas composite foreign keys in relationsGoal
Produce an ideas document that turns the existing research into a prioritized list of user-facing ideas for later proposal, design, and implementation work.
The existing research.md is the source of truth. Use it to understand the topic well, then distill only the ideas that clearly follow from it.
By "ideas", we mean user-facing goals, proposals, or features. This document is not an implementation plan.
Every listed idea must:
If two partial ideas only make sense together, combine them into one idea instead of listing both.
Steps
Identify the target change folder
Search changes/ for the existing folder that best matches the user's input.
Prefer:
research.mdIf multiple folders are plausible, stop and ask the user which one to use. Do not guess when the match is ambiguous.
If no relevant researched change exists, tell the user that no matching changes/<feature-name>/research.md was found.
Do not create a new change folder here.
The output path is changes/<feature-name>/ideas.md.
Read the existing research thoroughly
Read the full research.md before drafting anything.
Use it to understand:
Pay special attention to:
Purpose and goalsRequirements and edge casesExisting support in orchid-ormProposed user-facing designValuable external context and Community ideas and pain points matter only insofar as they help clarify what ideas are justified in the research document itself.
Derive candidate ideas from the research
Extract only ideas that are clearly supported by the research.
Good ideas are:
Exclude:
Do not split a single cohesive capability into multiple ideas unless each part independently adds value to users.
If an idea only matters because another idea exists, it should likely be part of that larger idea.
Prefer wording that a human can understand on first read.
If the research uses dense shorthand, rename the idea or explain it later in How.
Categorize the ideas
Use up to these three categories and in this order:
Must haves: ideas that are required for the feature to function in a meaningful wayValuables: ideas that clearly improve the feature for users, but the main purpose is still achievable without themNice to have: extra convenience or narrower-scope ideas that are beneficial but not essentialSkip any category that has no supported ideas.
A lower-priority category must not contain an idea that higher-priority ideas depend on. If that happens, reclassify the blocking idea upward or merge the ideas.
Prioritize and connect the ideas
Within each category, order ideas by:
The ordering should make conceptual sense for the feature, not read like a task list.
For every idea, determine which earlier ideas it depends on.
Only list ideas that actually appear earlier in the document.
If none, say None.
Write or update ideas.md
If changes/<feature-name>/ideas.md already exists, read it now, preserve any still-supported ideas, remove unsupported or stale content, and reconcile the document with the current research.md.
If the file does not exist yet, create it.
Use this structure:
# <Feature Title>
## Must haves
### 1. <Idea title>
- Why: <Why this idea matters for the researched feature.>
- Adds: <What user-facing value or capability this idea adds.>
- How: <How the idea would work or be experienced from the user's perspective. Use a short list instead if multiple >
Depends on:
Why:
Adds:
How:
Depends on:
: (one or more, optional)
Why:
Adds:
How:
Depends on:
Quality check
Before finishing, verify:
changes/<feature-name>/ideas.md pathresearch.mdDepends on only references earlier ideas that the current idea truly relies onHow makes ambiguous ideas more understandable without turning them into implementation plansUse cases are present when they add clarity, and omitted when they would just repeat the idea### headings prefixed with numbers, and numbering continues across categories without restartingGuardrails
Document guidance:
# <Feature Title> when it is clearWhy should explain importance in the context of this researched topicAdds should explain the concrete user-facing valueHow should make the idea easier for a human to picture, especially when the title or Adds could still feel abstractHow at a user-facing level; mention workflow or API shape only when it genuinely clarifies the ideaHow needs multiple ingredients, use a short list instead of cramming them into one sentenceDepends on should name earlier ideas exactly as written, or NoneUse cases when they make the idea clearerUse cases instead of adding filler