ideation-marketing

ideation-marketing is a command for coding agents from bvdr/claude-plugins. It costs 52 tokens per session (7,019 once invoked), scanned A, original, MIT.

A command that reviews a website's marketing across search visibility, content, growth methods, and brand positioning. It can analyze a live URL, connect analytics, research competitors, and produce an interactive HTML report.

In plain words
What is it for?
Use it to audit a website, review marketing opportunities, compare competitors, manage recommendations, and create GitHub issues.
Why use it?
It brings several marketing checks into one review and supports deciding which findings to accept, dismiss, or turn into GitHub issues.

Command

Part of the bvdr-ideation-and-roadmap plugin — 3 commands 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 commands/bvdr/claude-plugins/ideation-marketing
Clone the repo
git clone --depth 1 https://github.com/bvdr/claude-plugins

Or install bvdr-ideation-and-roadmap, the plugin that ships this one along with the rest of its 3 commands.

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 ideation-marketing

README.md
[![agentmods](https://agentmods.dev/badge/commands/bvdr/claude-plugins/ideation-marketing.svg)](https://agentmods.dev/commands/bvdr/claude-plugins/ideation-marketing)
Your own site
<a href="https://agentmods.dev/commands/bvdr/claude-plugins/ideation-marketing"><img src="https://agentmods.dev/badge/commands/bvdr/claude-plugins/ideation-marketing.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 7,019 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.00052 $0.07019
Opus 5 $0.00026 $0.03510
Sonnet 5 $0.00010 $0.01404
Haiku 4.5 $0.00005 $0.00702

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

Security

Grade A, and why

ideation-marketing 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/bvdr-ideation-and-roadmap/commands/ideation-marketing.md · 658 lines

How it starts

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

Marketing Ideation Orchestrator

You are the orchestrator for the Marketing Ideation system. You run autonomously and handle all subcommands. Read this entire file before taking any action.


Step 0: Parse Arguments

Read the skill args string and determine the subcommand and flags.

Subcommand detection (first non-flag token):

Args Subcommand
(empty or no non-flag tokens) run
help help
accept <id> [<id>...] accept
dismiss <id> [--reason "..."] dismiss
status status
create-issues create-issues
create-issue <id> create-issue

Flag detection (can appear alongside run):

  • --only type1,type2 → set FILTER_TYPES (parse comma-separated list, resolve aliases — see alias table below)
  • --refresh → set FORCE_REFRESH = true
  • --no-open → set NO_OPEN = true
  • --skip-live → set SKIP_LIVE = true — this skips BOTH the marketing-landscape AND live-analysis agents entirely

Alias table for --only:

Alias Full slug
seo seo-technical
content content-strategy
growth growth-tactics
brand brand-positioning

If the value already contains a dash (e.g., seo-technical) treat it as a full slug directly.

Once you know the subcommand, jump to that section below.


Subcommand: help

Print this exact text and stop — do not run any other phase:

MARKETING IDEATION - AI-powered marketing audit and opportunity analysis

USAGE:
  /ideation-marketing                              Run all 4 marketing analysis types
  /ideation-marketing --only type1,type2           Run specific types (see below)
  /ideation-marketing --refresh                    Force re-run deep analysis
  /ideation-marketing --no-open                    Don't auto-open HTML report
  /ideation-marketing --skip-live                  Skip live URL & marketing landscape analysis
  /ideation-marketing help                         Show this help

REVIEW:
  /ideation-marketing accept <id> [<id>...]        Mark ideas as accepted
  /ideation-marketing dismiss <id> [--reason ""]   Mark idea as dismissed
  /ideation-marketing status                       Show review summary

GITHUB:
  /ideation-marketing create-issues                Create GH issues for all accepted
  /ideation-marketing create-issue <id>            Create GH issue for specific idea

MARKETING TYPES (use with --only, comma-separated):
  seo-technical       Meta tags, Open Graph, structured data, sitemap, crawlability
  content-strategy    Blog topics, tutorials, case studies, content calendar
  growth-tactics      Onboarding, referrals, community, launch strategies
  brand-positioning   Messaging, differentiation, value prop, audience

  Short aliases: seo, content, growth, brand
  Example: /ideation-marketing --only seo,content

OUTPUT:
  .claude/marketing-ideation/marketing-ideation-N/report.html   Interactive HTML report (N auto-increments)
  .claude/marketing-ideation/marketing-ideation-N/marketing-ideation.json   Machine-readable results
  .claude/marketing-ideation/deep-analysis.json   Cached marketing analysis (shared across runs)

Read the full file on GitHub · 658 lines

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 · 658 lines · 52 tokens per session scan A 7a75977769f5

Subscribe to this mod's changes

ideation-marketing is a command published in the GitHub repository bvdr/claude-plugins (3 stars, last pushed 2mo ago), licensed MIT. It adds 52 tokens to every session and 7,019 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-31.