wondelai-made-to-stick
v1.0.0Sticky messaging framework using the SUCCESs model
by Wondel.aiMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/business-tools/wondelai-made-to-stick/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
Craft messages that are understood, remembered, and drive action using the SUCCESs checklist (Simple, Unexpected, Concrete, Credible, Emotional, Stories). Use when the user mentions "make it memorable", "no one remembers our pitch", "tagline", "value proposition", "why the message isnt landing", "curse of knowledge", or "concrete language". Also trigger when writing a pitch deck, simplifying a complex product explanation, or making a presentation more compelling. Covers the six SUCCESs traits and the curse of knowledge. For narrative brand frameworks, see storybrand-messaging. For viral sharing, see contagious.
Manifests1
{
"name": "wondelai-made-to-stick",
"version": "1.0.0",
"description": "Sticky messaging framework using the SUCCESs model",
"author": {
"name": "Wondel.ai"
},
"license": "MIT",
"repository": "https://github.com/wondelai/skills",
"keywords": [
"business-tools",
"wondelai",
"skills"
]
}