Skip to content
github-actions[bot] edited this page Apr 8, 2026 · 13 revisions

8-Habit AI Dev

Anti-Vibe-Coding plugin for Claude Code. A 7-step workflow discipline and 8-Habit cross-verification framework that replaces ad-hoc AI prompting with structured, reviewable, governable development.

"ทำเสร็จ ≠ ทำดี"Done is not Done well.

Why this exists

AI-assisted coding is fast but often undisciplined: missing requirements, skipped reviews, no rollback plans, accumulating tech debt. This plugin enforces the habits that separate effective developers from vibe coders — based on Stephen Covey's 7 Habits + The 8th Habit, adapted for the AI era.

Start here

  1. Installation — one command, zero dependencies
  2. Getting Started — your first structured feature in 10 minutes
  3. Workflow Overview — the 7 steps at a glance

The 7-Step Workflow

Step Command Habit Purpose
0 /research H5 Investigate before specifying
1 /requirements H2 Define what, why, who
2 /design H8 Architecture decisions (human-led)
3 /breakdown H3 Atomic tasks, no scope creep
4 /build-brief H5 Context before coding
5 /review-ai H4 Audit before commit
6 /deploy-guide H1 Staging first, rollback ready
7 /monitor-setup H7 Observe after deploy

Plus standalone skills: /cross-verify, /whole-person-check, /security-check, /reflect, /workflow.

Reference

Principles

  • Read-only guidance: Skills tell Claude how to approach a task, never edit files themselves
  • Human-in-the-loop for architecture and irreversible decisions
  • Zero dependencies: pure markdown + bash validation
  • PR-first: every change goes through review, even documentation

Contributing

See Contributing to Wiki. The wiki is a build artifact — edit docs/wiki/<page>.md and open a PR.

Clone this wiki locally