Prompt catalog

All prompts

Browse reusable AI prompts by topic, then open any prompt to copy and adapt it for your workflow.

375 prompts · page 2 of 42

Coding

Concurrency and race condition review

Paste code along with its concurrency model and the shared state involved for a review that skips general code-review concerns entirely and focuses only on concurrency. - Race conditions from unsynchronized read-modify-write or check-then-act patterns - Deadlock or livelock risk from lock ordering across threads or async tasks - Cleanup gaps under concurrent cancellation or failure - Each issue ships with the exact interleaving that triggers it, not a generic warning

Coding

Database schema design assistant

Describe a feature in plain language along with your database engine, expected scale, and existing tables to get a second opinion before writing migrations that are painful to undo. Returns proposed tables, keys, and indexes with the reasoning behind each normalization or denormalization decision, flags which constraints belong at the database level instead of application code, and stress-tests the design against one likely future change.

Coding

Debug a stack trace or error message

Paste the full error message and stack trace, the code where it originates, and what you were trying to do, and get back a plain-language explanation of what the error actually means. Returns likely causes ranked from most to least probable, points to the exact lines responsible, and suggests a minimal fix or next debugging step for each — including how you might be misusing a library if the trace points there.

Coding

Git commit message writer

Takes a pasted diff plus a short note on why the change was made, and returns a commit message ready to paste into git: an imperative summary line under 72 characters, followed by an optional body covering rationale and tradeoffs. It skips line-by-line narration in favor of describing intent and impact, and flags diffs that look like they're bundling unrelated changes that should be split into separate commits.

Coding

Regex generator and explainer

Describe a matching pattern in plain language, list a few strings it must reject, and name the language or regex engine, and get back a working regular expression. It comes with a token-by-token breakdown of what each part does, a callout of edge cases it might mishandle like unicode, empty strings, or catastrophic backtracking, and three example strings that should match plus three that shouldn't.

Analyze A Conversion Funnel

Breaks a funnel of four named stages and their visitor counts into per-stage conversion rates and drop-off points, compares them against industry benchmarks, and identifies the single bottleneck holding back the goal metric. Closes with optimization ideas split into quick wins and longer-term fixes, each with an expected-impact estimate, so growth and product teams know exactly which stage to fix first.

Creativity

View category

Tagline & Slogan Generator

Produces 15 tagline options for {brand_name}, grouped into four angles — benefit-driven, emotional, playful/witty, and short & punchy — so you can compare tones side by side instead of anchoring on the first line that sounds good. Built from a brief covering the business, audience, tone, and key benefit, this is meant for founders and marketers who need a line for a logo, homepage hero, or ad campaign. Pairs well with the Product & Brand Name Generator when you're starting a brand from nothing.

"What If" Scenario Generator

Takes a {premise_or_topic} and generates ten speculative "what if" scenarios that flip, extend, or invert some part of it, each phrased as a question with a short exploration of the most interesting consequence. A classic creativity-technique prompt for breaking out of the obvious first idea — useful as a warm-up for fiction premises, product brainstorms, or just thinking through a topic from unfamiliar angles. Works on almost anything: a story premise, a product, an industry, or a personal decision.

World-Building Setting Generator

Expands a {core_idea} into a fictional setting concept for a {genre} world — covering geography, society and culture, one unique rule or system (magic, technology, or otherwise), the central tension driving conflict, and a sensory detail to anchor it. Aimed at writers and game designers who have a spark of a world in mind but need it built out enough to write scenes in, without producing a full encyclopedia before a single page is written. Best used early, before locking in plot or characters — the setting's tension can end up shaping both.