Skip to main content

[Script Page Title]

Briefly explain what this script/playbook does and why it exists.

Use Case

  • Problem: [What operational issue this solves]
  • Approach: [High-level method]
  • Outcome: [Expected result]

Scope

  • Tool/platform: [Cloudflare|Webflow|n8n|GTM|Other]
  • Environment/domain: [domain or system]
  • Owner: [person/team]

Configuration

List required setup before usage.

Prerequisites

  • [Requirement 1]
  • [Requirement 2]

Routing / Mapping (if applicable)

Public PathOrigin/TargetNotes
/example/origin-exampleOptional notes

Implementation

Script or Worker code

# Replace with actual script or command
./example-script.sh

Or:

// Replace with Worker/script implementation
export default {
async fetch(request) {
return new Response("ok");
},
};

Deployment Steps

  1. [Step 1]
  2. [Step 2]
  3. [Step 3]

Validation Checklist

  1. [Expected behavior 1]
  2. [Expected behavior 2]
  3. [Header/status/log check]

Rollback

  • [How to disable/revert quickly]
  • [What to verify after rollback]

Troubleshooting

Issue: [Symptom]
Fix: [Action]

Issue: [Symptom]
Fix: [Action]


Last Updated: [YYYY-MM-DD]
Status: [Active|Testing|Deprecated]
Owner: [Team or person]