-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Install 8-habit-ai-dev through the plugin marketplace for your agent runtime. The package is markdown-only: no dependency install, build step, or application service is required.
Note
Claude Code and Codex use different package surfaces. Both load the same skills/ content; Claude hook feature parity is not assumed. If Codex invokes the package SessionStart hook, the hook returns Codex-compatible JSON.
claude plugin marketplace add pitimon/8-habit-ai-dev
claude plugin install 8-habit-ai-dev@pitimon-8-habit-ai-devStart a new Claude Code session after installation. The session banner should include 8-Habit AI Dev Active and a short 7-step workflow reminder.
Verify:
claude plugin listUpdate:
claude plugin update 8-habit-ai-dev@pitimon-8-habit-ai-devUninstall:
claude plugin uninstall 8-habit-ai-dev@pitimon-8-habit-ai-devcodex plugin marketplace add pitimon/8-habit-ai-dev
codex plugin add 8-habit-ai-dev@pitimon-8-habit-ai-devVerify:
codex plugin listCodex should use AGENTS.md as the operating entrypoint, then route user intent through skills/RESOLVER.md to the relevant skills/<name>/SKILL.md.
Codex currently has no codex plugin update command. Refresh the configured Git marketplace snapshot, then reinstall the plugin from that refreshed snapshot:
codex plugin marketplace upgrade pitimon-8-habit-ai-dev
codex plugin list
codex plugin remove 8-habit-ai-dev@pitimon-8-habit-ai-dev
codex plugin add 8-habit-ai-dev@pitimon-8-habit-ai-dev
codex plugin listUse codex plugin marketplace list if you need to confirm the configured marketplace name.
| Surface | Claude Code | Codex |
|---|---|---|
| 24 markdown skills | Yes | Yes |
| 7-step workflow guidance | Yes | Yes |
| Claude session hook | Yes | No |
| Hook-based verbosity reminder | Yes | No |
| Runtime enforcement | No | No |
| Compliance certification | No | No |
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