plugins marketplace
← All plugins

wondelai-drive-motivation

v1.0.0

Intrinsic motivation science framework (Autonomy, Mastery, Purpose)

Claude Code1 skill

by Wondel.aiMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone 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

plugins/business-tools/wondelai-drive-motivation/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

drive-motivationSKILL.md

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

plugins/business-tools/wondelai-drive-motivation/.claude-plugin/plugin.json
{
  "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"
  ]
}