From sweetclaude
Crafts external messaging for different audiences (users, decision makers, technical evaluators, partners, community) based on existing strategy artifacts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sweetclaude:product-market-messagingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
!`bash ${CLAUDE_SKILL_DIR}/../../hooks/read-state.sh session-state`
!bash ${CLAUDE_SKILL_DIR}/../../hooks/read-state.sh session-state
Craft external messaging for: $ARGUMENTS
Before writing any artifact file:
Read .sweetclaude/artifact-privacy.yaml. If it does not exist, stop and say:
"No artifact privacy manifest found. Run
/sweetclaude:setupto configure artifact privacy, then return here." Do not guess a path. Do not fall back to a default.
Read categories.strategy.base_path. This is the base directory for all strategy artifacts.
Construct full paths as {base_path}/{subfolder}/{filename}, preserving existing subdirectory structure (e.g. if base is .sweetclaude/strategy, competitive analysis goes to .sweetclaude/strategy/competitive-analysis/).
Write artifacts to those paths.
Read {base_path}/concept.md, {base_path}/pain-thesis.md, {base_path}/ideal-customer-profile.md, {base_path}/positioning-statement.md, and {base_path}/competitive-analysis.md if they exist. Messaging builds on all of these.
Different audiences need different messages. Identify which apply:
Elevator pitch (30 seconds):
{2-3 sentences. Problem → solution → why you.}
Value proposition (one paragraph):
{What you do, for whom, what's different, what the outcome is.}
Key messages (3-5 bullet points):
- {message 1 — addresses the primary pain}
- {message 2 — addresses differentiation}
- {message 3 — addresses credibility/trust}
Proof points for each message:
- {evidence that backs the claim — data, testimonials, benchmarks, research}
Save to {base_path}/market-messaging/market-messaging.md. Each audience section is a standalone reference for writing landing pages, pitch decks, emails, or social content.
npx claudepluginhub carson-sweet/sweetclaude --plugin sweetclaudeCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.