wondelai-drive-motivation
v1.0.0Intrinsic motivation science framework (Autonomy, Mastery, Purpose)
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-drive-motivation/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
Design motivation systems using Autonomy, Mastery, and Purpose (AMP) for products and teams. Use when the user mentions "intrinsic motivation", "gamification isnt working", "rewards arent working", "autonomy", "mastery", "purpose-driven", "my team is disengaged", or "how do I motivate people". Also trigger when designing onboarding progression, fixing broken gamification, or building team structures that sustain high performance. Covers why carrot-and-stick fails and how to build progress systems. For habit-forming product loops, see hooked-ux. For retention behavior design, see improve-retention.
Manifests1
{
"name": "wondelai-drive-motivation",
"version": "1.0.0",
"description": "Intrinsic motivation science framework (Autonomy, Mastery, Purpose)",
"author": {
"name": "Wondel.ai"
},
"license": "MIT",
"repository": "https://github.com/wondelai/skills",
"keywords": [
"business-tools",
"wondelai",
"skills"
]
}