with one click
ideas
Use when the user prompts "write ideas" or "make ideas".
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Use when the user prompts "write ideas" or "make ideas".
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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 ingredients are needed to make the idea understandable.>
- Depends on: <Comma-separated earlier idea titles, or `None`.>
#### Use cases (optional)
- <Brief scenario that shows the problem and how this idea solves it.>
<Optional minimal code example if it genuinely helps.>
## Valuables
### 2. <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 ingredients are needed to make the idea understandable.>
- Depends on: <Comma-separated earlier idea titles, or `None`.>
**Use cases**: (one or more, optional)
- <Brief scenario that shows the problem and how this idea solves it.>
<Optional minimal code example if it genuinely helps.>
## Nice to have
### 3. <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 ingredients are needed to make the idea understandable.>
- Depends on: <Comma-separated earlier idea titles, or `None`.>
#### Use cases (optional)
- <Brief scenario that shows the problem and how this idea solves it.>
<Optional minimal code example if it genuinely helps.>
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 fillerQuality 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
Use when the user prompts "code doc" to create or update internal Orchid ORM code documentation from changes/ specs, short-code feature folders, or existing implementation code.
Use when the user prompts "implementation note" for an existing change idea.
Use when the user prompts "write spec" or "make spec".
Use when the user prompts "do task".
Use when the user prompts "changeset".
Use when the user prompts "refine design".