A Prompt you run to perform workspace setup or configuration tasks.
Setup Prompt
Structured instructions you run to perform repeatable, real-world actions on your Notion workspace or systems, with clear inputs, guardrails, and verifiable outcomes. They are designed to be executed safely, idempotently, and often at cadence or in batches, where correctness and drift prevention matter more than creative output.
Key traits of an operational prompt:
• Purpose-driven: does one concrete job end to end (e.g., set five Person properties).
• Variable inputs: explicit variables you set before each run (scope, dry-run, etc).
• Guardrails: strict “only touch X” rules, abort on out-of-scope changes.
• Idempotent flow: pre-flight read → diff → apply minimal change set → post-flight verification → report.
• Auditable: emits a concise No-op | Updated | Aborted result and summary.