← ClaudeAtlas

whole-person-checklisted

Assess a feature, component, or PR against Covey's 4 dimensions: Body, Mind, Heart, Spirit. Use to evaluate balance across discipline, vision, passion, and conscience. Maps to H8 (Find Your Voice — Whole Person Model).
pitimon/8-habit-ai-dev · ★ 3 · Code & Development · score 77
Install: claude install-skill pitimon/8-habit-ai-dev
# Whole Person Check (ประเมิน 4 มิติ) **Habit**: H8 — Find Your Voice | **Anti-pattern**: Optimizing only for technical correctness while neglecting craft, empathy, and ethics ## Why This Exists AI-assisted development excels at Body (CI, tests) and Mind (architecture, design) but systematically neglects Heart (craft quality, user empathy) and Spirit (security conscience, ethical judgment). This assessment makes the gap visible and actionable. ## Process 1. **Identify the scope**: What feature, component, or PR is being assessed? 2. **Read the relevant code and docs**: Understand what exists before scoring. 3. **Score each dimension** (1-5) using the indicators below: ### Body (PQ/Discipline) — "Is it reliable and well-built?" | Score | Indicator | | ----- | ------------------------------------------------------------- | | 1 | No tests, no CI, manual everything | | 2 | Some tests exist but gaps, CI runs but not enforced | | 3 | CI green, tests cover core paths, coding standards followed | | 4 | >80% coverage, automated quality gates, monitoring configured | | 5 | Fitness functions, self-healing, chaos-tested | ### Mind (IQ/Vision) — "Do we know where this is going?" | Score | Indicator | | ----- | ---------------------------------------------------------------------------- |