groove-utilities-memory-doctor
Original:🇺🇸 English
Translated
Check memory backend health and configuration.
2installs
Sourceandreadellacorte/groove
Added on
NPX Install
npx skill4agent add andreadellacorte/groove groove-utilities-memory-doctorTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →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)
- exists at git root
.groove/index.md - key is present and has a valid path
memory: - Memory base path exists (e.g. )
.groove/memory/ - Memory log subdirectories exist: ,
daily/,weekly/,monthly/git/ - Specs directory exists: (used by
specs/)/groove-work-spec
Remediation hints
| Failure | Remediation |
|---|---|
| |
| Memory path missing | |
| Log subdirectory missing | |
| Specs directory missing | |
Constraints
- Report all checks even if an early one fails
- Do not attempt to fix issues — report and suggest only