-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
- Installation — one command, zero dependencies
- Getting Started — your first structured feature in 10 minutes
- Workflow Overview — the 7 steps at a glance
| 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.
- 8 Habits — the full playbook
- Skills Catalog — all 13 skills, when to use each
- Vibe Coding vs Structured — side-by-side comparison
- FAQ · Troubleshooting
- 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
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