new-idea

new-idea is a skill for Claude Code, Codex from schub-tech/llm-ideation-wiki. It costs 50 tokens per session (566 once invoked), scanned A, original, MIT.

A workspace creator for a Notion-based wiki of business ideas. Notion is a tool for storing linked notes and pages; this add-on creates the pages and notes needed to start a new idea workspace.

In plain words
What is it for?
Use it to create a titled idea area, save the founder’s original description, and generate an overview page from the project template.
Why use it?
It turns an initial business idea into an organized place for source notes and later analysis. It also checks that the Notion wiki and founder profile have already been set up.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

Good fit Use it to create a titled idea area, save the founder’s original description, and generate an overview page from the project template.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/schub-tech/llm-ideation-wiki/new-idea
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add schub-tech/llm-ideation-wiki --skill new-idea
Clone the repo
git clone --depth 1 https://github.com/schub-tech/llm-ideation-wiki

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for new-idea

README.md
[![agentmods](https://agentmods.dev/badge/skills/schub-tech/llm-ideation-wiki/new-idea/github.svg)](https://agentmods.dev/skills/schub-tech/llm-ideation-wiki/new-idea)
Your own site
<a href="https://agentmods.dev/skills/schub-tech/llm-ideation-wiki/new-idea"><img src="https://agentmods.dev/badge/skills/schub-tech/llm-ideation-wiki/new-idea/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for new-idea

Your own site · 80×15
<a href="https://agentmods.dev/skills/schub-tech/llm-ideation-wiki/new-idea"><img src="https://agentmods.dev/badge/skills/schub-tech/llm-ideation-wiki/new-idea.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 566 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.00566
Opus 5 $0.00025 $0.00283
Sonnet 5 $0.00010 $0.00113
Haiku 4.5 $0.00005 $0.00057

Measured 9d ago against content hash 61de3eb59665, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

new-idea scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/new-idea/SKILL.md · 44 lines

What it actually says

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 the ritual (AGENTS.md § Mechanics), plus scripts/notion_wiki.py ls.
  2. 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.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 44 lines · 50 tokens per session scan A 61de3eb59665

Subscribe to this mod's changes

new-idea is a skill published in the GitHub repository schub-tech/llm-ideation-wiki (11 stars, last pushed 1mo ago), licensed MIT. It adds 50 tokens to every session and 566 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.