Claude
Skills
Sign in
Back

groove-utilities-memory-doctor

Included with Lifetime
$97 forever

Check memory backend health and configuration.

Backend & APIs

What this skill does


# groove-utilities-memory-doctor

## Outcome

All memory health checks pass. User knows if the memory file structure is correctly configured and accessible.

## Acceptance Criteria

- Each check is reported with ✓ or ✗
- Each failure includes a specific remediation command
- Checks cover memory path and directory structure

## Checks (run in order)

1. `.groove/index.md` exists at git root
2. Memory base path exists (`.groove/memory/`)
3. Memory log subdirectories exist: `daily/`, `weekly/`, `monthly/`, `git/`
4. Specs directory exists: `.groove/memory/specs/` (used by `/groove-work-spec`)
5. `learned/` directory exists: `.groove/memory/learned/` (warm memory tier)

## Remediation hints

| Failure | Remediation |
|---|---|
| `.groove/index.md` missing | `/groove-admin-config` |
| Memory path missing | `/groove-utilities-memory-log-daily` (will create on first run) |
| Log subdirectory missing | `/groove-utilities-memory-log-daily` |
| Specs directory missing | `/groove-utilities-memory-install` |
| `learned/` missing | `/groove-admin-update` (migration 0.11.5→0.12.0 creates it) |

## Constraints

- Report all checks even if an early one fails
- Do not attempt to fix issues — report and suggest only

Related in Backend & APIs