Claude-skills idea-md
Create or expand an Idea.md / IDEA.md file from a rough description, existing repo, conversation history, notes, or other early-stage product inputs. Use when the user asks to "write an Idea.md", "turn this into an idea file", "capture this product idea", "expand this concept", or wants a repo-grounded concept brief before validation, PRD, or implementation work.
git clone https://github.com/ckorhonen/claude-skills
T=$(mktemp -d) && git clone --depth=1 https://github.com/ckorhonen/claude-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/idea-md" ~/.claude/skills/ckorhonen-claude-skills-idea-md && rm -rf "$T"
skills/idea-md/SKILL.mdIdea.md
Overview
Create a strong
Idea.md when the user has an early concept but not yet a full PRD. Treat it as the bridge between raw brainstorming and formal product requirements.
An
Idea.md is not universal. If the repo already has a local convention, follow it. If not, default to the house definition in references/what-is-idea-md.md: a concise, structured concept brief that captures the problem, user, solution, repo fit, risks, and next validation steps.
Announce at start:
I'm using the idea-md skill to create or refine the idea file.
Inputs to Gather
Pull from the richest available sources, in this order:
- Existing
/Idea.md
/ related draftsIDEA.md - Current repo context:
, specs, roadmap docs, issues, package structure, notable constraintsREADME - Conversation history and user-provided notes
- Adjacent artifacts such as PRDs, design docs, or research notes
If a repo exists, inspect it before writing. Do not invent technical context that could be learned from the codebase or docs.
Workflow
1. Determine the mode
Pick one:
- New idea file: no existing idea doc, user wants one created
- Expansion: user has a rough draft and wants it expanded
- Rewrite: user wants a cleaner, more structured version of an existing idea file
2. Infer the right format
- If the repo already uses an
convention, preserve it.Idea.md - If the workflow expects
as an upstream planning artifact, keep it structured and concise.Idea.md - If the request is just idea capture, it can be lighter, but still make it legible to someone other than the original author.
Use
references/idea-template.md when no local template exists.
3. Synthesize, do not merely transcribe
Turn rough notes into a coherent narrative:
- sharpen the core thesis
- remove repetition
- surface implicit assumptions
- separate what is known from what is speculative
- preserve genuinely distinctive phrasing or insights from the user
4. Ground it in reality
If a repo is available, include concrete repo-aware context:
- which existing surfaces, packages, or systems the idea builds on
- constraints that shape the idea
- relevant integration points or architectural leverage
If there is no repo, make assumptions explicit instead of pretending they are facts.
5. Keep the scope at the right level
An
Idea.md should be:
- more structured than a scratchpad
- less detailed than a PRD
- persuasive enough to explain why the idea matters
- concrete enough to guide validation or next-step planning
Do not turn it into a task-by-task implementation plan unless the local workflow explicitly expects that.
Default Output Shape
When there is no repo-specific format, use this shape:
- Title
- One-paragraph overview
- Problem
- Who it's for
- Proposed solution
- Why this could work / differentiators
- Repo or technical fit
- MVP
- Risks and open questions
- Validation or next steps
Adjust section names if the repo has established terminology.
Quality Bar
- Lead with the insight, not throat-clearing
- Use concrete nouns and verbs; avoid hype
- Prefer specific tradeoffs over generic optimism
- Make unknowns legible
- If the idea comes from conversation fragments, resolve contradictions or call them out
- If expanding an existing draft, preserve meaning while raising clarity and usefulness
When to Ask Questions
Ask only when a missing answer materially changes the document:
- target user is unclear
- the core problem is ambiguous
- there are multiple conflicting product directions
Otherwise, infer conservatively and label assumptions.
Included References
: researched definition and observed patternsreferences/what-is-idea-md.md
: default house template when no local convention existsreferences/idea-template.md