razib_ul47671
7 prompts
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 •…
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…
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…
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: •…
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…