用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/romeerez/orchid-orm --skill ideas命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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