Build & Code
17 prompts
Specialist Role Code Review
Get a specialist's critique of your code by having the model adopt a specific engineering role.
Step-by-Step Refactor with Checkpoints
Refactor incrementally with full control — review and approve each step before the next begins.
Clarify Before You Code
Get precise requirements before implementation starts, not after.
Agile User Stories from Design Features
Convert a design feature into user stories with acceptance criteria, edge cases, and explicit out-of-scope boundaries.
Project Architecture Blueprint
Break a project idea into a phased build plan with architecture guidance and early decision flags.
Edge-Case Unit Test Writer
Generate thorough unit tests covering standard cases, edge cases, and error states.
JSDoc Comment Generator
Generate accurate, complete JSDoc comments for any JavaScript or TypeScript function.
Code Walkthrough for Any Function
Get a plain-language walkthrough of any function — ideal for onboarding, reviews, or unfamiliar code.
Complexity Audit and Optimization
Get a full Big-O analysis of a function and a more efficient rewrite.
Legacy Code Modernizer
Migrate old or deprecated code to a modern language or framework with up-to-date patterns.
React Re-render Debugger
Find and fix the root causes of unnecessary React re-renders with a full explanation.
Error Root Cause Diagnosis
Diagnose the root cause of a thrown error and get a concrete fix, not just a patch.
Dockerfile for Any Stack
Generate a clean, commented Dockerfile tailored to your specific runtime and framework.
Database Schema Designer
Get a complete, explained SQL schema designed around your application's needs.
Feature Spec to Working Code
Turn a list of requirements into working, convention-compliant code.
Calculator or Converter Tool Spec
Define a small useful app such as a mortgage calculator or budget tracker.
Landing Page Builder Brief
Generate a practical brief for creating a modern landing page.