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.
npx skills add OutlineDriven/odin-claude-plugin --skill brainstormgit clone --depth 1 https://github.com/OutlineDriven/odin-claude-pluginWrote 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.
[](https://agentmods.dev/skills/outlinedriven/odin-claude-plugin/brainstorm)<a href="https://agentmods.dev/skills/outlinedriven/odin-claude-plugin/brainstorm"><img src="https://agentmods.dev/badge/skills/outlinedriven/odin-claude-plugin/brainstorm.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 250 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00085 | $0.04830 |
| Opus 5 | $0.00043 | $0.02415 |
| Sonnet 5 | $0.00017 | $0.00966 |
| Haiku 4.5 | $0.00009 | $0.00483 |
Grade A, and why
brainstorm 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 312 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Brainstorm a Feature or Improvement
Brainstorming answers WHAT to build through collaborative dialogue. It precedes the deeper technical planning that determines HOW.
The durable output is a requirements-only plan under docs/plans/. Write it with source: brainstorm so planning does not invent product behavior, scope boundaries, or success criteria.
This skill does not implement code. It explores, clarifies, and documents decisions for later planning or execution.
Core Principles
- Assess scope first. Match ceremony to the size and ambiguity of the work.
- Be a thinking partner. Suggest alternatives, challenge assumptions, and explore what-ifs instead of only extracting requirements.
- Resolve product decisions here. User-facing behavior, scope boundaries, and success criteria belong in this workflow. Detailed implementation belongs in planning.
- Keep implementation out by default. Do not include libraries, schemas, endpoints, file layouts, or code-level design unless the brainstorm itself is inherently technical or architectural.
- Right-size the artifact. Simple work gets a compact requirements-only plan or brief alignment. Larger work gets a fuller plan. Do not add ceremony that does not help planning.
- Apply YAGNI to carrying cost, not coding effort. Prefer the simplest approach that delivers meaningful value. Avoid speculative complexity, but low-cost polish or delight is worth including when its ongoing cost is small.
Interaction Rules
These rules apply to every brainstorm, including the universal (non-software) flow routed to references/universal-brainstorming.md.
- Ask one question at a time. One per turn, even when sub-questions feel related.
- Prefer single-select multiple choice. Use it when choosing one direction, one priority, or one next step.
- Use multi-select rarely and intentionally. Only for compatible sets such as goals, constraints, non-goals, or success criteria that can all coexist.
- Default to the platform's blocking question tool. Use
AskUserQuestionin Claude Code (callToolSearchwithselect:AskUserQuestionfirst if its schema is not loaded),request_user_inputin Codex,ask_questionin Antigravity CLI (agy),ask_userin Pi. Fall back to numbered options in chat only when no blocking tool exists or the call errors, not because a schema load is required. Never silently skip the question. Exception. Visual-probe gate: on an inherently visual topic, the first shape/behavior/state/layout/flow/diagram decision must be preceded by the separate text-vs-visual offer before it is raised. See Phase 1.3. - Use an open-ended question only when the question is genuinely open. Drop the blocking tool when the answer is inherently narrative, when options would steer a diagnostic answer, or when you cannot write 3-4 genuinely distinct, plausibly-correct options without padding.
- Open-ended questions must be specific enough to elicit a substantive answer. Give the user something concrete to anchor on. Good: "What is the most concrete thing someone's already done about this: paid for it, built a workaround, quit a tool over it?" Too thin: "What's your take?"
What ships with it
13 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.
- agents/openai.yaml 114 B
- references/agents/repo-profiler.md 3.2 KB
- references/agents/slack-researcher.md 8.4 KB
- references/brainstorm-sections.md 10 KB
- references/handoff.md 7.8 KB
- references/html-rendering.md 18 KB
- references/markdown-rendering.md 9.9 KB
- references/repo-profile-cache.md 4.2 KB
- references/synthesis-summary.md 9.2 KB
- references/universal-brainstorming.md 4.6 KB
- references/visual-probes.md 6.8 KB
- scripts/repo-profile-cache.py 11 KB runs code
- scripts/visual-probe-server.js 12 KB runs code
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.
- 7d ago First seen · 312 lines · 85 tokens per session scan A 4387d2a17da3
brainstorm is a skill published in the GitHub repository OutlineDriven/odin-claude-plugin (35 stars, last pushed today), licensed Apache-2.0. It adds 85 tokens to every session and 4,830 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-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
babysit-pr
Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…