speclite-brainstorming

speclite-brainstorming is a skill for Claude Code from flanliulf/SpecLite. It costs 75 tokens per session (609 once invoked), scanned A, original, MIT.

A guided brainstorming workflow for expanding, organizing, and narrowing ideas. Brainstorming is a structured way to generate options before choosing what to do.

In plain words
What is it for?
Use it to start or continue brainstorming sessions, choose creative methods, group and prioritize ideas, and save the results for later.
Why use it?
It gives an idea session a clear process, records the discussion, and helps turn selected ideas into an action plan.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to start or continue brainstorming sessions, choose creative methods, group and prioritize ideas, and save the results for later.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/flanliulf/speclite/speclite-brainstorming
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 flanliulf/SpecLite --skill speclite-brainstorming
Clone the repo
git clone --depth 1 https://github.com/flanliulf/SpecLite

Made for: Claude Code.

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 speclite-brainstorming

README.md
[![agentmods](https://agentmods.dev/badge/skills/flanliulf/speclite/speclite-brainstorming/github.svg)](https://agentmods.dev/skills/flanliulf/speclite/speclite-brainstorming)
Your own site
<a href="https://agentmods.dev/skills/flanliulf/speclite/speclite-brainstorming"><img src="https://agentmods.dev/badge/skills/flanliulf/speclite/speclite-brainstorming/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 speclite-brainstorming

Your own site · 80×15
<a href="https://agentmods.dev/skills/flanliulf/speclite/speclite-brainstorming"><img src="https://agentmods.dev/badge/skills/flanliulf/speclite/speclite-brainstorming.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 609 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.00075 $0.00609
Opus 5 $0.00037 $0.00304
Sonnet 5 $0.00015 $0.00122
Haiku 4.5 $0.00007 $0.00061

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

Security

Grade A, and why

speclite-brainstorming 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 10d 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.

assets/source/speclite/core-skills/speclite-brainstorming/SKILL.md · 36 lines

What it actually says

[技能说明] Speclite Brainstorming 用于通过结构化创造力技术开展交互式头脑风暴。完整工作流定义在 references/workflow.md,具体步骤位于 references/steps/,输出模板位于 assets/brainstorming-template.md

[核心能力] - 会话初始化:检测已有 brainstorming 输出,支持新会话或继续上次进度。 - 技术选择:读取 references/brain-methods.csv,支持用户选择、AI 推荐、随机选择和渐进式流程。 - 技术执行:按选定方法引导用户发散、追问、扩展和收敛。 - 想法组织:整理、聚类、优先级排序,并形成行动计划。 - 输出落盘:使用 assets/brainstorming-template.md 生成或更新 session 文档。 - 状态延续:通过文档状态字段识别 workflow 是否 active、completed 或需要继续。

[执行流程] 1. 完整读取并遵循 references/workflow.md。 2. 在 workflow 要求读取步骤文件时,从 references/steps/ 读取对应文件。 3. 在 workflow 要求复制模板时,使用 assets/brainstorming-template.md 作为源模板。 4. 运行时配置通过 speclite resolve config --project-root {project-root} 读取 merged runtime config 中的,输出目录按 [core].output_folder[modules.sdlc] 中的字段解析。 5. 完成输出文档时,在文档末尾追加 本文档由 speclite-brainstorming Skill 自动生成 标注。

[注意事项] - references/workflow.mdreferences/steps/*.md 是权威执行定义。 - 当前运行规约不得依赖旧 runtime 路径或 YAML 配置。 - 不得跳过 continuation 检测、用户选择或行动计划步骤。 - 用户如提供 context_file,必须读取并用于约束 brainstorming。 - 输出目录缺失时先询问或创建合适目录,不要写入项目根目录。

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. 10d ago First seen · 36 lines · 75 tokens per session scan A 1fe29c739e05

Subscribe to this mod's changes

speclite-brainstorming is a skill published in the GitHub repository flanliulf/SpecLite (4 stars, last pushed 2mo ago), licensed MIT. It adds 75 tokens to every session and 609 once invoked, about $0.0004 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

lain

Structural code intelligence for AI coding agents. Use this skill when the user wants to understand how a codebase is organized (modules, call graphs, file dependencies), find where to start reading, trace the impact of a change, find code by meaning, or understand what a symbol does in its full context. Do NOT use…

spuentesp/lain · 90 tokens

botpipe-workflow-authoring

Author, review, and improve Botpipe workflows. Use when Codex is asked to create packaged or workspace-local Botpipe workflows, convert codebases into workflows, design provider-heavy producer/verifier steps, write Botpipe prompts/contracts, inspect Botpipe traces, or apply Codex CLI/gpt-5.5 workflow patterns.

mrauter1/botpipe · 72 tokens

pre-merge

The CI gate. Takes a feature branch from "eng says done" to "PR open against staging with green checks". Runs the project's preflight-resolved pipeline from devkit/policy.json components[]: sync → parallel correctness + security waves → coverage → regression tail → security/migration → PRD-consistency → open PR. Emits…

ndisisnd/msg · 101 tokens

intake

The planning front-door. Captures feature ideas and bugs as graded rows in the root INTAKE.md ledger. Use it when the user says "log an idea", "capture a bug", "add to the backlog", "note this down", "track this feature", or invokes /intake. Owns the requirements interview — fleshes out thin ideas, proactively…

ndisisnd/msg · 239 tokens

merge

The ship gate — the only skill that merges. --staging merges the feature→staging PR on green CI, deploys, verifies, emits a human test script and stamps the staging sign-off on approval. --production ships the double-confirmed release to main and deploys production. Never self-certifies staging; nothing reaches main…

ndisisnd/msg · 94 tokens

msg

Root menu for msg skills, plus harness modes. --init is the one-time project bootstrap — use it when the user says "initialise project", "bootstrap repo", "set up the framework", "start a new project", or asks to set up project structure in an empty repo. Other modes: --init-staging (add a staging branch), --update…

ndisisnd/msg · 162 tokens