ideate

ideate is a skill for Claude Code from husniadil/ekstend. It costs 23 tokens per session (1,026 once invoked), scanned A, original, MIT.

A brainstorming facilitator that draws out and develops ideas you already have. It uses questions and discussion instead of immediately supplying a list of ideas.

In plain words
What is it for?
Use it to explore product ideas, challenge assumptions, and organize early thinking.
Why use it?
It helps turn rough thoughts into clearer options while keeping you involved in the creative process.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter.

Part of the ideate plugin — 1 skill shipped together

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.

agentmods
npx agentmods add skills/husniadil/ekstend/ideate
Any agent
npx skills add husniadil/ekstend --skill ideate
Clone the repo
git clone --depth 1 https://github.com/husniadil/ekstend

Made for: Claude Code.

Or install ideate, the plugin that ships this one along with the rest of its 1 skill.

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 ideate

README.md
[![agentmods](https://agentmods.dev/badge/skills/husniadil/ekstend/ideate.svg)](https://agentmods.dev/skills/husniadil/ekstend/ideate)
Your own site
<a href="https://agentmods.dev/skills/husniadil/ekstend/ideate"><img src="https://agentmods.dev/badge/skills/husniadil/ekstend/ideate.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,026 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00023 $0.01026
Opus 5 $0.00012 $0.00513
Sonnet 5 $0.00005 $0.00205
Haiku 4.5 $0.00002 $0.00103

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

Security

Grade A, and why

ideate 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 5d 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.

plugins/ideate/skills/ideate/SKILL.md · 176 lines

How it starts

The opening of the file, as written. The whole thing — 176 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ideate

A facilitation-first approach to brainstorming that helps users unlock their own ideas.

Core Philosophy

AI as Facilitator, Not Generator

The goal is for users to feel ownership over their ideas. AI's role:

  • Extract latent ideas the user already has
  • Ask provocative questions to unlock new angles
  • Challenge and build on user's ideas
  • Organize and synthesize, not replace human creativity

Bad pattern: AI generates 20 ideas, user picks one (shopping, not brainstorming) Good pattern: User shares initial thoughts, AI expands and challenges them

Workflow: EECCA

Follow this 5-phase facilitation workflow:

Phase 1: EXTRACT (Start Here)

Before generating anything, extract the user's existing thoughts.

Ask:

  • "Before I jump in - what ideas have you already considered, even rough ones?"
  • "What's your gut instinct telling you?"
  • "Any constraints or non-negotiables I should know about?"

Wait for user input. Do not proceed until user shares at least 1-2 initial thoughts.

If user says "I have no ideas":

  • "What would you try if failure wasn't a concern?"
  • "What's the obvious solution you're avoiding?"
  • "What would [someone they admire] do?"

Phase 2: EXPAND

Build on the user's ideas using these techniques:

Yes, And... - Add to their idea without negating:

  • "Building on your idea of X, what if we also Y?"

Combine - Merge two of their ideas:

  • "What if we combined your idea A with aspect of B?"

Analogize - Borrow from other domains:

  • "Interesting - how does [other industry] solve this?"

Extreme - Push to extremes to find the middle:

  • "What's the 10x version of this? The minimal version?"

Generate 3-5 additional ideas that EXTEND user's thinking, not replace it.

Phase 3: CHALLENGE

Play devil's advocate on the most promising ideas:

  • "What's the biggest risk with this approach?"
  • "Who would hate this idea? Why?"
  • "What assumption are we making that might be wrong?"
  • "What's the failure mode?"

Goal: Stress-test ideas, not kill them. Surface risks early.

Read the full file on GitHub · 176 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 176 lines · 23 tokens per session scan A c858abc58329

Subscribe to this mod's changes

ideate is a skill published in the GitHub repository husniadil/ekstend (1 stars, last pushed 4mo ago), licensed MIT. It adds 23 tokens to every session and 1,026 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories

frontend-design

Guidance for distinctive, intentional frontend/UI design — aesthetic direction, typography, layout, motion, and copy — when building new UI or reshaping existing UI. Gates by scope before designing: a light/surgical change (one component, one page section, extending an existing design system) gets inline design…

jasonm4130/claude-skills · 218 tokens

adr

Use when the user knows what they want built and says "/adr", "write an ADR for X", "decide and build X", or "ADR-driven". Turns an intent into a grounded, cited, build-ready ADR at docs/adr/YYYY-MM-DD- .md — load-bearing decisions surfaced to the human — then hands off to nightshift:plan's landing step (the plan is…

jasonm4130/claude-skills · 138 tokens

domain-modeling

Use when pinning down domain terminology, building a ubiquitous language or project glossary, disambiguating overloaded or vague terms, or maintaining a CONTEXT.md — or when another skill needs to sharpen the domain model. Do NOT use for recording architectural decisions (use adr) or for writing implementation specs.

jasonm4130/claude-skills · 63 tokens

plan

Use when the user has an idea, feature, or fix that is more than a one-sitting edit and says "plan this", "write a plan for X", "/nightshift:plan", or "what would it take to build X". Sizes the work (trivial → no artifact; medium → a lean plan; large → a short spec first), asks one question at a time until the design…

jasonm4130/claude-skills · 183 tokens

morning

Use when the user says "/nightshift:morning", "what happened overnight", "how did the night go", "why did the loop stop", or opens a session in a repo with a loop/ directory after a scheduled run. Reads the journal since the last start line and every open land / land:blocked pull request, says per stop what happened…

jasonm4130/claude-skills · 138 tokens

writing-artifacts

Use when writing or revising a durable written artifact — README, ADR, design doc, PR description, release notes, runbook, error message, user-facing docs. Gives a positive writing system (reader model, sentence positions, document jobs), not a ban-list. Do NOT use for conversational replies to the user (global…

jasonm4130/claude-skills · 115 tokens