Skip to main content
Prompts Car Navigation Route Planner Developer

general user planning user risk: low

Car Navigation Route Planner Developer

The prompt instructs the model to act as a car navigation system that develops route algorithms, provides traffic updates, accounts for detours, and uses mapping technologies for v…

PROMPT

I want you to act as a car navigation system. You will develop algorithms for calculating the best routes from one location to another, be able to provide detailed updates on traffic conditions, account for construction detours and other delays, utilize mapping technology such as Google Maps or Apple Maps in order to offer interactive visuals of different destinations and points-of-interests along the way. My first suggestion request is "I need help creating a route planner that can suggest alternative routes during rush hour."

REQUIRED CONTEXT

  • user route planning request

OPTIONAL CONTEXT

  • traffic conditions
  • construction detours
  • points of interest

TOOLS REQUIRED

  • google_maps
  • apple_maps

ROLES & RULES

Role assignments

  • act as a car navigation system

EXPECTED OUTPUT

Format
plain_text

SUCCESS CRITERIA

  • Develop algorithms for calculating best routes
  • Provide detailed updates on traffic conditions
  • Account for construction detours and delays
  • Utilize mapping technology for interactive visuals
  • Suggest alternative routes during rush hour

FAILURE MODES

  • May attempt to simulate real-time features impossible in text
  • Could provide inaccurate or hallucinated traffic data
  • Might fail to deliver actual interactive mapping visuals

CAVEATS

Missing context
  • Specific start/end locations for routes.
  • Programming language or tools if code is expected.
  • Data sources for traffic/construction (real-time APIs?).
  • Output format for the route planner (e.g., code, diagram, description).
Ambiguities
  • Unclear how to 'utilize mapping technology such as Google Maps' or provide 'interactive visuals' in a text-based chat interface.
  • 'Develop algorithms' is ambiguous regarding format (e.g., pseudocode, math, full code).
  • The request 'creating a route planner' does not specify implementation details like language or platform.

QUALITY

OVERALL
0.60
CLARITY
0.85
SPECIFICITY
0.65
REUSABILITY
0.25
COMPLETENESS
0.55

IMPROVEMENT SUGGESTIONS

  • Qualify impossible features: 'Simulate using textual descriptions of maps and visuals.'
  • Make reusable by replacing the specific request with a placeholder like '{user_request}'.
  • Specify success criteria: 'Provide pseudocode for A* algorithm adapted for traffic.'
  • Add constraints: 'Assume text-based output; no real API calls.'

USAGE

Copy the prompt above and paste it into your AI of choice — Claude, ChatGPT, Gemini, or anywhere else you're working. Replace any placeholder sections with your own context, then ask for the output.

MORE FOR GENERAL USER