[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 Path | Origin/Target | Notes |
|---|---|---|
/example | /origin-example | Optional 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
- [Step 1]
- [Step 2]
- [Step 3]
Validation Checklist
- [Expected behavior 1]
- [Expected behavior 2]
- [Header/status/log check]
Rollback
- [How to disable/revert quickly]
- [What to verify after rollback]
Troubleshooting
Issue: [Symptom]
Fix: [Action]
Issue: [Symptom]
Fix: [Action]
Related Docs
Last Updated: [YYYY-MM-DD]
Status: [Active|Testing|Deprecated]
Owner: [Team or person]