SKILL·97B40D

suede-marketing-ideas

JasonColapietro
Updated Yesterday
165
8
165
View on GitHub
Metaautomation

About

This skill generates a prioritized shortlist of marketing tactics from a structured library, scoring each for stage, audience fit, effort, cost, evidence, and risk. It's designed for ideation when users are stuck or need options before committing to a plan. Use it for tactical brainstorming, not for comprehensive roadmaps, channel execution, or automated workflows.

Quick Install

Claude Code

Recommended
Primary
npx skills add JasonColapietro/suede-creator-skills -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/JasonColapietro/suede-creator-skills
Git CloneAlternative
git clone https://github.com/JasonColapietro/suede-creator-skills.git ~/.claude/skills/suede-marketing-ideas

Copy and paste this command in Claude Code to install this skill

Documentation

Suede Marketing Idea Prioritizer

Suede turns a broad tactic library into a bounded shortlist scored against the user's audience, stage, evidence, capacity, cost, and risk. The goal is not to label 139 ideas "proven"; it is to identify which few deserve validation in this specific situation and which should be deferred or rejected.

How to Use This Skill

Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md, or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.

When asked for marketing ideas:

  1. Ask about their product, audience, and current stage if not clear
  2. Suggest 3-5 most relevant ideas based on their context
  3. Provide details on implementation for chosen ideas
  4. Consider their resources (time, budget, team size)

Ideas by Category (Quick Reference)

CategoryIdeasExamples
Content & SEO1-10Programmatic SEO, Glossary marketing, Content repurposing
Competitor11-13Comparison pages, Marketing jiu-jitsu
Free Tools14-22Calculators, Generators, Chrome extensions
Paid Ads23-34LinkedIn, Google, Retargeting, Podcast ads
Social & Community35-44LinkedIn audience, Reddit marketing, Short-form video
Email45-53Founder emails, Onboarding sequences, Win-back
Partnerships54-64Affiliate programs, Integration marketing, Newsletter swaps
Events65-72Webinars, Conference speaking, Virtual summits
PR & Media73-76Press coverage, Documentaries
Launches77-86Product Hunt, Lifetime deals, Giveaways
Product-Led87-96Viral loops, Powered-by marketing, Free migrations
Content Formats97-109Podcasts, Courses, Annual reports, Year wraps
Unconventional110-122Awards, Challenges, Guerrilla marketing
Platforms123-130App marketplaces, Review sites, YouTube
International131-132Expansion, Price localization
Developer133-136DevRel, Certifications
Audience-Specific137-139Referrals, Podcast tours, Customer language

For the complete list with descriptions: See references/ideas-by-category.md


Implementation Tips

By Stage

Pre-launch:

  • Waitlist referrals (#79)
  • Early access pricing (#81)
  • Product Hunt prep (#78)

Early stage:

  • Content & SEO (#1-10)
  • Community (#35)
  • Founder-led sales (#47)

Growth stage:

  • Paid acquisition (#23-34)
  • Partnerships (#54-64)
  • Events (#65-72)

Scale:

  • Brand campaigns
  • International (#131-132)
  • Media acquisitions (#73)

By Budget

Free:

  • Content & SEO
  • Community building
  • Social media
  • Comment marketing

Low budget:

  • Targeted ads
  • Sponsorships
  • Free tools

Medium budget:

  • Events
  • Partnerships
  • PR

High budget:

  • Acquisitions
  • Conferences
  • Brand campaigns

By Timeline

Quick wins:

  • Ads, email, social posts

Medium-term:

  • Content, SEO, community

Long-term:

  • Brand, thought leadership, platform effects

Top Ideas by Use Case

Need Leads Fast

  • Google Ads (#31) - High-intent search
  • LinkedIn Ads (#28) - B2B targeting
  • Engineering as Marketing (#15) - Free tool lead gen

Building Authority

  • Conference Speaking (#70)
  • Book Marketing (#104)
  • Podcasts (#107)

Low Budget Growth

  • Easy Keyword Ranking (#1)
  • Reddit Marketing (#38)
  • Comment Marketing (#44)

Product-Led Growth

  • Viral Loops (#93)
  • Powered By Marketing (#87)
  • In-App Upsells (#91)

Enterprise Sales

  • Investor Marketing (#133)
  • Expert Networks (#57)
  • Conference Sponsorship (#72)

Output Format

When recommending ideas, provide for each:

  • Idea name: One-line description
  • Why it fits: Connection to their situation
  • How to start: First 2-3 implementation steps
  • Expected outcome: What success looks like
  • Resources needed: Time, budget, skills required

Task-Specific Questions

  1. What's your current stage and main growth goal?
  2. What's your marketing budget and team size?
  3. What have you already tried that worked or didn't?
  4. What competitor tactics do you admire?

Boundaries

  • Do not claim a tactic fits, is proven, or will grow revenue without current evidence and explicit scoring.
  • Do not launch campaigns, publish content, spend money, contact prospects, or create accounts without authorization.
  • Do not treat brainstormed ideas as a plan, forecast, commitment, or completed experiment.
  • Do not decide budget, risk tolerance, brand claims, or channel priority when required context is missing.

Routing

  • Use suede-marketing-plan to turn selected ideas into a sequenced roadmap.
  • Use suede-marketing-loops for approved recurring workflows.
  • Use suede-programmatic-seo, suede-competitors, or suede-emails for channel execution.
  • Use suede-free-tools for engineering-as-marketing and suede-referrals for referral mechanics.

GitHub Repository

JasonColapietro/suede-creator-skills
Path: skills/suede-marketing-ideas
0
agent-orchestrationagent-skillsai-agentsai-evalanthropicci
FAQ

Frequently asked questions

What is the suede-marketing-ideas skill?

suede-marketing-ideas is a Claude Skill by JasonColapietro. Skills package instructions and resources that Claude loads on demand, so Claude can perform suede-marketing-ideas-related tasks without extra prompting.

How do I install suede-marketing-ideas?

Use the install commands on this page: add suede-marketing-ideas to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does suede-marketing-ideas belong to?

suede-marketing-ideas is in the Meta category, tagged automation.

Is suede-marketing-ideas free to use?

Yes. suede-marketing-ideas is listed on AIMCP and free to install.

Related Skills

content-collections
Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill
polymarket
Meta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

View skill
creating-opencode-plugins
Meta

This skill helps developers create OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It provides the plugin structure, event API specifications, and implementation patterns for JavaScript/TypeScript modules. Use it when you need to intercept, monitor, or extend the OpenCode AI assistant's lifecycle with custom event-driven logic.

View skill
sglang
Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill