apple-notes-core-workflow-a
Installation
SKILL.md
Apple Notes Core Workflow A — Note Management Automation
Overview
Primary workflow: automate Apple Notes management with batch creation, template-based note generation, folder organization, and content sync from external sources (Markdown files, RSS, calendar events).
Prerequisites
- Approved source files, a named target account and pre-created test folder, and a backup/reconciliation plan for bulk changes.
- Sanitization for external Markdown, feed, or calendar content before it becomes note HTML.
- A durable source-record key for every import or move so retries can be reconciled.
Instructions
- Start with synthetic data in the configured local test folder; do not use a default account or create production folders implicitly.
- Validate and sanitize each source record before conversion, then enqueue one mutation at a time with an idempotency key.
- Record only opaque source keys and outcomes, inspect a bounded sample, and reconcile counts before widening scope.
- Stop on a timeout or unexpected folder match; do not rerun a whole batch blindly.