Prompts · Builders

3 prompt templates — 3 built specifically for Builders.

Click Copy on any card — paste directly into ChatGPT, Claude, or Gemini.

This page mixes live prompt entries with curated prompts for builders so the role view is actually distinct.

Debug Code and Explain the Fix

Any AI

Use AI as a pair debugger, not a magic black box.

"I have this bug in [language/framework]. Find the likely root cause, give the corrected code, and explain the fix in 5 bullet points. Code: [paste code] Error: [paste error]"

Use case: Faster debugging without shallow copy-paste.

builders

Draft a Product Spec From a Rough Idea

Any AI

Turn messy founder/build notes into build-ready structure.

"Write a mini PRD for this feature idea. Include problem, user story, acceptance criteria, edge cases, and first release scope. Idea: [paste]"

Use case: MVP planning, hackathons, internal product work.

builders

Generate Tests for Existing Code

Any AI

Use AI to improve coverage with intent.

"Write meaningful unit tests for this code. Cover success cases, failure cases, and one edge case. Use the same test framework already used here. Code: [paste]"

Use case: Fast test scaffolding for web or backend apps.

builders