Skip to content

Installation

github-actions[bot] edited this page Apr 16, 2026 · 6 revisions

Installation

Two commands, zero dependencies. The plugin is pure markdown — no npm install, no build step.

Prerequisites

  • Claude Code installed and authenticated
  • Git (for plugin marketplace cloning)

Install

claude plugin marketplace add pitimon/8-habit-ai-dev
claude plugin install 8-habit-ai-dev@pitimon-8-habit-ai-dev

That's it. Restart Claude Code (or start a new session) to load the plugin.

Verify

Inside Claude Code, you should see the session-start banner:

## 8-Habit AI Dev Active
7-Step Workflow (not Vibe Coding):
0. /research — Investigate before specifying (H5)
...

List available skills:

/workflow

If the banner does not appear, see Troubleshooting.

Update

claude plugin update 8-habit-ai-dev@pitimon-8-habit-ai-dev

Uninstall

claude plugin uninstall 8-habit-ai-dev@pitimon-8-habit-ai-dev

What gets installed

  • Skills (loaded on demand):
    • Workflow: /research, /requirements, /design, /breakdown, /build-brief, /review-ai, /deploy-guide, /monitor-setup
    • Assessment: /cross-verify, /whole-person-check, /security-check, /reflect, /workflow
    • Meta: /using-8-habits, /calibrate
    • Compliance: /eu-ai-act-check, /ai-dev-log
  • Rules (auto-loaded every session): rules/effective-development.md — the full 8-Habit playbook
  • Session hook: ≤300-token reminder of the 7-step workflow
  • Agent: 8-habit-reviewer — read-only cross-verification agent

Next: Getting Started.

Clone this wiki locally