marketing-feedback

marketing-feedback is a skill for Claude Code from etrebels/claude-code-growth-os. It costs 71 tokens per session (594 once invoked), scanned A, original, MIT.

A process for recording useful information that sales conversations reveal, such as repeated objections, competitor mentions, customer wording, missing evidence, and reasons deals are won or lost.

In plain words
What is it for?
Use it to turn meeting notes, call recaps, and deal updates into tagged actions in a shared feedback log for marketing.
Why use it?
It stops important customer feedback from staying buried in meeting notes where marketing may never see it.

Skill for Claude Code

Written for Claude Code: SessionStart hook event.

Good fit Use it to turn meeting notes, call recaps, and deal updates into tagged actions in a shared feedback log for marketing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/etrebels/claude-code-growth-os/marketing-feedback
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 etrebels/claude-code-growth-os --skill marketing-feedback
Clone the repo
git clone --depth 1 https://github.com/etrebels/claude-code-growth-os

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/etrebels/claude-code-growth-os/marketing-feedback/github.svg)](https://agentmods.dev/skills/etrebels/claude-code-growth-os/marketing-feedback)
Your own site
<a href="https://agentmods.dev/skills/etrebels/claude-code-growth-os/marketing-feedback"><img src="https://agentmods.dev/badge/skills/etrebels/claude-code-growth-os/marketing-feedback/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 marketing-feedback

Your own site · 80×15
<a href="https://agentmods.dev/skills/etrebels/claude-code-growth-os/marketing-feedback"><img src="https://agentmods.dev/badge/skills/etrebels/claude-code-growth-os/marketing-feedback.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 594 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.00071 $0.00594
Opus 5 $0.00036 $0.00297
Sonnet 5 $0.00014 $0.00119
Haiku 4.5 $0.00007 $0.00059

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

Security

Grade A, and why

marketing-feedback 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.

.claude/skills/marketing-feedback/SKILL.md · 33 lines

How it starts

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

Marketing Feedback

The loop that keeps sales and marketing as one system: field intelligence flows from sales back to marketing on a cadence, instead of dying inside a meeting note. This is mechanism #5 from docs/why-align.md — made concrete as a tagged line in a shared log.

From a source — a note in ops/daily-log.md, a file in demo/meetings/, a call recap, a deal update:

Tagged lines live in one place: ops/feedback-log.md. That's the single home the SessionStart hook surfaces and /weekly-review clears — write MARKETING-ACTION lines there, not in the daily log, so they don't go invisible.

  1. Scan for the five signal types:
    • Recurring objection — the same pushback in 3+ conversations.
    • Competitor mention — who showed up, and how the buyer described them.
    • Buyer language — the words they actually used (use them in content; don't translate them into your own).
    • Missing proof — evidence they asked for that doesn't exist yet.
    • Win/loss reason — the real one, not the polite one.
  2. Log each as a tagged line in ops/feedback-log.md, so marketing can act on it without a meeting:
    • MARKETING-ACTION: [signal] — [the content or proof that would answer it]
    • MARKETING-ACTION-URGENT: when a live deal was affected.
    • MARKETING-STRATEGIC: when it signals a positioning or new-segment shift.
  3. Don't invent signals. One offhand comment isn't a pattern — tag it only when it recurs across deals or clearly cost one. A log full of false patterns is worse than an empty one.

The tag is the hand-off. One file, both functions read it — that's the loop, version-controlled, with a diff and a history. Marketing's job is to clear the MARKETING-ACTION lines; sales' job is to keep them honest and current.

Depth

  • quick: scan one note, emit any MARKETING-ACTION lines.
  • standard: the full five-signal scan across recent notes, tagged and ranked by urgency.
  • deep: + a one-line content brief for the top signal (who it's for, the claim to make, the proof to find).

Read the full file on GitHub · 33 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. 9d ago First seen · 33 lines · 71 tokens per session scan A e7df4f44af32

Subscribe to this mod's changes

marketing-feedback is a skill published in the GitHub repository etrebels/claude-code-growth-os (20 stars, last pushed 3d ago), licensed MIT. It adds 71 tokens to every session and 594 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.

Related

Other skills, from other repositories

startup-launch-playbook

A step-by-step playbook for early-stage startups going from pre-seed to their first 1000 users. Covers MVP validation, initial traction channels, and founder-led growth tactics. By @WeiYipei — follow on X for more startup growth insights.

Gingiris-1031/gingiris-skills · 58 tokens

a-b-testing

Design statistically sound GTM experiments for copy, channels, landing pages, sequencing, pricing, and funnel conversion. Produces hypothesis, sample-size logic, success metrics, test plan, analysis method, and scale/stop/kill recommendation. Use when planning A/B tests, split tests, or experiment roadmaps.

LeadMagic/gtm-skills · 66 tokens

attribution

Build practical B2B attribution models across first touch, lead creation, opportunity creation, multi-touch, account-based influence, and sales-sourced revenue. Produces model comparison, UTM governance, source-of-truth rules, and channel ROI view. Use when marketing and sales disagree on source or ROI.

LeadMagic/gtm-skills · 64 tokens

campaign-analytics

Analyze campaign performance from deliverability through revenue: delivery, engagement, replies, meetings, SQOs, pipeline, CAC, and payback. Produces diagnostic scorecard, root-cause analysis, benchmark comparison, and next-action plan. Use when deciding whether to scale, fix, or kill campaigns.

LeadMagic/gtm-skills · 64 tokens

deliverability-monitoring

Monitor outbound deliverability health across domains, inboxes, DNS, bounces, spam placement, reply rates, and reputation signals. Produces alert thresholds, dashboard spec, weekly QA checklist, and remediation playbook. Use when inboxing drops, bounce rates rise, campaigns underperform, or new infrastructure launches.

LeadMagic/gtm-skills · 67 tokens

gtm-metrics

Build a GTM metrics system for SaaS: funnel conversion, pipeline velocity, win rates, CAC, payback, NRR, sales efficiency, growth accounting, and executive dashboards. Use when creating metrics dashboards, board reports, revenue reviews, operating cadence, or diagnosing growth constraints.

LeadMagic/gtm-skills · 62 tokens