Skip to content

Skills Reference

github-actions[bot] edited this page Jun 9, 2026 · 8 revisions

Skills Reference

8-habit-ai-dev ships 24 user-facing markdown skills. Skills are read-only guidance: they structure investigation, planning, review, deployment, communication, and reflection, but they do not execute changes by themselves.

Tip

If you are unsure where to start, use /using-8-habits or the quick selector below.

Quick Selector

Situation Start with
New feature /requirements
Unclear problem /research
Architecture decision /design
AI-generated diff /review-ai
Security-sensitive change /security-check
Production deploy /deploy-guide
Operational finding /operational-state
Bug with unclear cause /diagnose
Incident/config hotfix drift /consistency-check
After a validated fix /post-mortem
Need stakeholder-ready wording /management-talk

Workflow Skills

/research {#research}

Investigate before specifying. Produces a research brief with findings, constraints, open questions, and recommended next step.

/requirements {#requirements}

Define what, why, who, scope, success criteria, and Definition of Done before implementation.

/design {#design}

Surface architecture options and make the human decision explicit.

/breakdown {#breakdown}

Decompose approved work into atomic, ordered tasks.

/build-brief {#build-brief}

Read existing code and produce an implementation brief before editing.

/review-ai {#review-ai}

Review AI-generated changes before commit, with findings ordered by severity.

/deploy-guide {#deploy-guide}

Plan staging, production, rollback, verification, and reconciliation for deploys.

/monitor-setup {#monitor-setup}

Add or verify health checks, alerting, metrics, logging, dashboards, and runbooks after deployment.

Assessment And Review Skills

/cross-verify {#cross-verify}

Run a 17-question 8-Habit readiness check across a plan, diff, or implementation.

/whole-person-check {#whole-person-check}

Assess Body, Mind, Heart, and Spirit balance for a feature, component, or PR.

/security-check {#security-check}

Run a focused security lens across secrets, input handling, auth, dependencies, config, infrastructure, and source-of-truth drift.

  • Use for code, infrastructure, alerting, email, webhook, container, environment, and mounted-config changes with risk-bearing behavior.
  • Source: skills/security-check/SKILL.md

/scrutinize {#scrutinize}

Question whether the proposed change should exist, then trace the actual path to verify it does what it claims.

/consistency-check {#consistency-check}

Check drift across PRD, design, and tasks. Also supports incident/config hotfix mode for symptom, evidence, root cause, fix, deploy path, and verification consistency.

/reflect {#reflect}

Capture a short post-task lesson, including what helped, what confused, and which skill was missed.

Operations And Debugging Skills

/operational-state {#operational-state}

Classify operational findings as Watch, Fix Candidate, Active Incident, Resolved, Handoff, Known Accepted Issue, False Positive, or Self-Resolved before action.

  • Use before mutating production state, closing an alert/issue, accepting a known problem, or handing off ownership.
  • Boundary: read-only guidance; no runtime state engine or automatic production change.
  • Source: skills/operational-state/SKILL.md

/diagnose {#diagnose}

Investigate a bug through feedback loop, reproduction, hypothesis, instrumentation, fix with regression test, and cleanup.

/post-mortem {#post-mortem}

Write the engineering record after a validated fix: root cause, mechanism, fix, validation, and how it slipped through.

Onboarding, Memory, And Communication Skills

/workflow {#workflow}

Walk through the 7-step workflow interactively.

/using-8-habits {#using-8-habits}

Explain the plugin and route user intent to the most relevant skill.

/calibrate {#calibrate}

Assess guidance maturity and write a local verbosity profile for Claude Code.

/save-spec {#save-spec}

Scaffold a project-root SPEC.md orientation hub when a repository needs a durable project digest.

  • Use when starting in an unfamiliar repo and the repo fits the project-orientation hub mode.
  • Source: skills/save-spec/SKILL.md

/management-talk {#management-talk}

Reshape engineer-to-engineer content for leadership channels such as JIRA, Slack, standup, email, or meeting notes.

Audit And Governance-Adjacent Skills

/eu-ai-act-check {#eu-ai-act-check}

Redirect stub for EU AI Act compliance work. The canonical implementation lives in pitimon/claude-governance.

/ai-dev-log {#ai-dev-log}

Generate an AI-assisted development log from git history and co-author trailers.

See Also

Clone this wiki locally