-
Notifications
You must be signed in to change notification settings - Fork 0
Skills Reference
All 13 skills shipped with 8-habit-ai-dev. Skills are read-only guidance — they tell Claude how to approach a task, they do not modify files themselves.
| # | Skill | Habit | When to use |
|---|---|---|---|
| 0 | /research |
H5 | Problem space is unclear — investigate before specifying |
| 1 | /requirements |
H2 | Any new feature or non-trivial change |
| 2 | /design |
H8 | Architecture decisions — human decides |
| 3 | /breakdown |
H3 | Decompose work into atomic tasks |
| 4 | /build-brief |
H5 | Before coding each task — read existing code first |
| 5 | /review-ai |
H4 | Always before committing AI-generated code |
| 6 | /deploy-guide |
H1 | Staging-first deploys with rollback plan |
| 7 | /monitor-setup |
H7 | Observability after deploy |
17-question 8-Habit cross-verification checklist. Run after planning and before committing to implementation. Produces a dimension summary across all 8 habits.
- Habit: H1–H8 (all)
-
When to use: Before
ExitPlanMode, before PR creation -
Source:
skills/cross-verify/SKILL.md
Assess a feature/component/PR against Covey's 4 dimensions: Body (discipline), Mind (vision), Heart (passion), Spirit (conscience).
- Habit: H8 Find Your Voice
-
When to use: After
/review-aiwhen you want a balance check -
Source:
skills/whole-person-check/SKILL.md
Focused security review — secrets, injection, auth, dependencies, OWASP Top 10. A dedicated security lens separate from general code review.
- Habit: H1 Be Proactive
- When to use: Any change touching user input, auth, data handling, or dependencies
-
Source:
skills/security-check/SKILL.md
Post-task micro-retrospective — 5 questions, 5 minutes. Captures lessons before context evaporates.
- Habit: H7 Sharpen the Saw
- When to use: After completing a task or workflow
-
Source:
skills/reflect/SKILL.md
Interactive guided walkthrough of the 7-step workflow. Prompts at each step to invoke or skip.
- Habit: All
- When to use: Starting a new feature when you're unsure which step comes next
-
Source:
skills/workflow/SKILL.md
Every skill follows the same structure (source convention):
---
name: <skill-name>
description: >
When to use this skill
user-invocable: true
argument-hint: "[arg description]"
allowed-tools: ["Read", "Glob", "Grep"]
prev-skill: <predecessor|any|none>
next-skill: <successor|any|none>
---Body: Habit mapping → Process → Handoff → When to Skip → Definition of Done → Checkpoint.
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