paw-mkt-setup
Module Setup
Overview
Installs and configures the Agentic Marketing Suite into a project. Module identity (name, code, version) comes from ./assets/module.yaml. Collects user preferences and writes them to:
{project-root}/.pawbytes/marketing-suites/config/config.yaml— shared project config: core settings at root plus a section per module with metadata and module-specific values. User-only keys (user_name,communication_language) are never written here.{project-root}/.pawbytes/marketing-suites/config/config.user.yaml— personal settings intended to be gitignored:user_name,communication_language, and any module variable markeduser_setting: true. These values live exclusively here.{project-root}/.pawbytes/marketing-suites/config/module-help.csv— registers module capabilities for the help system.
Both config scripts use an anti-zombie pattern — existing entries for this module are removed before writing fresh ones, so stale values never persist.
{project-root} is a literal token in config values — never substitute it with an actual path. It signals to the consuming LLM that the value is relative to the project root, not the skill root.
On Activation
More from pawbytes/agentic-marketing-suites
paw-mkt-agency
Multi-channel marketing coordination. Use when marketing plan, brand strategy, campaign management, SOSTAC, ambiguous marketing requests.
7paw-mkt-content
Creates blog posts, articles, whitepapers, case studies, editorial calendars, and thought leadership content. Use when user requests 'blog', 'article', 'whitepaper', 'case study', 'editorial calendar', or 'content strategy'.
6paw-mkt-pricing
Pricing models, tier packaging, willingness-to-pay research. Use when pricing tiers, freemium, value metric, pricing page, willing to pay, van Westendorp.
6paw-mkt-social
Organic social media strategy and content. Triggers for 'social media', 'social calendar', 'hashtag strategy', 'follower growth', 'UGC', 'Instagram', 'TikTok', 'LinkedIn', or platform-specific organic questions.
6paw-mkt-psychology
Applies behavioral science and persuasion frameworks to marketing decisions. Triggers for cognitive bias, loss aversion, social proof, scarcity, Cialdini, persuasion framework.
6paw-mkt-product-context
Builds product positioning documents — customer language, differentiation, personas, proof points. Triggers for 'positioning', 'target audience', 'differentiation', 'proof points', 'ICP', 'buyer persona', 'messaging framework', 'competitive positioning', 'value proposition'.
6