-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
This page answers common questions about what 8-habit-ai-dev does, where its boundaries are, and how to choose the right workflow depth.
It is a markdown guidance plugin for AI-assisted development. It provides 24 skills, a 7-step workflow, and review habits for Claude Code and Codex.
No. It gives prompts, checklists, handoffs, and review structure. Runtime enforcement, irreversible-action authorization, compliance frameworks, and dynamic orchestration engines belong in companion tooling such as claude-governance.
Codex should not be treated as having Claude hook feature parity. If Codex invokes this package's SessionStart hook, the hook returns Codex-compatible JSON with the reminder in hookSpecificOutput.additionalContext; broader hook behavior remains host-specific.
| Situation | Skill |
|---|---|
| New feature | /requirements |
| Unclear domain | /research |
| Architecture choice | /design |
| Before commit | /review-ai |
| Production deploy | /deploy-guide |
| Operational finding | /operational-state |
| Bug investigation | /diagnose |
For a guided route, use /using-8-habits.
No. Use the workflow proportionally. Trivial fixes often need only review. Production-impacting changes need deployment planning. Unclear or architectural work should use the full path.
Not for AI-generated work. It is the baseline quality step before commit.
No. This plugin includes a redirect stub for /eu-ai-act-check; the canonical compliance checklist lives in pitimon/claude-governance. This plugin can help produce reviewable engineering artifacts, but it does not certify compliance.
The published GitHub Wiki is synced from docs/wiki/. Edit the repository files and open a PR; web edits to the GitHub Wiki can be overwritten by the sync workflow.
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
- Whole Person Assessment
- Architecture
- Glossary
- Limitations
- Vibe Coding vs Structured
- Harness Engineering
Project