What problem does it solve?
The Skill ensures knowledge stored in this repo’s memory is actually visible to the team through the MCP server, preventing “it wasn’t planned” situations caused by forgetting to push changes.
Core Features & Use Cases
- Git → MCP synchronization discipline: commits and pushes only the relevant memory updates, then relies on MCP webhook/tooling to make the team’s searches reflect the latest SPEC/ADR/session logs.
- Correct tool-flow for tasks: directs task operations to MCP tools (tasks-* / cycles-active / cycle goals tracking) instead of Markdown-based CURRENT/TASKS files.
- MCP-first handoff safety (append-only): enforces the required MCP snapshot checklist before creating new handoff entries in memory/handoffs to avoid accidental overwrites and information loss.
Quick Start
Use the memory-sync skill to sync any newly updated files under memory/ by running /sync-mem and pushing the required commit so the MCP team can immediately find the updates via MCP tools.