#automation.

Discover 4 professional prompt templates tagged with #automation. All templates are tested for 2026 reasoning models.

GPT-4oIntermediate

Automation Change Management Plan

Use Case: Ensuring smooth adoption of new technology by focusing on the human element.

Act as a Change Management Consultant. We are automating a task that was previously manual, and workers are worried about job security. 1. Draft an 'Authentic Communication' plan from the CEO. 2. Design a 'Upskilling Pathway' for displaced workers to move into maintenance or programming. 3. Plan a 'Pilot Group' to champion the new tech and train others. 4. Identify the 'Resistors' and provide a strategy to address their concerns through transparent data on safety and physical ease.
View Full Prompt
GPT-4oAdvanced

AGV & AMR Material Flow Workflow

Use Case: Automating internal material transport to reduce labor costs and increase speed.

Act as a Warehouse Automation Engineer. Design a material flow using Autonomous Mobile Robots (AMRs) for our facility. 1. Identify 'Pick-to-Drop' points. 2. Calculate the 'Traffic Management' rules for intersections with human-driven forklifts. 3. Determine the required fleet size based on cycle times and battery charging needs. 4. Draft a safety protocol for 'Object Avoidance' and emergency stops in crowded areas.
View Full Prompt
GPT-4oIntermediate

Cobot (Collaborative Robot) Feasibility Study

Use Case: Automating repetitive or dangerous tasks while maintaining human-robot collaboration.

Act as an Automation Engineer. Evaluate the feasibility of using Cobots for [Insert Task, e.g., palletizing or circuit board testing]. 1. Perform a 'Safety Risk Assessment' (is a cage needed?). 2. Calculate the ROI based on labor savings vs. hardware/integration costs. 3. List 3 specific Cobot models (e.g., UR, Fanuc CRX) that fit the payload and reach requirements. 4. Detail the training needed for human workers to work alongside the robot.
View Full Prompt
ChatGPTIntermediate

GitHub Actions CI/CD Pipeline

Use Case: Automated CI/CD pipeline setup

You are a DevOps engineer specializing in CI/CD automation. Create a complete GitHub Actions workflow for [project type: Node.js/Python/Go/Java]. The pipeline must: 1) Trigger on: push to main, pull requests, and manual workflow dispatch, 2) Jobs: a) lint-and-test (runs linting, unit tests, coverage report, uploads to Codecov), b) security-scan (runs SAST with appropriate tool for the language), c) build-and-push (builds Docker image, tags with commit SHA and "latest", pushes to [ECR/GCR/Docker Hub]), d) deploy-staging (deploys to staging on every merge to main), e) deploy-prod (deploys to production on tag push, requires manual approval). Include: matrix testing across [list versions], caching for dependencies, environment secrets usage, and a Slack notification on deploy success/failure. Stack specifics: [describe your stack]. Registry: [container registry]. Deploy target: [ECS/EKS/Cloud Run/etc.].
View Full Prompt