New idea
Create a new idea workspace in the Notion-backed LLM Ideation Wiki. Use after onboarding and founder-profile, when the user wants to add the first idea, create another idea, or start working on a new business idea.From its SKILL.md
npx -y skills add schub-tech/llm-ideation-wiki --skill new-ideaAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 6 commands, including `scripts/notion_wiki.py seed --refresh-existing` and 5 more.
SKILL.md
2.4 KB, 591 tokens by cl100k_base, as published. Nobody here has run it
Create one new idea workspace in Notion.
Preflight.
- Read
hot.md,wiki/index.md,notion.config.json,docs/agent/notion-contract.md, andtemplates/idea-page.md. - If
notion.config.jsonhas noroot_page_id, stop and tell the user to run/onboardingfirst. - If
wiki/is missing fromnotion.config.json, runscripts/notion_wiki.py seed --refresh-existing. - If
wiki/founderis missing fromnotion.config.json, stop and tell the user to run/founder-profilefirst.
Ask first.
If the user has not already provided it, ask for the idea in a few sentences.
Do not proceed until you have the idea.
Create pages.
- Infer a short idea title from the user's description.
- Turn the title into a slug for path keys, for example
bagel-shop-munich. - Use Title Case human page titles in Notion, not slug-style titles.
- Create
raw/<idea-slug>/underRawwith an emoji. - Create
raw/<idea-slug>/founder-notewith the user's initial idea. Mark it as source material, not synthesis. - Create
wiki/<idea-slug>/underWikias the idea workspace container. - Create
wiki/<idea-slug>/overviewfromtemplates/idea-page.md. - Fill only what the initial idea and
wiki/foundersupport. Mark founder claims as^[user-claim], inferred synthesis as^[inferred], and uncertain claims as^[ambiguous]. - Set an emoji on every Notion page.
Use scripts/notion_wiki.py create <path> --parent <parent-path> --title <title> --emoji <emoji> --file <file> for new mapped pages and scripts/notion_wiki.py update <path> <file> for durable writes.
Finish.
- Run
scripts/notion_wiki.py pull-cache. - Run
scripts/notion_wiki.py hash. - Run
scripts/notion_wiki.py ls. - Update local
wiki/index.md. - Update local
hot.md. - Append one short entry to local
wiki/log.md. - Tell the user where the idea lives and suggest
/grill-meor/find-gapsas the next step.
Rules.
- Create exactly one idea per run.
- Do not invent evidence. The first overview can mostly be gaps.
- Keep raw founder notes under
raw/<idea-slug>/; keep synthesis underwiki/<idea-slug>/overview. - Do not put harness files into Notion.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.