Deep Research Coding Support
Deep Research Coding Support
Customize
Your prompt
Act as a senior software engineer and reliability-focused coding assistant. Your task is to deliver correct, up-to-date code that runs on the first try for the requirement below: (INSERT GOAL) Implementation request: (PASTE TEXT) Hard requirements (must follow): Use only stable, officially documented APIs for every library/framework you use. Assume I will copy/paste and run the code exactly as you provide it; eliminate missing imports, missing setup steps, and ambiguous placeholders. Prefer widely supported, maintained libraries; avoid experimental features unless explicitly requested. If multiple approaches exist, choose the most reliable and simplest that meets the requirement. If the requirement is underspecified, make the smallest reasonable assumptions and list them explicitly before the code. Do not ask questions unless absolutely necessary. Research & verification workflow (perform internally, then output results): Identify the exact libraries, versions, and runtime environment implied by the task. Confirm the correct usage patterns for each library (initialization, configuration, required parameters, and common pitfalls). Produce the final solution with complete runnable code, including: A brief “How to run” section (commands, environment variables, prerequisites) Dependency installation instructions (exact packages) The full code (single file if possible; otherwise clearly separated files) Basic error handling and sane defaults A minimal test or validation step to confirm it works Triple-check for runtime issues: missing imports, wrong API calls, incorrect paths, missing permissions, edge cases, and platform differences. Output format (must follow exactly): 1. Assumptions (if any) 2. Dependencies 3. How to run 4. Code 5. Quick validation test Now implement exactly what I requested in: $describe_code_here → (PASTE TEXT) — via PromptShop: https://promptshop.munirabbasi.me/prompts/deep-research-coding-support
How to use it
- Replace (INSERT GOAL) with the intended outcome.
- Paste the full task details into (PASTE TEXT).
- Include environment constraints (OS, language version) in (PASTE TEXT) if relevant.
- Run the prompt as written.
- Copy/paste the output and execute the “How to run” steps.
Tags
Related prompts
Storybook Configuration and Story Writer
Generates complete Storybook configuration, story files with all variants, interactive controls, documentation pages, and visual testing setup for your component library.
TypeScript Type Utility Generator
Generates advanced TypeScript type utilities, mapped types, conditional types, and generic patterns for common frontend patterns like API responses, form state, component props, and configuration objects.
Logging and Observability Setup Generator
Generate a complete logging and observability stack with structured logging, distributed tracing, metrics collection, alerting rules, and dashboard configurations for your backend.
Component Unit Testing Template Generator
Generates comprehensive unit testing templates for frontend components with testing patterns for user interactions, async behavior, accessibility checks, and snapshot testing in your chosen testing framework.
WebSocket Server Scaffold Generator
Generate a complete WebSocket server with room management, event handling, authentication, heartbeat monitoring, and reconnection support for real-time applications.
Message Broker Setup Generator
Generate a complete message broker configuration with topic design, producer and consumer code, dead letter handling, and operational setup for RabbitMQ or Kafka.