gabe-helplisted
Install: claude install-skill khujta/gabe-suite
# Gabe Help — Suite Entry Point
## Purpose
Answer one question: **"What should I do next with the Gabe Suite?"**
Scan the current project environment, detect what's configured, what's missing, and where the user is in their workflow. Then recommend specific commands with reasoning.
> **Rendering note.** Output templates in this spec wrapped in bare triple-backtick fences are spec-meta delimiters — render their contents as plain markdown at runtime. Dashboards, workflow recommendations, and tables display as markdown, not monospace code. See `gabe-docs/SKILL.md` § "Runtime output rendering convention".
This is NOT a man page. It reads the actual state and gives contextual advice.
---
## Procedure
### Step 1: Environment Scan
Check each probe silently. Do NOT run commands that modify anything.
| Probe | How | Result |
|-------|-----|--------|
| **Git repo** | Check if `.git/` exists | yes / no |
| **Uncommitted changes** | `git status --porcelain` (if git repo) | count of changed files, or clean |
| **Alignment initialized** | Check if `.kdbp/` or `.kdbp/VALUES.md` exists | yes (with maturity from BEHAVIOR.md) / no |
| **User values** | Check if `~/.kdbp/VALUES.md` exists | yes (count of values) / no |
| **Cognitive profile** | Check if `~/.claude/gabe-lens-profile.md` exists | yes (suit name) / no |
| **Checkpoint ledger** | Check if `.kdbp/LEDGER.md` exists | yes (count of entries) / no |
| **Deferred items** | Check `.kdbp/deferred-cr.md` or `.planning/deferred-cr.