agentsclimarketplace

New idea

Skill schub-tech/llm-ideation-wiki/.agents/skills/new-idea

AI-maintained Notion wiki that pressure-tests business ideas into evidence-bound verdicts.

Install
npx -y skills add schub-tech/llm-ideation-wiki --skill new-idea

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing 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.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

2.4 KB, as published. Nobody here has run it

Create one new idea workspace in Notion.

Preflight.

  1. Read hot.md, wiki/index.md, notion.config.json, docs/agent/notion-contract.md, and templates/idea-page.md.
  2. If notion.config.json has no root_page_id, stop and tell the user to run /onboarding first.
  3. If wiki/ is missing from notion.config.json, run scripts/notion_wiki.py seed --refresh-existing.
  4. If wiki/founder is missing from notion.config.json, stop and tell the user to run /founder-profile first.

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.

  1. Infer a short idea title from the user's description.
  2. Turn the title into a slug for path keys, for example bagel-shop-munich.
  3. Use Title Case human page titles in Notion, not slug-style titles.
  4. Create raw/<idea-slug>/ under Raw with an emoji.
  5. Create raw/<idea-slug>/founder-note with the user's initial idea. Mark it as source material, not synthesis.
  6. Create wiki/<idea-slug>/ under Wiki as the idea workspace container.
  7. Create wiki/<idea-slug>/overview from templates/idea-page.md.
  8. Fill only what the initial idea and wiki/founder support. Mark founder claims as ^[user-claim], inferred synthesis as ^[inferred], and uncertain claims as ^[ambiguous].
  9. 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.

  1. Run scripts/notion_wiki.py pull-cache.
  2. Run scripts/notion_wiki.py hash.
  3. Run scripts/notion_wiki.py ls.
  4. Update local wiki/index.md.
  5. Update local hot.md.
  6. Append one short entry to local wiki/log.md.
  7. Tell the user where the idea lives and suggest /grill-me or /find-gaps as 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 under wiki/<idea-slug>/overview.
  • Do not put harness files into Notion.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.