Feature Blueprint Generator
Turn a plain-language feature description into a complete, buildable code scaffold — with file structure, typed interfaces, API contract, an…
10 prompts tagged
Turn a plain-language feature description into a complete, buildable code scaffold — with file structure, typed interfaces, API contract, an…
Document your personal debugging instinct as a reusable prompt — so others can benefit from your systematic approach when they're stuck.
Document a technical decision as a clean, durable ADR — so engineers joining 18 months from now understand what was decided, why, and what w…
Get a prioritized, safe refactoring plan for old or messy code — with a sequenced approach that keeps things working while you improve them.
Diagnose a bug using a systematic elimination approach — understand the root cause, get a tested fix, and learn how to prevent the whole cla…
Get a senior architect's review of your database schema — covering normalization, missing constraints, indexing strategy, and performance tr…
Plan a clean, robust API integration end-to-end — auth, error handling, rate limits, caching, and security — before writing a single line of…
Before merging, analyze a PR for hidden risks, breaking changes, edge cases, and the classes of failure that only show up in production.
Run a full mock system design interview with real probing questions, structured phases, and honest evaluative feedback — not a walkthrough,…