-
Notifications
You must be signed in to change notification settings - Fork 0
Maturity Model
The maturity model controls how much guidance the plugin should provide. It ranges from explicit coaching to concise prompts for experienced users.
| Level | User need | Guidance style |
|---|---|---|
| Dependence | Learning the workflow | Full prompts, examples, and reminders |
| Independence | Can run the basics | Short checklists and key decisions |
| Interdependence | Works with team context | Collaboration, handoff, and review emphasis |
| Significance | Experienced operator | Minimal prompts and exception-focused warnings |
/calibrate asks a short set of questions and writes a local Claude Code profile at ~/.claude/habit-profile.md. Skills can use that profile to adjust verbosity.
Note
Hook-based profile adaptation is Claude Code-specific. Codex can still use the skill content; if Codex invokes the package SessionStart hook, the hook returns JSON additional context rather than raw markdown.
- Guidance feels too verbose.
- Guidance feels too sparse.
- Your role changes from solo implementation to team review or production operations.
- You are onboarding a new team member.
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