Find the perfect prompt
191 prompts across 23 categories and 44 models
Multi-Agent Debate and Decision System
Design an adversarial multi-agent system where specialized agents argue different perspectives before a decision agent delivers a final recommendation.
Autonomous Research Pipeline for Organizations
Build a 5-stage autonomous research pipeline with specialized agents for question generation, source discovery, extraction, synthesis, and gap analysis.
AI Agent Prompt Engineering Framework
Build a systematic SCOPE framework for writing, testing, and versioning agent prompts that produce consistent, reliable outputs.
AI Quality Assurance Agent for Outputs
Design an autonomous QA agent that evaluates AI-generated outputs across multiple quality dimensions before they reach end users.
Recursive Problem-Solving AI Agent
Design a multi-agent system that breaks complex problems into sub-problems, solves each recursively, and synthesizes solutions upward to a final recommendation.
Generate Production-Ready Code from a Plain Description
Turn a plain-language description of what you want to build into clean, production-ready code with error handling, comments, and test coverage.
AI Code Review: Find Bugs and Suggest Improvements
Get a thorough code review that identifies bugs, security issues, performance problems, and maintainability concerns with specific fix suggestions.
AI-Assisted Debugging: Root Cause Analysis
Systematically diagnose a bug using structured hypothesis testing — identify the root cause, not just the symptom.
Write Comprehensive Tests for Existing Code
Generate a complete test suite for existing code — covering happy paths, edge cases, error handling, and integration scenarios.
Refactor Code for Clarity and Maintainability
Refactor a code block to improve readability, reduce complexity, and follow best practices — without changing any behavior.
Design a REST API from Requirements
Design a complete, production-grade REST API from business requirements — including endpoints, schemas, authentication, and error responses.
Explain Unfamiliar Code Like a Senior Dev
Get a clear, layered explanation of code you didn't write — from high-level purpose to line-by-line logic, with the important parts flagged.
Write Developer Documentation That People Actually Read
Generate comprehensive, well-structured developer documentation — including quickstart guides, API references, and usage examples that developers actually want to read.
Optimize Slow Database Queries with AI
Diagnose and fix slow SQL queries — analyzing execution plans, identifying bottlenecks, and writing optimized versions with index recommendations.
AI Architecture Review: Is This Design Solid?
Get an honest architectural review of your proposed system design — identifying single points of failure, scalability limits, security gaps, and better alternatives.
Create a CI/CD Pipeline Configuration
Generate a complete CI/CD pipeline configuration for your project — including build, test, security scan, and deployment stages.
Build a Command-Line Tool from Scratch
Build a fully functional CLI tool with argument parsing, help text, error handling, and cross-platform support.
Security Audit: Find Vulnerabilities in My Code
Perform a thorough security audit of your code — finding injection risks, authentication gaps, data exposure, and OWASP Top 10 vulnerabilities with specific fixes.