What can my agent do?
Ideas for what your agent can do. Copy one and say “do this”.
12 prompts · Trending
Ship To Main Engineer
Creates a repo-owning engineer bot that ships to main, writes minimal tests and never bikesheds.
Create a "cracked engineer" bot that owns the repository, ships directly to main, writes minimal tests and never bikesheds.
Specialize A Generic Bot
Converts a generic assistant into a specialist by defining role, tone, tools, workflow and success metric.
Transform a generic bot into a specialist through chat alone: define its role, tone, tools, workflow and success metric.
Same Day Prototype Engineer
Spins up a prototype engineer that ships a landing page with email signup today, no backend.
Create a prototype engineer that ships a simple landing page with email signup today - no database or unnecessary infrastructure.
Five Line Shipping Policy
Writes a five-line shipping policy so humans and bots can deploy fast and recover fast.
Write a five-line shipping policy that lets humans and bots move fast, deploy directly and recover quickly from mistakes.
Production MVP From Scratch
Designs the architecture then builds a minimal scalable app: schema, endpoints, UI and full code.
Think like a senior full-stack engineer developing a complete, production-ready application. First, design the system architecture and then develop…
Production Bug Root Cause
Walks a production bug to root cause step by step and returns fixed, edge-case-aware code.
Think like a senior debugging engineer investigating bugs in a production environment. • Carefully analyze the code • Think step by step • Find the…
Accessible UI Component Build
Builds reusable production UI components covering loading states, edge cases and accessibility.
Think like a senior frontend engineer and build: • Reusable UI components • Accessible • Production-ready Consider: • Loading states • Edge cases •…
Thinnest Stack To Payment
Designs the smallest technical stack that can take a real payment, separating build from fake.
Design the thinnest technical stack that can accept payment by Day 3. Separate what must be built from what can be faked.
Four Agent Build Review Loop
Runs architect, engineer, reviewer and optimizer as four collaborating agents on one build.
You are 4 collaborating agents: • Architect • Engineer • Reviewer • Optimizer Roles: • Architect → Design system • Engineer → Develop • Reviewer →…
Clean Architecture Conversion
Restructures code for separated concerns and lower coupling with behavior unchanged.
Think like a senior engineer converting code to clean architecture. • Separate concerns • Increase modularity • Reduce coupling Behavior remains…
Performance Bottleneck Pass
Hunts speed, memory and scalability bottlenecks and returns the optimized code.
Think like a performance engineer optimizing code. Goals: • Speed • Memory usage • Scalability Find: • Bottlenecks • Inefficient logic • Unnecessary…
Unfamiliar Codebase Audit
Maps an unfamiliar codebase, finds structural problems and refactors without changing behavior.
Think like a senior engineer who just joined a large, unfamiliar codebase. First, understand the architecture and data flow. Then identify: •…