What problem does it solve? Keeping Notion documentation in sync with finalized specifications is tedious and error-prone when done manually, especially across multiple languages. This Skill automates publishing or re-syncing spec documents to Notion after finalization or manual edits. ## Core Features & Use Cases - Multi-language sync: Publishes spec files for the working language plus all target languages (en, ko, vi), or a single language via the --lang flag. - Structured page hierarchy: Creates or updates a parent Notion page with child pages for Overview, Screens, and Test Scenarios per language. - Progress-aware updates: Reads the feature's progress file to detect existing Notion pages (legacy or current format) and updates them instead of duplicating. - Use Case: After finalizing a hotel booking feature spec in English, Korean, and Vietnamese, run the sync once to publish all three language versions to the configured Notion parent page. ## Quick Start Ask the assistant to sync the specification for your feature to Notion, for example by saying: sync the checkout-flow spec to Notion in Korean only.