Query curated project memory before answering repo-specific questions, and use resume to get back into flow after interruptions
Use this skill when:
Do not use this skill for:
Query curated project memory:
go run ./.agents/skills/memory-layer/scripts/main.go query-memory "<question>"
Resume a project after an interruption:
go run ./.agents/skills/memory-layer/scripts/main.go resume-project [project-slug]
resume-project instead of a generic query.Keep this skill on the stronger engineering path.
This focused skill uses the shared Go helper under .agents/skills/memory-layer/scripts/.
go must be available on PATH for these helper commands to run.