Skip to content
Prompt100 items

General Playbooks AI Prompts for Developers & Engineers (Part 2)

A ready-to-run prompt in General Playbooks — ready to use.

A curated pack of 100 general playbooks AI prompts for developers & engineers. Coding, debugging, architecture, and tooling prompts for software developers and engineering teams.

Part of General Playbooks

Curated by the InnovProduct team·Part of the InnovProduct library

Updated Sep 3, 2026 Initial release
Included with your InnovProduct membership. One plan unlocks this resource plus the full library.
Get access

Prompts in this bundle

A preview of the 100 prompts included. Full text unlocks with your membership.

100 prompts
1

Flashcard Study System

Develop a comprehensive flashcard study system using HTML5, CSS3, and JavaScript. Create an intuitive interface for card creation and review. Implement spaced r

prompt
Develop a comprehensive flashcard study system using HTML5, CSS3, and JavaScript. Create an intuitive interface for card creation and review. Implement spaced repetition algorithm for optimized learning. Add support for text, images, and audio on cards. Include card categorization with decks and tags. Implement study sessions with performance tracking. Add self-assessment with confidence levels. Create statistics dashboard showing learning progress. Support import/export of card decks in standar

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
2

Habit Tracker

Create a habit tracking application using HTML5, CSS3, and JavaScript. Build a clean interface showing daily, weekly, and monthly views. Implement habit creatio

prompt
Create a habit tracking application using HTML5, CSS3, and JavaScript. Build a clean interface showing daily, weekly, and monthly views. Implement habit creation with frequency, reminders, and goals. Add streak tracking with visual indicators and milestone celebrations. Include detailed statistics and progress graphs. Support habit categories and tags for organization. Implement calendar integration for scheduling. Add data visualization showing patterns and trends. Create a responsive design fo

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
3

Image Editor

Develop a web-based image editor using HTML5 Canvas, CSS3, and JavaScript. Create a professional interface with tool panels and preview area. Implement basic ad

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. Su

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
4

Text Analyzer Tool

Build a comprehensive text analysis tool using HTML5, CSS3, and JavaScript. Create a clean interface with text input area and results dashboard. Implement word

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 functional

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
5

Sudoku Game

Create an interactive Sudoku game using HTML5, CSS3, and JavaScript. Build a clean, accessible game board with intuitive controls. Implement difficulty levels w

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, tim

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
6

Chess Game

Develop a feature-rich chess game using HTML5, CSS3, and JavaScript. Create a realistic chessboard with proper piece rendering. Implement standard chess rules w

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 comm

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
7

URL Shortener

Build a URL shortening service frontend using HTML5, CSS3, JavaScript and a backend API. Create a clean interface with prominent input field. Implement URL vali

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 fo

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
8

Typing Speed Test

Build an interactive typing speed test using HTML5, CSS3, and JavaScript. Create a clean interface with text display and input area. Implement WPM and accuracy

prompt
Build an interactive typing speed test using HTML5, CSS3, and JavaScript. Create a clean interface with text display and input area. Implement WPM and accuracy calculation in real-time. Add difficulty levels with appropriate text selection. Include error highlighting and correction tracking. Implement test history with performance graphs. Add custom test creation with text import. Include virtual keyboard display showing keypresses. Support multiple languages and keyboard layouts. Create a respo

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
9

Memory Card Game

Develop a memory matching card game using HTML5, CSS3, and JavaScript. Create visually appealing card designs with flip animations. Implement difficulty levels

prompt
Develop a memory matching card game using HTML5, CSS3, and JavaScript. Create visually appealing card designs with flip animations. Implement difficulty levels with varying grid sizes and card counts. Add timer and move counter for scoring. Include sound effects for card flips and matches. Implement leaderboard with score persistence. Add theme selection with different card designs. Include multiplayer mode for competitive play. Create responsive layout that adapts to screen size. Add accessibil

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
10

Memory Profiler CLI

Develop a memory profiling tool in C for analyzing process memory usage. Implement process attachment with minimal performance impact. Add heap analysis with al

prompt
Develop a memory profiling tool in C for analyzing process memory usage. Implement process attachment with minimal performance impact. Add heap analysis with allocation tracking. Include memory leak detection with stack traces. Implement memory usage visualization with detailed statistics. Add custom allocator hooking for detailed tracking. Include report generation in multiple formats. Implement filtering options for noise reduction. Add comparison functionality between snapshots. Include comma

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
11

File System Indexer CLI

Build a high-performance file system indexer and search tool in Go. Implement recursive directory traversal with configurable depth. Add file metadata extractio

prompt
Build a high-performance file system indexer and search tool in Go. Implement recursive directory traversal with configurable depth. Add file metadata extraction including size, dates, and permissions. Include content indexing with optional full-text search. Implement advanced query syntax with boolean operators and wildcards. Add incremental indexing for performance. Include export functionality in JSON and CSV formats. Implement search result highlighting. Add duplicate file detection using ch

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
12

3D Racing Game

Create an exciting 3D racing game using Three.js and JavaScript. Implement realistic vehicle physics with suspension, tire friction, and aerodynamics. Create de

prompt
Create an exciting 3D racing game using Three.js and JavaScript. Implement realistic vehicle physics with suspension, tire friction, and aerodynamics. Create detailed car models with customizable paint and upgrades. Design multiple race tracks with varying terrain and obstacles. Add AI opponents with different difficulty levels and racing behaviors. Implement a split-screen multiplayer mode for local racing. Include a comprehensive HUD showing speed, lap times, position, and minimap. Create part

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
13

HTTP Benchmarking Tool CLI

Create a high-performance HTTP benchmarking tool in Go. Implement concurrent request generation with configurable thread count. Add detailed statistics includin

prompt
Create a high-performance HTTP benchmarking tool in Go. Implement concurrent request generation with configurable thread count. Add detailed statistics including latency, throughput, and error rates. Include support for HTTP/1.1, HTTP/2, and HTTP/3. Implement custom header and cookie management. Add request templating for dynamic content. Include response validation with regex and status code checking. Implement TLS configuration with certificate validation options. Add load profile configuratio

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
14

3D Space Explorer

Build an immersive 3D space exploration game using Three.js and JavaScript. Create a vast universe with procedurally generated planets, stars, and nebulae. Impl

prompt
Build an immersive 3D space exploration game using Three.js and JavaScript. Create a vast universe with procedurally generated planets, stars, and nebulae. Implement realistic spacecraft controls with Newtonian physics. Add detailed planet surfaces with terrain generation and atmospheric effects. Create space stations and outposts for trading and missions. Implement resource collection and cargo management systems. Add alien species with unique behaviors and interactions. Create wormhole travel 

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
15

Network Packet Analyzer CLI

Create a command-line network packet analyzer in C using libpcap. Implement packet capture from network interfaces with filtering options. Add protocol analysis

prompt
Create a command-line network packet analyzer in C using libpcap. Implement packet capture from network interfaces with filtering options. Add protocol analysis for common protocols (TCP, UDP, HTTP, DNS, etc.). Include traffic statistics with bandwidth usage and connection counts. Implement packet decoding with detailed header information. Add export functionality in PCAP and CSV formats. Include alert system for suspicious traffic patterns. Implement connection tracking with state information. 

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
16

PDF Viewer

Create a web-based PDF viewer using HTML5, CSS3, JavaScript and PDF.js. Build a clean interface with intuitive navigation controls. Implement page navigation wi

prompt
Create a web-based PDF viewer using HTML5, CSS3, JavaScript and PDF.js. Build a clean interface with intuitive navigation controls. Implement page navigation with thumbnails and outline view. Add text search with result highlighting. Include zoom and fit-to-width/height controls. Implement text selection and copying. Add annotation tools including highlights, notes, and drawing. Support document rotation and presentation mode. Include print functionality with options. Create a responsive design 

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
17

Health Metrics Calculator

Build a comprehensive health metrics calculator with HTML5, CSS3 and JavaScript based on medical standards. Create a clean, accessible interface with step-by-st

prompt
Build a comprehensive health metrics calculator with HTML5, CSS3 and JavaScript based on medical standards. Create a clean, accessible interface with step-by-step input forms. Implement accurate BMI calculation with visual classification scale and health risk assessment. Add body fat percentage calculator using multiple methods (Navy, Jackson-Pollock, BIA simulation). Calculate ideal weight ranges using multiple formulas (Hamwi, Devine, Robinson, Miller). Implement detailed calorie needs calcula

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
18

Markdown Notes

Build a feature-rich markdown notes application with HTML5, CSS3 and JavaScript. Create a split-screen interface with a rich text editor on one side and live ma

prompt
Build a feature-rich markdown notes application with HTML5, CSS3 and JavaScript. Create a split-screen interface with a rich text editor on one side and live markdown preview on the other. Implement full markdown syntax support including tables, code blocks with syntax highlighting, and LaTeX equations. Add a hierarchical organization system with nested categories, tags, and favorites. Include powerful search functionality with filters and content indexing. Use localStorage with optional export/

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
19

Pomodoro Timer

Create a comprehensive pomodoro timer app using HTML5, CSS3 and JavaScript following the time management technique. Design an elegant interface with a large, an

prompt
Create a comprehensive pomodoro timer app using HTML5, CSS3 and JavaScript following the time management technique. Design an elegant interface with a large, animated circular progress indicator that visually represents the current session. Allow customization of work intervals (default ${Work Intervals:25min}), short breaks (default ${Short Breaks:5min}), and long breaks (default ${Long Breaks:15min}). Include a task list integration where users can associate pomodoro sessions with specific tas

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
20

Multiplayer 3D Plane Game

Create an immersive multiplayer airplane combat game using Three.js, HTML5, CSS3, and JavaScript with WebSocket for real-time networking. Implement a detailed 3

prompt
Create an immersive multiplayer airplane combat game using Three.js, HTML5, CSS3, and JavaScript with WebSocket for real-time networking. Implement a detailed 3D airplane model with realistic flight physics including pitch, yaw, roll, and throttle control. Add smooth camera controls that follow the player's plane with configurable views (cockpit, chase, orbital). Create a skybox environment with dynamic time of day and weather effects. Implement multiplayer functionality using WebSocket for real

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
21

Todo List

Create a responsive todo app with HTML5, CSS3 and vanilla JavaScript. The app should have a modern, clean UI using CSS Grid/Flexbox with intuitive controls. Imp

prompt
Create a responsive todo app with HTML5, CSS3 and vanilla JavaScript. The app should have a modern, clean UI using CSS Grid/Flexbox with intuitive controls. Implement full CRUD functionality (add/edit/delete/complete tasks) with smooth animations. Include task categorization with color-coding and priority levels (low/medium/high). Add due dates with a date-picker component and reminder notifications. Use localStorage for data persistence between sessions. Implement search functionality with filt

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
22

Scientific Calculator

Create a comprehensive scientific calculator with HTML5, CSS3 and JavaScript that mimics professional calculators. Implement all basic arithmetic operations wit

prompt
Create a comprehensive scientific calculator with HTML5, CSS3 and JavaScript that mimics professional calculators. Implement all basic arithmetic operations with proper order of operations. Include advanced scientific functions (trigonometric, logarithmic, exponential, statistical) with degree/radian toggle. Add memory operations (M+, M-, MR, MC) with visual indicators. Maintain a scrollable calculation history log that can be cleared or saved. Implement full keyboard support with appropriate ke

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
23

Isometric City Diorama

{ "meta": { "description": "Structured prompt for generating an isometric city diorama in a miniature 3D style, with weather and environment adaptive to t

prompt
{
  "meta": {
    "description": "Structured prompt for generating an isometric city diorama in a miniature 3D style, with weather and environment adaptive to the specified city.",
    "variable": "${City:San Francisco}"
  },
  "prompt_structure": {
    "perspective_and_format": {
      "view": "Isometric camera view",
      "format": "Miniature 3D diorama resting on a floating square base serving as the ground plinth.",
      "ratio": "16:9 (vertical phone)"
    },
    "art_style": {
      "med

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
24

Lifestyle Product Images

Using the uploaded product image of ${Product Name:MacBook Pro}, create an engaging lifestyle scene showing realistic usage in ${Lifestyle Scenario:Office}. Tar

prompt
Using the uploaded product image of ${Product Name:MacBook Pro}, create an engaging lifestyle scene showing realistic usage in ${Lifestyle Scenario:Office}. Target visuals specifically for ${Audience Demographics:Software Engineers}, capturing natural lighting and authentic environment.

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
25

Web Design

I want you to act as a web design consultant. I will provide details about an organization that needs assistance designing or redesigning a website. Your role i

prompt
I want you to act as a web design consultant. I will provide details about an organization that needs assistance designing or redesigning a website. Your role is to analyze these details and recommend the most suitable information architecture, visual design, and interactive features that enhance user experience while aligning with the organization’s business goals.

You should apply your knowledge of UX/UI design principles, accessibility standards, web development best practices, and modern fr

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
26

AI2sql SQL Model — Query Generator

Context: This prompt is used by AI2sql to generate SQL queries from natural language. AI2sql focuses on correctness, clarity, and real-world database usage. Pu

prompt
Context:
This prompt is used by AI2sql to generate SQL queries from natural language.
AI2sql focuses on correctness, clarity, and real-world database usage.

Purpose:
This prompt converts plain English database requests into clean,
readable, and production-ready SQL queries.

Database:
${db:PostgreSQL | MySQL | SQL Server}

Schema:
${schema:Optional — tables, columns, relationships}

User request:
${prompt:Describe the data you want in plain English}

Output:
- A single SQL query that answers th

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
27

Profesor Creativo

Eres un tutor de programación para estudiantes de secundaria. Tienes prohibido darme la solución directa o escribir código corregido. Tu misión es guiarme para

prompt
Eres un tutor de programación para estudiantes de secundaria. Tienes prohibido darme la solución directa o escribir código corregido. Tu misión es guiarme para que yo mismo tenga el momento "¡Ajá!".

Sigue este proceso cuando te envíe mi código:

    1.Identifica el problema: Localiza el error (bug) o la ineficiencia.

    2.Explica el concepto: Antes de decirme dónde está el error, explícame brevemente el concepto teórico que estoy aplicando mal (ej. ámbito de variables, condiciones de salida d

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
28

Pitchside Tunnel Moment with Your Favorite Footballer

Inputs Reference 1: User’s uploaded photo Reference 2: ${Footballer Name} Jersey Number: ${Jersey Number} Jersey Team Name: ${Jersey Team Name} (team of the

prompt
Inputs

Reference 1: User’s uploaded photo

Reference 2: ${Footballer Name}

Jersey Number: ${Jersey Number}
Jersey Team Name: ${Jersey Team Name} (team of the jersey being held)
User Outfit: ${User Outfit Description}
Mood: ${Mood}

Prompt
Create a photorealistic image of the person from the user’s uploaded photo standing next to ${Footballer Name} pitchside in front of the stadium stands, posing for a photo.

Location: Pitchside/touchline in a large stadium. Natural grass and advertising board

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
29

Legebdary Exploded View Prompt For nanobanana

{ "name": "My Workflow", "steps": [] }{ "promptDetails": { "description": "Ultra-detailed exploded technical infographic of {OBJECT_NAME}, shown in a

prompt
{
  "name": "My Workflow",
  "steps": []
}{
  "promptDetails": {
    "description": "Ultra-detailed exploded technical infographic of {OBJECT_NAME}, shown in a 3/4 front isometric view. The object is partially transparent and opened, with its key internal and external components separated and floating around the main body in a clean exploded-view layout. Show all major parts typical for {OBJECT_NAME}: outer shell/panels, structural frame, primary electronics/boards, power system/battery or PSU, 

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
30

Gemi-Gotchi

You are **Gemi-Gotchi**, a mobile-first virtual pet application powered by Gemini 2.5 Flash. Your role is to simulate a **living digital creature** that evolve

prompt
You are **Gemi-Gotchi**, a mobile-first virtual pet application powered by Gemini 2.5 Flash.

Your role is to simulate a **living digital creature** that evolves over time, requires care, and communicates with the user through a **chat interface**.

You must ALWAYS maintain internal state, time-based decay, and character progression.

---

## CORE IDENTITY

- Name: **Gemi-Gotchi**
- Type: Virtual creature / digital pet
- Platform: **Mobile-first**
- Interaction:
  - Primary: Buttons / actions (f

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
31

YT video geopolitic analysis

(Deep Investigation Agent) ## Triggers - Complex investigative requirements - Complex information synthesis needs - Academic research contexts - Real-time inf

prompt
(Deep Investigation Agent)

## Triggers

- Complex investigative requirements
- Complex information synthesis needs
- Academic research contexts
- Real-time information needs
YT video  geopolitic analysis 
## Behavioral Mindset

Think like a combination of an investigative scientist and an investigative journalist. Use a systematic methodology, trace evidential chains, critically question sources, and consistently synthesize results. Adapt your approach to the complexity of the investigation and

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
32

Django Unit Test Generator for Viewsets

I want you to act as a Django Unit Test Generator. I will provide you with a Django Viewset class, and your job is to generate unit tests for it. Ensure the fol

prompt
I want you to act as a Django Unit Test Generator. I will provide you with a Django Viewset class, and your job is to generate unit tests for it. Ensure the following:

1. Create test cases for all CRUD (Create, Read, Update, Delete) operations.
2. Include edge cases and scenarios such as invalid inputs or permissions issues.
3. Use Django's TestCase class and the APIClient for making requests.
4. Make use of setup methods to initialize any required data.

Please organize the generated test case

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
33

Ultra-Realistic Noir Portrait Creation

Please upload your selfie to generate an ultra-realistic black-and-white portrait. The portrait will feature: - **Style:** Black-and-white, dramatic low-key li

prompt
Please upload your selfie to generate an ultra-realistic black-and-white portrait. The portrait will feature:

- **Style:** Black-and-white, dramatic low-key lighting with high contrast and cinematic toning.
- **Pose:** Slightly turned to the side, with a confident, intense expression, hands together, and visible accessories (wristwatch and ring).
- **Lighting:** Strong single-source lighting from the left, deep shadows for a noir effect, and a completely black background.
- **Camera Style:** Ed

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
34

Comprehensive Repository Analysis and Bug Fixing Framework

Act as a comprehensive repository analysis and bug-fixing expert. You are tasked with conducting a thorough analysis of the entire repository to identify, prior

prompt
Act as a comprehensive repository analysis and bug-fixing expert. You are tasked with conducting a thorough analysis of the entire repository to identify, prioritize, fix, and document ALL verifiable bugs, security vulnerabilities, and critical issues across any programming language, framework, or technology stack.

Your task is to:
- Perform a systematic and detailed analysis of the repository.
- Identify and categorize bugs based on severity, impact, and complexity.
- Develop a step-by-step pr

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
35

Virtual Game Console Simulator

Act as a Virtual Game Console Simulator. You are an advanced AI designed to simulate a virtual game console experience, providing access to a wide range of retr

prompt
Act as a Virtual Game Console Simulator. You are an advanced AI designed to simulate a virtual game console experience, providing access to a wide range of retro and modern games with interactive gameplay mechanics.

Your task is to simulate a comprehensive gaming experience while allowing users to interact with WhatsApp seamlessly.

Responsibilities:
- Provide access to a variety of games, from retro to modern.
- Enable users to customize console settings such as ${ConsoleModel} and ${GraphicsQ

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
36

Christmas Poster - Festive Holiday Scene

Design a Christmas-themed poster that captures the festive holiday spirit. Include elements such as twinkling Christmas lights, a beautifully decorated tree, sn

prompt
Design a Christmas-themed poster that captures the festive holiday spirit. Include elements such as twinkling Christmas lights, a beautifully decorated tree, snowflakes falling, wrapped presents, and a cozy winter backdrop. The scene should evoke warmth, joy, and togetherness. Use vibrant colors like red, green, and gold, and add soft glowing effects to create a magical atmosphere. The poster format should be ${size:1080x1080} for easy sharing on social media. Customize the text to include a hol

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
37

Ultrathinker

# Ultrathinker You are an expert software developer and deep reasoner. You combine rigorous analytical thinking with production-quality implementation. You nev

prompt
# Ultrathinker

You are an expert software developer and deep reasoner. You combine rigorous analytical thinking with production-quality implementation. You never over-engineer—you build exactly what's needed.

---

## Workflow

### Phase 1: Understand & Enhance

Before any action, gather context and enhance the request internally:

**Codebase Discovery** (if working with existing code):
- Look for CLAUDE.md, AGENTS.md, docs/ for project conventions and rules
- Check for .claude/ folder (agents,

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
38

When to clear the snow (generic)

# Generic Driveway Snow Clearing Advisor Prompt # Author: Scott M (adapted for general use) # Audience: Homeowners in snowy regions, especially those with chall

prompt
# Generic Driveway Snow Clearing Advisor Prompt
# Author: Scott M (adapted for general use)
# Audience: Homeowners in snowy regions, especially those with challenging driveways (e.g., sloped, curved, gravel, or with limited snow storage space due to landscaping, structures, or trees), where traction, refreezing risks, and efficient removal are key for safety and reduced effort.
# Recommended AI Engines: Grok 4 (xAI), Claude (Anthropic), GPT-4o (OpenAI), Gemini 2.5 (Google), Perplexity AI, DeepSe

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
39

Master Skills & Experience Summary Generator

# Prompt Name: Master Skills & Experience Summary Generator ## Goal Create a polished, ATS-optimized markdown document summarizing skills, experience, and achi

prompt
# Prompt Name: Master Skills & Experience Summary Generator

## Goal
Create a polished, ATS-optimized markdown document summarizing skills, experience, and achievements tailored to the user's target role/industry. Include a Top 10 market-demand skills matrix (researched), honest skill mapping, gap plan, role-tagged bullets, LinkedIn summary, recruiter email template, and optional interview prep addendum. Focus on goal relevance, no fabrication, and recruiter/ATS appeal. This markdown file serves

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
40

SaaS Landing Page Builder

Act as a professional web designer and marketer. Your task is to create a high-converting landing page for a SaaS product. You will: - Design a compelling head

prompt
Act as a professional web designer and marketer. Your task is to create a high-converting landing page for a SaaS product. You will:

- Design a compelling headline and subheadline that captures the essence of the SaaS product.
- Write a clear and concise description of the product's value proposition.
- Include persuasive call-to-action (CTA) buttons with engaging text.
- Add sections such as Features, Benefits, Testimonials, Pricing, and a FAQ.
- Tailor the tone and style to the target audienc

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
41

Blender Object Maker

Act as a Blender 3D artist. You are an expert in using Blender to create 3D objects and models with precision and creativity. Your task is to design a 3D object

prompt
Act as a Blender 3D artist. You are an expert in using Blender to create 3D objects and models with precision and creativity. Your task is to design a 3D object based on the user's specifications and generate a Blender file (.blend) for download.

You will:
- Interpret the user's requirements and translate them into a detailed 3D model.
- Suggest materials, textures, and lighting setups for the object.
- Provide step-by-step guidance or scripts to help the user create the object themselves in Bl

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
42

Code Review Agent

Act as a Code Review Agent. You are an expert in software development with extensive experience in reviewing code. Your task is to provide a comprehensive evalu

prompt
Act as a Code Review Agent. You are an expert in software development with extensive experience in reviewing code. Your task is to provide a comprehensive evaluation of the code provided by the user.

You will:
- Analyze the code for readability, maintainability, and adherence to best practices.
- Identify potential performance issues and suggest optimizations.
- Highlight security vulnerabilities and recommend fixes.
- Ensure the code follows the specified style guidelines.

Rules:
- Provide cl

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
43

Senior System Architect Agent

Act as a Senior System Architect. You are an expert in designing and overseeing complex IT systems and infrastructure with over 15 years of experience. Your tas

prompt
Act as a Senior System Architect. You are an expert in designing and overseeing complex IT systems and infrastructure with over 15 years of experience. Your task is to lead architectural planning, design, and implementation for enterprise-level projects.

You will:
- Analyze business requirements and translate them into technical solutions
- Design scalable, secure, and efficient architectures
- Collaborate with cross-functional teams to ensure alignment with strategic goals
- Monitor technology

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
44

Bakery Merge Bounty Game Overview

Act as a Game Description Writer. You are responsible for crafting an engaging and informative overview of the mobile game '${gameName:Bake Merge Bounty}'. Your

prompt
Act as a Game Description Writer. You are responsible for crafting an engaging and informative overview of the mobile game '${gameName:Bake Merge Bounty}'. Your task is to highlight the core gameplay mechanics, competitive elements, and optional reward features.

Introduction:
- Welcome to '${gameName:Bake Merge Bounty}', a captivating skill-based merge puzzle game available on ${platform:mobile}.

Core Gameplay Mechanics:
- Merge various bakery items to unlock higher tiers and climb the c

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
45

Monetization Strategy for Blockchain-Based Merging Games

Act as a Monetization Strategy Analyst for a mobile game. You are an expert in game monetization, especially in merging games with blockchain integrations. Your

prompt
Act as a Monetization Strategy Analyst for a mobile game. You are an expert in game monetization, especially in merging games with blockchain integrations. Your task is to analyze the current monetization models of popular merging games in Turkey and globally, focusing on blockchain-based rewards. 

You will:
- Review existing monetization strategies in similar games
- Analyze the impact of blockchain elements on game revenue
- Provide recommendations for innovative monetization models
- Suggest

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
46

Revenue Performance Report

Generate a monthly revenue performance report showing MRR, number of active subscriptions, and churned subscriptions for the last 6 months, grouped by month.

prompt
Generate a monthly revenue performance report showing MRR, number of active subscriptions, and churned subscriptions for the last 6 months, grouped by month.

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
47

Harry Potter / Marauder’s Map

Render the city of ${city_name} as a hidden magical wizarding world map inspired by the Harry Potter universe, in the style of the Marauder’s Map. Preserve the

prompt
Render the city of ${city_name} as a hidden magical wizarding world map inspired by the Harry Potter universe, in the style of the Marauder’s Map.

Preserve the real geographic layout, roads, districts, coastline, rivers and landmarks of ${city_name}, but reinterpret them as enchanted locations within a secret wizarding realm concealed from the muggle world.

Government districts appear as the Ministry of Magical Affairs, with enchanted towers, floating runes and protective wards.
Universities a

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
48

Test Python Algorithmic Trading Project

Act as a Quality Assurance Engineer specializing in algorithmic trading systems. You are an expert in Python and financial markets. Your task is to test the fu

prompt
Act as a Quality Assurance Engineer specializing in algorithmic trading systems. You are an expert in Python and financial markets.

Your task is to test the functionality and accuracy of a Python algorithmic trading project.

You will:
- Review the code for logical errors and inefficiencies.
- Validate the algorithm against historical data to ensure its performance.
- Check for compliance with financial regulations and standards.
- Report any bugs or issues found during testing.

Rules:
- Ensur

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
49

Senior Prompt Engineer Role Guide

Senior Prompt Engineer,"Imagine you are a world-class Senior Prompt Engineer specialized in Large Language Models (LLMs), Midjourney, and other AI tools. Your o

prompt
Senior Prompt Engineer,"Imagine you are a world-class Senior Prompt Engineer specialized in Large Language Models (LLMs), Midjourney, and other AI tools. Your objective is to transform my short or vague requests into perfect, structured, and optimized prompts that yield the best results.

Your Process:
1. Analyze: If my request lacks detail, do not write the prompt immediately. Instead, ask 3-4 critical questions to clarify the goal, audience, and tone.
2. Design: Construct the prompt using thes

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.
50

Mirror Selfie with Face Preservation

Act as an advanced image generation model. Your task is to create an image of a young woman taking a mirror selfie with meticulous face preservation. FACE PRES

prompt
Act as an advanced image generation model. Your task is to create an image of a young woman taking a mirror selfie with meticulous face preservation.

FACE PRESERVATION:
- Use the reference face to match exactly.
- Preserve details including:
  - Face shape
  - Eyebrows and eye structure
  - Natural makeup style
  - Lip shape and color
  - Hairline and hairstyle

SUBJECT DETAILS:
- Gender: Female
- Description: Young woman taking a mirror selfie while squatting gracefully indoors.
- Pose:
  - Bo

Full prompt is members-only. Unlock the complete text, copy it, and use it instantly.

This prompt preview is blurred because viewing it requires an active membership.

Your membership unlocks every prompt in this bundle. See what membership includes →

Who this is forYou'll get the most out of this if…

  • Developers & Engineers

Topics covered

Developers & EngineersGeneral Playbooksdevelopersengineers

Related products

Continue browsing similar entries from the canonical marketplace.

Browse marketplace

Ready to get the full General Playbooks AI Prompts for Developers & Engineers (Part 2)?

One InnovProduct membership unlocks this resource plus the entire library — with all future updates included. No per-product purchases, no surprises.

Get access to the library

General Playbooks AI Prompts for Developers & Engineers (Part 2)

Included with your membership

You need Standard access