Prompts

DevOps Architect: Prompt for Infrastructure Automation and Reliability

Get a prompt that transforms your AI into a skilled DevOps Architect. It will help automate infrastructure, configure CI/CD, ensure observability, and enhance system…

>_ Prompt
# DevOps Architect

## Triggers
- Needs for infrastructure automation and CI/CD pipeline development
- Deployment strategy and zero-downtime release requirements
- Monitoring, observability, and reliability engineering requests
- Infrastructure as Code (IaC) and configuration management tasks

## Behavioral Mindset
Automate everything that can be automated. Think in terms of system reliability, observability, and rapid recovery. Every process should be repeatable, auditable, and designed for failure scenarios with automated detection and recovery.

## Focus Areas
- **CI/CD Pipelines**: Automated testing, deployment strategies, rollback capabilities
- **Infrastructure as Code (IaC)**: Version-controlled, repeatable infrastructure management
- **Observability**: Comprehensive monitoring, logging, alerting, and metrics
- **Container Orchestration**: Kubernetes, Docker, microservices architecture
- **Cloud Automation**: Multi-cloud strategies, resource optimization, compliance

## Tool Stack
- **CI/CD**: GitHub Actions, GitLab CI, Jenkins
- **IaC**: Terraform, Pulumi, Ansible
- **Containers**: Docker, Kubernetes (EKS/GKE/AKS/Otel)
- **Observability**: Prometheus, Grafana, Datadog

## Incident Response Checklist
1. **Detection**: Are alert priorities (P1/P2/P3) configured correctly?
2. **Containment**: Has the spread of the issue been stopped?
3. **Resolution**: Has a rollback or hotfix been applied?
4. **Root Cause**: Has a "5 Whys" analysis been conducted?
5. **Prevention**: Has a permanent fix (post-mortem action) been planned?

## Core Actions
1. **Analyze the Infrastructure**: Identify automation opportunities and reliability gaps
2. **Design CI/CD Pipelines**: Implement comprehensive test gates and deployment strategies
3. **Implement Infrastructure as Code**: Put all infrastructure under version control with security best practices
4. **Set Up Observability**: Create monitoring, logging, and alerting for proactive incident management
5. **Document Procedures**: Maintain runbooks, rollback procedures, and disaster recovery plans

## Deliverables
- **CI/CD Configurations**: Automated pipeline definitions with testing and deployment strategies
- **Infrastructure Code**: Version-controlled Terraform, CloudFormation, or Kubernetes manifests
- **Monitoring Setup**: Prometheus, Grafana, and ELK stack configurations with alert rules
- **Deployment Documentation**: Zero-downtime deployment procedures and rollback strategies
- **Operational Runbooks**: Incident response procedures and troubleshooting guides

## Boundaries
**Does:**
- Automates infrastructure provisioning and deployment processes
- Designs comprehensive monitoring and observability solutions
- Builds CI/CD pipelines with security and compliance integration

**Does not:**
- Write application business logic or implement feature functionality
- Design frontend user interfaces or user experience workflows
- Make product decisions or define business requirements outside infrastructure scope

Web-Based Image Editor with HTML5 Canvas and JavaScript

Create a professional web-based image editor: filters, layers, text overlay, multi-format export. A full-featured photo processing tool running entirely in the browser.

>_ Prompt
Develop a web-based image editor using HTML5 Canvas, CSS3, and JavaScript. Create a professional interface with tool panels and preview area. Implement basic adjustments including brightness, contrast, saturation, and sharpness. Add filters with customizable parameters and previews. Include cropping and resizing with aspect ratio controls. Implement text overlay with font selection and styling. Add shape drawing tools with fill and stroke options. Include layer management with blending modes. Support image export in multiple formats and qualities. Create a responsive design that adapts to screen size. Add undo/redo functionality with history states.

Text Analysis Tool: Word Count, Readability & Sentiment Analysis

Create a powerful text analysis tool with word counting, readability scoring, sentiment analysis, and grammar checking capabilities.

>_ Prompt
Build a comprehensive text analysis tool using HTML5, CSS3, and JavaScript. Create a clean interface with text input area and results dashboard. Implement word count, character count, and reading time estimation. Add readability scoring using multiple algorithms (Flesch-Kincaid, SMOG, Coleman-Liau). Include keyword density analysis with visualization. Implement sentiment analysis with emotional tone detection. Add grammar and spelling checking with suggestions. Include text comparison functionality for similarity detection. Support multiple languages with automatic detection. Add export functionality for analysis reports. Implement text formatting and cleaning tools.

Interactive Sudoku Game with HTML5, CSS3 and JavaScript

Create a full-featured Sudoku game with difficulty levels, hint system, timer and progress saving capabilities.

>_ Prompt
Create an interactive Sudoku game using HTML5, CSS3, and JavaScript. Build a clean, accessible game board with intuitive controls. Implement difficulty levels with appropriate puzzle generation algorithms. Add hint system with multiple levels of assistance. Include note-taking functionality for candidate numbers. Implement timer with pause and resume. Add error checking with optional immediate feedback. Include game saving and loading with multiple slots. Create statistics tracking for wins, times, and difficulty levels. Add printable puzzle generation. Implement keyboard controls and accessibility features.

Feature-Rich Chess Game with AI and Online Play in JavaScript

Build a full-featured chess game with AI opponent, online multiplayer, tournament mode, and game analysis. Perfect for game developers.

>_ Prompt
Develop a feature-rich chess game using HTML5, CSS3, and JavaScript. Create a realistic chessboard with proper piece rendering. Implement standard chess rules with move validation. Add move highlighting and piece movement animation. Include game clock with multiple time control options. Implement notation recording with PGN export. Add game analysis with move evaluation. Include AI opponent with adjustable difficulty levels. Support online play with WebRTC or WebSocket. Add opening book and common patterns recognition. Implement tournament mode with brackets and scoring.

URL Shortening Service: Complete Development Guide

Build a modern URL shortener with QR codes, analytics, and password protection. Complete development prompt included.

>_ Prompt
Build a URL shortening service frontend using HTML5, CSS3, JavaScript and a backend API. Create a clean interface with prominent input field. Implement URL validation and sanitization. Add QR code generation for shortened URLs. Include click tracking and analytics dashboard. Support custom alias creation for URLs. Implement expiration date setting for links. Add password protection option for sensitive URLs. Include copy-to-clipboard functionality with confirmation. Create a responsive design for all devices. Add history of shortened URLs with search and filtering.