plugins marketplace
← All plugins

wondelai-hooked-ux

v1.0.0

Hook Model framework for building habit-forming products

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/design/wondelai-hooked-ux/ inside the repository.

Layout

plugins/design/wondelai-hooked-ux/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

hooked-uxSKILL.md

Design habit-forming product loops using the Hook Model (Trigger, Action, Variable Reward, Investment). Use when the user mentions "users arent coming back", "habit formation", "engagement loops", "habit zone", or "the manipulation matrix". Also trigger when designing notification or re-engagement strategies, building streaks or progress systems, or analyzing why users stop after signup. Covers ethics evaluation and onboarding for habits. For friction reduction and B=MAP, see improve-retention. For viral sharing, see contagious.

Manifests1

plugins/design/wondelai-hooked-ux/.claude-plugin/plugin.json
{
  "name": "wondelai-hooked-ux",
  "version": "1.0.0",
  "description": "Hook Model framework for building habit-forming products",
  "author": {
    "name": "Wondel.ai"
  },
  "license": "MIT",
  "repository": "https://github.com/wondelai/skills",
  "keywords": [
    "design",
    "wondelai",
    "skills"
  ]
}