What problem does it solve? Keeping local Markdown specification files and their Notion page counterparts in sync is error-prone: stale mirrors, ambiguous page identity, and unguarded writes can silently overwrite work. This Skill transports declared local–Notion pairs in a chosen direction while validating transport identity metadata and enforcing guarded, conflict-aware mutations. ## Core Features & Use Cases - Bidirectional Sync Modes: Run validate-metadata, local-to-notion, notion-to-local, or two-way-merge against explicitly declared file/page pairs. - Transport Trust Verification: Validate a destination-owned notion-sync transport profile (executable hash, version, capability vectors, conformance evidence) before any remote operation. - Guarded Conflict Resolution: Classify base/local/remote states, build conflict packets, and require explicit approval plus conditional update/create capabilities before any mutation. - Use Case: A team keeps engineering specifications as local .mdc files mirrored to a Notion database; use this Skill to push approved local changes to Notion only after verifying the remote revision has not drifted. ## Quick Start Sync my local specification file specs/payment-flow.mdc to its paired Notion page using two-way merge with my validated transport profile.