-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Important
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.
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.
| 17 skills | 7 workflow + 5 assessment + 2 meta + 2 compliance + 1 orchestrator |
| 8 Habits | Covey's 7 + The 8th, adapted for AI-assisted development |
| 9 ADRs | Every non-trivial decision documented |
| 4 maturity levels | Dependence → Independence → Interdependence → Significance |
| Zero dependencies | Pure markdown — no npm, no build step |
| EU AI Act ready | First Claude Code plugin with compliance toolkit |
| External review | Scored 9.5/10 (EXCELLENT) on first formal audit |
Tip
New here? Start with Installation then Getting Started.
Already installed? Jump to Workflow Overview or type /using-8-habits in Claude Code.
flowchart LR
R["0 · /research\nH5 Understand"]:::optional --> RQ["1 · /requirements\nH2 End in Mind"]:::human
RQ --> D["2 · /design\nH8 Voice"]:::human
D --> B["3 · /breakdown\nH3 First Things"]:::optional
B --> BB["4 · /build-brief\nH5 Understand"]:::optional
BB --> RA["5 · /review-ai\nH4 Win-Win"]:::never_skip
RA --> DG["6 · /deploy-guide\nH1 Proactive"]:::human
DG --> M["7 · /monitor-setup\nH7 Sharpen Saw"]:::optional
classDef optional fill:#e8f5e9,stroke:#4caf50
classDef human fill:#fce4ec,stroke:#e91e63
classDef never_skip fill:#fff3e0,stroke:#ff9800
Green = optional entry point · Pink = human checkpoint required · Orange = never skip
| 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 |
Assessment — run at any point for deeper analysis:
| Skill | Purpose |
|---|---|
/cross-verify |
17-question 8-Habit checklist |
/whole-person-check |
Body/Mind/Heart/Spirit balance |
/security-check |
OWASP Top 10 focused review |
/reflect |
Post-task retrospective with lesson persistence |
/workflow |
Interactive guided walkthrough |
Meta & Onboarding — learn and adapt:
| Skill | Purpose |
|---|---|
/using-8-habits |
Onboarding decision tree — which skill when? |
/calibrate |
Self-assess maturity, adapt guidance verbosity |
Compliance & Audit — governance and transparency:
| Skill | Purpose |
|---|---|
/eu-ai-act-check |
EU AI Act 9-obligation checklist (Articles 9-15) |
/ai-dev-log |
AI-assisted development log from git history |
Note
Skills are read-only guidance — they tell Claude how to approach a task. They 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
-
Complementary: pairs with
claude-governancefor enforcement + compliance
- 8 Habits — the full playbook
- Skills Catalog — all 17 skills, when to use each
- Architecture — how the plugin works internally
- Maturity Model — adaptive guidance levels
- Vibe Coding vs Structured — side-by-side comparison
- FAQ · Troubleshooting
See Contributing to Wiki. The wiki is a build artifact — edit docs/wiki/<page>.md and open a PR.
Source of truth: this wiki is generated from docs/wiki/. Edits made through the GitHub Wiki web UI may be overwritten by the next sync. To change a page, open a PR against the repository source file.
Repository · Issues · README · License
Workflow discipline for AI-assisted development
Start
Workflow
- Overview
- 0 · Research
- 1 · Requirements
- 2 · Design
- 3 · Breakdown
- 4 · Build Brief
- 5 · Review AI
- 6 · Deploy Guide
- 7 · Monitor Setup
Operations
Reference
- Habits Reference
- Maturity Model
- Architecture
- Limitations
- Vibe Coding vs Structured
- Harness Engineering
Project