What problem does it solve?
This Skill prevents your long-term project context from drifting behind completed changes by aggregating finished analysis and implementation artifacts into the canonical project context files. It helps teams preserve durable domain knowledge after work is delivered without forcing a full codebase re-analysis every time.
Core Features & Use Cases
- Artifact-driven context synchronization: Collects completed change artifacts and merges stable, high-value knowledge into project-context.md and project-context.yaml.
- Structured review before writing: Presents mapped items, conflicts, ambiguous entries, and implied YAML updates for user confirmation before any merge is applied.
- Optional code verification: Performs a read-only check to confirm that artifact-claimed modules, files, and symbols exist in the codebase, while explicitly avoiding undocumented code-only additions.
- Use Case: After several features are marked done, use this Skill to fold new domain rules, module knowledge, and source path updates into shared project context so future AI skills work from up-to-date project memory.
Quick Start
Invoke mvt-sync-context after one or more changes are completed to review candidate artifacts, confirm merges, and update your persistent project context files.