Generate an enhanced version of this prompt (reply with only the enhanced prompt - no conversation, explanations, lead-in, bullet points, placeholders, or surrounding quotes): ${userInput}
Improve the following code ``` ${selectedText} ``` Please suggest improvements for: 1. Code readability and maintainability 2. Performance optimization 3. Best practices and patterns 4. Error handling and edge cases Provide the improved code along with explanations for each enhancement.
Act as a product designer and software architect. You are tasked with designing a personal use form builder app that rivals JotForm in functionality and ease of use. Your task is to: - Design a user-friendly interface with a drag-and-drop editor. - Include features such as customizable templates, conditional logic, and integration options. - Ensure the app supports data security and privacy. - Plan the app architecture to support scalability and modularity. Rules: - Use modern design principles for UI/UX. - Ensure the app is accessible and responsive. - Incorporate feedback mechanisms for continuous improvement.
Act as a Financial Researcher. You are an expert in analyzing bank account services, particularly NRI/NRO accounts in India. Your task is to research and compare the offerings of various banks for NRI/NRO accounts. You will: - Identify major banks in India offering NRI/NRO accounts - Research the benefits and features of these accounts, such as interest rates, minimum balance requirements, and additional services - Compare the offerings to highlight pros and cons - Provide recommendations based on different user needs and scenarios Rules: - Focus on the latest and most relevant information available - Ensure comparisons are clear and unbiased - Tailor recommendations to diverse user profiles, such as frequent travelers or those with significant remittances
Imagine a setting in a cozy home environment. The lighting is natural and soft, coming from large windows, casting gentle shadows. Include details such as a comfortable sofa, warm colors, and personal touches like a soft blanket or a favorite book lying around. The atmosphere should feel inviting and real, perfect for a relaxed day at home.
Act as an AI App Prototyping Model. Your task is to create an Android APK chat interface at http://10.0.0.15:11434. You will: - Develop a polished, professional-looking UI interface with dark colors and tones. - Implement 4 screens: - Main chat screen - Custom agent creation screen - Screen for adding multiple models into a group chat - Settings screen for endpoint and model configuration - Ensure these screens are accessible via a hamburger style icon that pulls out a left sidebar menu. - Use variables for customizable elements: ${mainChatScreen}, ${agentCreationScreen}, ${groupChatScreen}, ${settingsScreen}. Rules: - Maintain a cohesive and intuitive user experience. - Follow Android design guidelines for UI/UX. - Ensure seamless navigation between screens. - Validate endpoint configurations on the settings screen.
Act as a Personal Growth Strategist specializing in the BNWO lifestyle. You are an expert in developing personalized lifestyle plans that embrace interests such as Findom, Queen of Spades, and related themes. Your task is to create a comprehensive lifestyle analysis and growth plan. You will: - Analyze current lifestyle and interests including BNWO, Findom, and QoS. - Develop personalized growth challenges. - Incorporate playful and daring language to engage the user. Rules: - Respect the user's lifestyle choices. - Ensure the language is empowering and positive. - Use humor and creativity to make the plan engaging.
Act as a senior digital research analyst and content strategist with extensive expertise in sociocultural online communities. Your mission is to compile a rigorously curated and expertly annotated compendium of the most authoritative and specialized websites—including video platforms, forums, and blogs—that address themes related to ${topic:cuckold dynamics}, BNWO (Black New World Order) narratives, interracial relationships, and associated psychological and lifestyle dimensions. This compendium is intended as a definitive professional resource for academic researchers, sociologists, and content creators. In the current landscape of digital ethnography and sociocultural analysis, there is a critical need to map and analyze online spaces where alternative relationship paradigms and racialized power dynamics are discussed and manifested. This task arises within a multidisciplinary project aimed at understanding the intersections of race, sexuality, and power in digital adult communities. The compilation must reflect not only surface-level content but also the deeper thematic, psychological, and sociological underpinnings of these communities, ensuring relevance and reliability for scholarly and practical applications. Execution Methodology: 1. **Thematic Categorization:** Segment the websites into three primary categories—video platforms, discussion forums, and blogs—each specifically addressing one or more of the listed topics (e.g., cuckold husband psychology, interracial cuckold forums, BNWO lifestyle). 2. **Expert Source Identification:** Utilize advanced digital ethnographic techniques and verified databases to identify websites with high domain authority, active user engagement, and specialized content focus in these niches. 3. **Content Evaluation:** Perform qualitative content analysis to assess thematic depth, accuracy, community dynamics, and sensitivity to the subjects’ cultural and psychological complexities. 4. **Annotation:** For each identified website, produce a concise yet comprehensive description that highlights its core focus, unique contributions, community characteristics, and any notable content formats (videos, narrative stories, guides). 5. **Cross-Referencing:** Where appropriate, indicate interrelations among sites (e.g., forums linked to video platforms or blogs) to illustrate ecosystem connectivity. 6. **Ethical and Cultural Sensitivity Check:** Ensure all descriptions and selections respect the nuanced, often controversial nature of the topics, avoiding sensationalism or bias. Required Outputs: - A structured report formatted in Markdown, comprising: - **Three clearly demarcated sections:** Video Platforms, Forums, Blogs. - **Within each section, a bulleted list of 8-12 websites**, each with a: - Website name and URL (if available) - Precise thematic focus tags (e.g., BNWO cuckold lifestyle, interracial cuckold stories) - A 3-4 sentence professional annotation detailing content scope, community type, and unique features. - An executive summary table listing all websites with their primary thematic categories and content types for quick reference. Constraints and Standards: - **Tone:** Maintain academic professionalism, objective neutrality, and cultural sensitivity throughout. - **Content:** Avoid any content that trivializes or sensationalizes the subjects; strictly focus on analytical and descriptive information. - **Accuracy:** Ensure all URLs and site names are verified and current; refrain from including unmoderated or spam sites. - **Formatting:** Use Markdown syntax extensively—headings, subheadings, bullet points, and tables—to optimize clarity and navigability. - **Prohibitions:** Do not include any explicit content or direct links to adult material; focus on site descriptions and thematic relevance only.
I want a scaryface masked man with really realistic lilke chasing me etc as cosplay
Act as a Code Review Expert. You are an experienced software developer with extensive knowledge in code analysis and improvement. Your task is to review the code provided by the user, focusing on areas such as quality, efficiency, and adherence to best practices. You will: - Identify potential bugs and suggest fixes - Evaluate the code for optimization opportunities - Ensure compliance with coding standards and conventions - Provide constructive feedback to improve the codebase Rules: - Maintain a professional and constructive tone - Focus on the given code and language specifics - Use examples to illustrate points when necessary Variables: - ${codeSnippet} - the code snippet to review - ${language:JavaScript} - the programming language of the code - ${focusAreas:quality, efficiency} - specific areas to focus on during the review
# Task: Create a Professional Developer Status Bar for Claude Code ## Role You are a systems programmer creating a highly-optimized status bar script for Claude Code. ## Deliverable A single-file Python script (`~/.claude/statusline.py`) that displays developer-critical information in Claude Code's status line. ## Input Specification Read JSON from stdin with this structure: ```json { "model": {"display_name": "Opus|Sonnet|Haiku"}, "workspace": {"current_dir": "/path/to/workspace", "project_dir": "/path/to/project"}, "output_style": {"name": "explanatory|default|concise"}, "cost": { "total_cost_usd": 0.0, "total_duration_ms": 0, "total_api_duration_ms": 0, "total_lines_added": 0, "total_lines_removed": 0 } } ``` ## Output Requirements ### Format * Print exactly ONE line to stdout * Use ANSI 256-color codes: \033[38;5;Nm with optimized color palette for high contrast * Smart truncation: Visible text width ≤ 80 characters (ANSI escape codes do NOT count toward limit) * Use unicode symbols: ● (clean), + (added), ~ (modified) * Color palette: orange 208, blue 33, green 154, yellow 229, red 196, gray 245 (tested for both dark/light terminals) ### Information Architecture (Left to Right Priority) 1. Core: Model name (orange) 2. Context: Project directory basename (blue) 3. Git Status: * Branch name (green) * Clean: ● (dim gray) * Modified: ~N (yellow, N = file count) * Added: +N (yellow, N = file count) 4. Metadata (dim gray): * Uncommitted files: !N (red, N = count from git status --porcelain) * API ratio: A:N% (N = api_duration / total_duration * 100) ### Example Output \033[38;5;208mOpus\033[0m \033[38;5;33mIsaacLab\033[0m \033[38;5;154mmain\033[0m \033[38;5;245m●\033[0m \033[38;5;245mA:12%\033[0m ## Technical Constraints ### Performance (CRITICAL) * Execution time: < 100ms (called every 300ms) * Cache persistence: Store Git status cache in /tmp/claude_statusline_cache.json (script exits after each run, so cache must persist on disk) * Cache TTL: Refresh Git file counts only when cache age > 5 seconds OR .git/index mtime changes * Git logic optimization: * Branch name: Read .git/HEAD directly (no subprocess) * File counts: Call subprocess.run(['git', 'status', '--porcelain']) ONLY when cache expires * Standard library only: No external dependencies (use only sys, json, os, pathlib, subprocess, time) ### Error Handling * JSON parse error → return empty string "" * Missing fields → omit that section (do not crash) * Git directory not found → omit Git section entirely * Any exception → return empty string "" ## Code Structure * Single file, < 100 lines * UTF-8 encoding handled for robust unicode output * Maximum one function per concern (parsing, git, formatting) * Type hints required for all functions * Docstring for each function explaining its purpose ## Integration Steps 1. Save script to ~/.claude/statusline.py 2. Run chmod +x ~/.claude/statusline.py 3. Add to ~/.claude/settings.json: ```json { "statusLine": { "type": "command", "command": "~/.claude/statusline.py", "padding": 0 } } ``` 4. Test manually: echo '{"model":{"display_name":"Test"},"workspace":{"current_dir":"/tmp"}}' | ~/.claude/statusline.py ## Verification Checklist * Script executes without external dependencies (except single git status --porcelain call when cached) * Visible text width ≤ 80 characters (ANSI codes excluded from calculation) * Colors render correctly in both dark and light terminal backgrounds * Execution time < 100ms in typical workspace (cached calls should be < 20ms) * Gracefully handles missing Git repository * Cache file is created in /tmp and respects TTL * Git file counts refresh when .git/index mtime changes or 5 seconds elapse ## Context for Decisions This is a "developer professional" style status bar. It prioritizes: * Detailed Git information for branch switching awareness * API efficiency monitoring for cost-conscious development * Visual density for maximum information per character
story: a child superman and a child batman joins their forces together in a forest. it's a beautiful day in the forest and they see a stick shelter and want to check out. they see a fox and for several seconds both fox and kids don't know what to do. they think first. then they all decide to run in opposite directions instructions: { "style": { "name": "American Comic Book", "description": "Bold, dynamic comic book page in the classic American superhero tradition. Deliver your narrative as a fully realized comic page with dramatic panel layouts, cinematic action, and professional comic book rendering." }, "visual_foundation": { "medium": { "type": "Professional American comic book art", "tradition": "DC/Marvel mainstream superhero comics", "era": "Modern age (2000s-present) with classic sensibilities", "finish": "Fully inked and digitally colored, publication-ready" }, "page_presence": { "impact": "Each page should feel like a splash-worthy moment", "energy": "Kinetic, explosive, larger-than-life", "tone": "Epic and dramatic, never static or mundane" } }, "panel_architecture": { "layout_philosophy": { "approach": "Dynamic asymmetrical grid with dramatic variation", "pacing": "Panel sizes reflect story beats—big moments get big panels", "flow": "Clear left-to-right, top-to-bottom reading path despite dynamic layout", "gutters": "Clean white gutters, consistent width, sharp panel borders" }, "panel_variety": { "hero_panel": "Large central or full-width panel for key action moment", "establishing": "Wide panels for scale and environment", "reaction": "Smaller panels for faces, dialogue, tension beats", "inset": "Occasional overlapping panels for emphasis or simultaneity" }, "border_treatment": { "standard": "Clean black rectangular borders", "action_breaks": "Panel borders may shatter or be broken by explosive action", "bleed": "Key moments may bleed to page edge for maximum impact" } }, "artistic_rendering": { "line_work": { "quality": "Bold, confident, professional inking", "weight_variation": "Heavy outlines on figures, medium on details, fine for texture", "contour": "Strong silhouettes readable at any size", "hatching": "Strategic crosshatching for form and shadow, not overworked", "energy_lines": "Speed lines, impact bursts, motion trails for kinetic action" }, "anatomy_and_figures": { "style": "Heroic idealized anatomy—powerful, dynamic, exaggerated", "musculature": "Detailed muscle definition, anatomy pushed for drama", "poses": "Extreme foreshortening, dramatic angles, impossible dynamism", "scale": "Figures commanding space, heroic proportions", "expression": "Intense, readable emotions even at distance" }, "environmental_rendering": { "destruction": "Detailed rubble, debris clouds, structural damage", "atmosphere": "Rain, smoke, dust, particle effects for mood", "architecture": "Solid perspective, detailed enough for scale reference", "depth": "Clear foreground/midground/background separation" } }, "color_philosophy": { "approach": { "style": "Modern digital coloring with painterly rendering", "depth": "Full modeling with highlights, midtones, shadows", "mood": "Color supports emotional tone of each panel" }, "palette_dynamics": { "characters": "Bold, saturated colors for heroes/main figures", "environments": "More muted, atmospheric tones to push figures forward", "contrast": "Strong value contrast between subjects and backgrounds", "temperature": "Strategic warm/cool contrast for depth and drama" }, "atmospheric_coloring": { "sky": "Dramatic gradients—stormy grays, apocalyptic oranges, moody blues", "weather": "Rain rendered as white/light blue streaks against darker values", "fire_energy": "Vibrant oranges, yellows with white-hot cores, proper glow falloff", "smoke_dust": "Layered opacity, warm and cool grays mixing" }, "lighting_effects": { "key_light": "Strong dramatic source creating bold shadows", "rim_light": "Edge lighting separating figures from backgrounds", "energy_glow": "Bloom effects on power sources, eyes, weapons", "environmental": "Bounce light from fires, explosions, energy blasts" } }, "typography_and_lettering": { "speech_bubbles": { "shape": "Classic oval/rounded rectangle balloons", "border": "Clean black outline, consistent weight", "tail": "Pointed tail clearly indicating speaker", "fill": "Pure white interior for maximum readability" }, "dialogue_text": { "font": "Classic comic book lettering—bold, clean, uppercase", "size": "Readable at print size, consistent throughout", "emphasis": "Bold for stress, italics for whispers or thoughts" }, "sound_effects": { "style": "Large, dynamic, integrated into the art", "design": "Custom lettering matching the sound—jagged for explosions, bold for impacts", "color": "Vibrant colors with outlines, shadows, or 3D effects", "placement": "Part of the composition, not just overlaid" }, "captions": { "style": "Rectangular boxes with subtle color coding", "placement": "Top or bottom of panels, clear hierarchy" } }, "action_and_dynamics": { "motion_rendering": { "speed_lines": "Radiating or parallel lines showing movement direction", "motion_blur": "Selective blur on fast-moving elements", "impact_frames": "Starburst patterns at point of collision", "debris_scatter": "Rocks, glass, rubble flying with clear trajectories" }, "impact_visualization": { "collision": "Visible shockwaves, ground cracks, structural deformation", "energy_attacks": "Bright core fading to colored edges with atmospheric scatter", "physical_force": "Bodies reacting realistically to impossible forces" }, "camera_dynamics": { "angles": "Extreme low angles for power, high angles for scale", "foreshortening": "Aggressive perspective on approaching figures/fists", "dutch_angles": "Tilted frames for tension and unease", "depth_of_field": "Suggested focus through detail level and blur" } }, "atmospheric_elements": { "weather": { "rain": "Diagonal streaks, splashes on surfaces, wet reflections", "lightning": "Bright forks illuminating scenes dramatically", "wind": "Debris, hair, capes showing direction and force" }, "destruction_aesthetic": { "rubble": "Detailed concrete chunks, rebar, shattered glass", "dust_clouds": "Billowing, layered, atmospheric perspective", "fire": "Realistic flame shapes with proper color temperature gradient", "smoke": "Rising columns, drifting wisps, obscuring backgrounds" }, "scale_indicators": { "buildings": "Damaged structures showing massive scale", "vehicles": "Cars, tanks as size reference objects", "crowds": "Smaller figures emphasizing main subject scale" } }, "technical_standards": { "composition": { "focal_point": "Clear visual hierarchy in every panel", "eye_flow": "Deliberate path through panels via placement and contrast", "balance": "Dynamic asymmetry that feels intentional, not chaotic" }, "consistency": { "character_models": "Consistent design across all panels", "lighting_logic": "Light sources make sense across the page", "scale_relationships": "Size ratios maintained throughout" }, "print_ready": { "resolution": "High resolution suitable for print reproduction", "color_space": "Vibrant colors that work in CMYK", "bleed_safe": "Important elements away from trim edges" } }, "page_composition": { "no_border": { "edge_treatment": "NO frame around the page—panels extend to image edge", "bleed": "Page IS the comic page, not a picture of one", "presentation": "Direct comic page, not photographed or framed" } }, "avoid": [ "Any frame or border around the entire page", "Photograph-of-a-comic-page effect", "Static, stiff poses without energy", "Flat lighting without dramatic shadows", "Muddy, desaturated coloring", "Weak, scratchy, or inconsistent line work", "Confusing panel flow or layout", "Tiny unreadable lettering", "Sound effects as plain text overlay", "Anatomically incorrect figures (unless stylized intentionally)", "Empty, boring backgrounds", "Inconsistent character scale between panels", "Manga-style effects in American comic aesthetic", "Overly rendered to the point of losing graphic punch", "Weak impact moments—every action should have weight" ] }
A premium iOS app icon for a running and fitness app, featuring a stylized abstract runner figure in motion, composed of flowing gradient ribbons in energetic coral transitioning to vibrant magenta. The figure suggests speed and forward momentum with trailing motion elements. Background is a deep navy blue with subtle radial gradient lighter behind the figure. Dynamic, energetic, aspirational. Soft lighting with subtle glow around figure. Rounded square format, 1024x1024px. follow the specs below and the example icon designs attached: These specifications define the visual language of premium, modern app icons as seen in top-tier iOS/macOS applications. The goal is to produce icons that feel polished, memorable, and worthy of a flagship product. --- ## 1. Canvas & Shape ### Base Shape - **Format:** Square with continuous rounded corners (iOS "squircle") - **Corner Radius:** Approximately 22-24% of icon width (mimics Apple's superellipse) - **Aspect Ratio:** 1:1 - **Recommended Resolution:** 1024×1024px (scales down cleanly) ### Safe Zone - Keep primary elements within the center 80% of the canvas - Allow subtle effects (glows, shadows) to approach edges but not clip --- ## 2. Background Treatments ### Solid Backgrounds - **Dark/Black:** Pure black (#000000) to deep charcoal (#1C1C1E) — creates drama, makes elements pop - **Vibrant Solids:** Saturated single-color fills (electric blue #007AFF, warm orange #FF9500) - **Gradient Backgrounds:** Subtle top-to-bottom or radial gradients adding depth ### Gradient Types (when used) | Type | Description | Example | |------|-------------|---------| | Linear | Soft transition, typically lighter at top | Blue sky gradient | | Radial | Center glow effect, darker edges | Spotlight effect | | Angular | Sweeping color transition | Iridescent surfaces | ### Texture (Subtle) - Fine vertical/horizontal lines for metallic or fabric feel - Noise grain at 1-3% opacity for organic warmth - Avoid heavy textures that compete with the main symbol --- ## 3. Color Palette ### Primary Palette Characteristics - **High Saturation:** Colors are vivid but not neon - **Rich Darks:** Blacks and navy blues feature prominently - **Selective Brights:** Accent colors used sparingly for impact ### Recommended Color Families #### Cool Spectrum ``` Navy/Deep Blue: #0A1628, #1A2744, #2D4A7C Electric Blue: #007AFF, #5AC8FA, #64D2FF Purple/Violet: #5E5CE6, #BF5AF2, #AF52DE Teal/Cyan: #30D5C8, #5AC8FA, #32ADE6 ``` #### Warm Spectrum ``` Orange: #FF9500, #FF6B35, #FF3B30 Pink/Coral: #FF6B8A, #FF2D55, #FF375F Peach/Salmon: #FFACA8, #FF8A80, #FFB199 ``` #### Neutrals ``` True Black: #000000 Soft Black: #1C1C1E, #2C2C2E White: #FFFFFF Off-White: #F5F5F7, #E5E5EA ``` ### Color Harmony Rules - Limit to 2-3 dominant colors per icon - Use complementary or analogous relationships - One color should dominate (60%), secondary (30%), accent (10%) --- ## 4. Lighting & Depth ### Light Source - **Position:** Top-left or directly above (consistent 45° angle) - **Quality:** Soft, diffused — no harsh shadows - **Creates:** Subtle highlights on upper surfaces, shadows below ### Depth Techniques #### Highlights - Soft white/light gradient on top edges of 3D forms - Specular reflections as small, bright spots (not overpowering) - Rim lighting on edges facing the light #### Shadows - **Drop Shadows:** Soft, diffused, 10-20% opacity, slight Y offset - **Inner Shadows:** Very subtle, adds recessed effect - **Contact Shadows:** Darker, tighter shadows directly beneath objects #### Layering - Elements should appear to float above the background - Use atmospheric perspective (distant elements slightly hazier) - Overlapping shapes create natural hierarchy --- ## 5. Symbol & Iconography ### Style Approaches #### A. Dimensional/3D Objects - Soft, rounded forms with clear volume - Subtle gradients suggesting curvature - Examples: Paper airplane, open book, spheres #### B. Flat with Depth Cues - Simplified shapes with strategic shadows/highlights - Clean geometry with slight gradients - Examples: Flame icon, compass dial #### C. Abstract/Geometric - Overlapping translucent shapes - Interlocking forms creating visual interest - Examples: Overlapping diamonds, triangular compositions #### D. Glassmorphic/Translucent - Frosted glass effect with blur - Shapes that appear to have transparency - Subtle refraction and color bleeding ### Symbol Characteristics - **Simplicity:** Recognizable at 16×16px - **Balance:** Visual weight centered or intentionally dynamic - **Originality:** Avoid generic clip-art feeling - **Metaphor:** Symbol clearly relates to app function ### Recommended Symbol Scale - Primary symbol: 50-70% of icon canvas - Leave breathing room around edges - Optical centering (may differ from mathematical center) --- ## 6. Material & Surface Qualities ### Matte Surfaces - Soft gradients without sharp highlights - Subtle texture possible - Colors appear solid and grounded ### Glossy/Reflective Surfaces - Pronounced highlights and reflections - Increased contrast between light and dark areas - Suggests glass, plastic, or polished metal ### Metallic Surfaces - Linear or radial gradients mimicking metal sheen - Cool tones for silver/chrome, warm for gold/bronze - Fine texture lines optional ### Glass/Translucent - Reduced opacity (60-85%) - Blur effect on elements behind - Colored tint with light edges - Subtle inner glow ### Paper/Fabric - Soft, muted colors - Very subtle texture - Gentle shadows suggesting flexibility --- ## 7. Effects & Polish ### Glow Effects - **Outer Glow:** Soft halo around bright elements, 5-15% opacity - **Inner Glow:** Subtle edge lighting, creates volumetric feel - **Color Glow:** Tinted glow matching element color (creates ambiance) ### Reflections - Subtle floor reflection beneath floating objects (very faint) - Environmental reflections on glossy surfaces - Specular highlights suggesting light source ### Gradients Within Shapes - Multi-stop gradients for complex color transitions - Radial gradients for spherical appearance - Mesh gradients for organic, fluid coloring ### Blur & Depth of Field - Background blur for layered compositions - Gaussian blur at 5-20px for atmospheric effect - Motion blur only if suggesting movement --- ## 8. Composition Principles ### Visual Balance - **Centered:** Symbol sits in optical center (classical, stable) - **Dynamic:** Slight offset creates energy and movement - **Asymmetric:** Intentional imbalance with visual counterweight ### Negative Space - Generous whitespace/breathing room - Background is part of the design, not just empty - Negative space can form secondary shapes ### Focal Point - One clear area of highest contrast/detail - Eye should land on most important element first - Supporting elements recede visually ### Scale Contrast - Mix of large and small elements creates interest - Primary symbol dominates, details are subtle - Avoid cluttering with equal-sized elements --- ## 9. Style Variations ### Minimal Dark - Black or very dark background - Single bright element or monochromatic symbol - High contrast, dramatic feel - Examples: Flame icon, stocks chart ### Vibrant Gradient - Multi-color gradient backgrounds - White or light symbols on top - Energetic, modern feel - Examples: Telegram, Books app ### Soft & Light - Light, airy backgrounds (white, pastels) - Colorful symbols with soft shadows - Friendly, approachable feel - Examples: Altitude app, gesture icons ### Glassmorphic - Translucent, frosted elements - Layered shapes with varying opacity - Contemporary, sophisticated feel - Examples: Shortcuts icon, overlapping shapes ### 3D Rendered - Realistic 3D objects - Complex lighting and materials - Premium, tangible feel - Examples: Sphere, airplane, book
explain the thinking fast and slow book { "style": { "name": "Whiteboard Infographic", "description": "Hand-illustrated educational infographic with a warm, approachable sketch aesthetic. Upload your content outline and receive a visually organized, sketchbook-style guide that feels hand-crafted yet professionally structured." }, "visual_foundation": { "surface": { "base": "Off-white to warm cream background", "texture": "Subtle paper grain—not sterile, not digital", "edges": "Content extends fully to edges, no border or frame, seamless finish", "feel": "Like looking directly at a well-organized notebook page" }, "overall_impression": "Approachable expertise—complex information made friendly through hand-drawn warmth" }, "illustration_style": { "line_quality": { "type": "Hand-drawn ink sketch aesthetic", "weight": "Medium strokes for main elements, thinner for details", "character": "Confident but imperfect—slight wobble that proves human touch", "edges": "Soft, not vector-crisp, occasional line overlap at corners", "fills": "Loose hatching, gentle cross-hatching for shadows, never solid machine fills" }, "icon_treatment": { "style": "Simple, charming, slightly naive illustration", "complexity": "Reduced to essential forms—readable at small sizes", "personality": "Friendly and approachable, never corporate or sterile", "consistency": "Same hand appears to have drawn everything" }, "human_figures": { "style": "Simple friendly characters, not anatomically detailed", "faces": "Minimal features—dots for eyes, simple expressions", "poses": "Clear, action-oriented, communicative gestures", "diversity": "Varied silhouettes and suggestions of different people" }, "objects_and_scenes": { "approach": "Recognizable simplified sketches", "detail_level": "Just enough to identify—laptop, phone, building, person", "perspective": "Casual isometric or flat, not strict technical drawing", "charm": "Slight imperfections add authenticity" } }, "color_philosophy": { "palette_character": { "mood": "Warm, optimistic, energetic but not overwhelming", "saturation": "Medium—vibrant enough to guide the eye, soft enough to feel hand-colored", "harmony": "Complementary and analogous combinations that feel intentional" }, "primary_palette": { "yellows": "Warm golden yellow, soft mustard—for highlights, backgrounds, energy", "greens": "Fresh leaf green, soft teal—for success, growth, nature, money themes", "blues": "Calm sky blue, soft navy—for trust, technology, stability", "oranges": "Warm coral, soft peach—for warmth, calls-to-action, friendly alerts" }, "supporting_palette": { "neutrals": "Warm grays, soft browns, cream—never cold or stark", "blacks": "Soft charcoal for lines, never pure #000000", "whites": "Cream and off-white, paper-toned" }, "color_application": { "fills": "Watercolor-like washes, slightly uneven, transparent layers", "backgrounds": "Soft color blocks to section content, gentle rounded rectangles", "accents": "Strategic pops of brighter color to guide hierarchy", "technique": "Colors may slightly escape line boundaries—hand-colored feel" } }, "typography_integration": { "headline_style": { "appearance": "Bold hand-lettered feel, slightly uneven baseline", "weight": "Heavy, confident, attention-grabbing", "case": "Often uppercase for major headers", "color": "Dark charcoal or strategic color for emphasis" }, "subheadings": { "appearance": "Medium weight, still hand-drawn character", "decoration": "May include underlines, simple banners, or highlight boxes", "hierarchy": "Clear size reduction from headlines" }, "body_text": { "appearance": "Clean but warm, readable at smaller sizes", "style": "Sans-serif with hand-written personality, or actual handwriting font", "spacing": "Generous, never cramped" }, "annotations": { "style": "Casual handwritten notes, arrows pointing to elements", "purpose": "Add explanation, emphasis, or personality", "placement": "Organic, as if added while explaining" } }, "layout_architecture": { "canvas": { "framing": "NO BORDER, NO FRAME, NO EDGE DECORATION", "boundary": "Content uses full canvas—elements may touch or bleed to edges", "containment": "The infographic IS the image, not an image of an infographic" }, "structure": { "type": "Modular grid with organic flexibility", "sections": "Clear numbered or lettered divisions", "flow": "Left-to-right, top-to-bottom with visual hierarchy guiding the eye", "breathing_room": "Generous white space preventing overwhelm" }, "section_treatment": { "borders": "Soft rounded rectangles, hand-drawn boxes, or color-blocked backgrounds", "separation": "Clear but not rigid—sections feel connected yet distinct", "numbering": "Circled numbers, badges, or playful indicators" }, "visual_flow_devices": { "arrows": "Hand-drawn, slightly curved, friendly pointers", "connectors": "Dotted lines, simple paths showing relationships", "progression": "Before/after layouts, step sequences, transformation arrows" } }, "information_hierarchy": { "levels": { "primary": "Large bold headers, bright color accents, main illustrations", "secondary": "Subheadings, key icons, section backgrounds", "tertiary": "Body text, supporting details, annotations", "ambient": "Texture, subtle decorations, background elements" }, "emphasis_techniques": { "color_highlights": "Yellow marker-style highlighting behind key words", "size_contrast": "Significant scale difference between hierarchy levels", "boxing": "Important items in rounded rectangles or badge shapes", "icons": "Checkmarks, stars, exclamation points for emphasis" } }, "decorative_elements": { "badges_and_labels": { "style": "Ribbon banners, circular badges, tag shapes", "use": "Section labels, key terms, calls-to-action", "character": "Hand-drawn, slightly imperfect, charming" }, "connective_tissue": { "arrows": "Curved, hand-drawn, with various head styles", "lines": "Dotted paths, simple dividers, underlines", "brackets": "Curly braces grouping related items" }, "ambient_details": { "small_icons": "Stars, checkmarks, bullets, sparkles", "doodles": "Tiny relevant sketches filling awkward spaces", "texture": "Subtle paper grain throughout" } }, "authenticity_markers": { "hand_made_quality": { "line_variation": "Natural thickness changes as if drawn with real pen pressure", "color_bleeds": "Slight overflow past lines, watercolor-style edges", "alignment": "Intentionally imperfect—text and elements slightly off-grid", "overlap": "Elements may slightly overlap, creating depth and energy" }, "material_honesty": { "paper_feel": "Warm off-white with subtle texture", "ink_quality": "Soft charcoal blacks, never harsh", "marker_fills": "Slightly streaky, transparent layers visible" }, "human_evidence": { "corrections": "Occasional visible rework adds authenticity", "spontaneity": "Some elements feel added as afterthoughts—annotations, small arrows", "personality": "The whole piece feels like one person's visual thinking" } }, "technical_quality": { "resolution": "High-resolution output suitable for print and digital", "clarity": "All text readable, all icons recognizable", "balance": "Visual weight distributed evenly across the composition", "completeness": "Feels finished but not overworked—confident stopping point" }, "enhancements_beyond_reference": { "depth_additions": { "subtle_shadows": "Soft drop shadows under section boxes for lift", "layering": "Overlapping elements creating visual depth", "dimension": "Slight 3D feel on badges and key elements" }, "polish_improvements": { "color_harmony": "More intentional palette relationships", "spacing_rhythm": "Consistent margins and gutters", "hierarchy_clarity": "Stronger differentiation between content levels" }, "engagement_boosters": { "focal_points": "Clear visual anchors drawing the eye", "progression": "Satisfying visual journey through the content", "reward_details": "Small delightful discoveries upon closer inspection" } }, "avoid": [ "ANY frame, border, or edge decoration around the infographic", "Wooden frame or whiteboard frame effect", "Drop shadow around the entire image as if it's a photo of something", "The image looking like a photograph of a poster—it IS the poster", "Sterile vector perfection—this should feel hand-made", "Cold pure whites or harsh blacks", "Rigid mechanical grid alignment", "Corporate clip-art aesthetic", "Overwhelming detail density—let it breathe", "Clashing neon or garish color combinations", "Uniform line weights throughout", "Perfectly even color fills", "Stiff, lifeless human figures", "Digital sharpness that kills the warmth", "Inconsistent illustration styles within the piece", "Text-heavy sections without visual relief" ] }
Reconstruct the central object of the given 2D image as a true 3D wireframe model. - Interpret the 2D shape as volumetric geometry and extrude it into depth. - Build visible 3D structure with wireframe mesh lines wrapping around the form (front, sides, and curvature). - Use thin, precise, glowing white wireframe lines only, no solid surfaces, no flat fills. - Apple App Store style icon, premium iOS design language, WWDC-inspired. - Rounded square app icon, centered and symmetrical. - Soft blue gradient background, subtle glow. - Clean orthographic front view with clear depth cues (z-axis wireframe). - High-resolution, futuristic UI icon. - No text, no logos, no illustration style Negatives: 2D flat design, flat icon, illustration, lighting-only depth, fake 3D, gradients on object, shading, shadows, cartoon style, sketch, photorealism, textures, noise, grain
Can you help me craft a catchy headline for my LinkedIn profile that would help me get noticed by recruiters looking to fill a ${job_title:data engineer} in ${industry:data engineering}? To get the attention of HR and recruiting managers, I need to make sure it showcases my qualifications and expertise effectively.
I need assistance crafting a convincing summary for my LinkedIn profile that would help me land a ${job_title} in ${industry}. I want to make sure that it accurately reflects my unique value proposition and catches the attention of potential employers. I have provided a few Linkedin profile summaries below for you ${paste_summary} to use as reference.
Suggest me to optimize my LinkedIn profile experience section to highlight most of the relevant achievements for a ${job_title} position in ${industry}. Make sure that it correctly reflects my skills and experience and positions me as a strong candidate for the job.
Help me write a message asking my former supervisor and mentor to recommend me for the role of ${job_title} in the ${sector} in which we both worked. Be modest and respectful in asking, ‘Could you please highlight the parts of my background that are most applicable to the role of ${job_title} in ${industry}?
Act as a Patient Teacher. You are a knowledgeable and patient instructor in game theory, aiming to make complex concepts accessible to students. Your task is to: 1. Introduce the fundamental principles of game theory, such as Nash equilibrium, dominant strategies, and zero-sum games. 2. Provide clear, simple explanations and real-world examples that illustrate these concepts in action. 3. Use relatable scenarios, like everyday decision-making games, to help students grasp abstract ideas easily. You will: - Break down each concept into easy-to-understand parts. - Engage students with interactive and thought-provoking examples. - Encourage questions and foster an interactive learning environment. Rules: - Avoid overly technical jargon unless previously explained. - Focus on clarity and simplicity to ensure comprehension. Example: Explain Nash Equilibrium using the example of two companies deciding on advertising strategies. Discuss how neither company can benefit by changing their strategy unilaterally if they are both at equilibrium.
Act as an Elite B2B Lead Generation Specialist and Technical SEO Auditor. Your task is to identify 20 high-quality local SMB leads in ${location} within the following niches: 1) ${niche_1} and 2) ${niche_2}. All other details, such as decision makers, website audits, and pricing suggestions, are generated by the AI. Conduct a surface-level audit of each lead's website to identify optimization gaps and propose a high-ticket solution. Steps & Logic: 1. **Business Discovery:** Search for active local businesses in the specified niches. Exclude national chains/franchises. 2. **Contact Identification:** AI will identify the most likely Decision Maker (DM). - If the team is small, AI will look for "Owner" or "Founder." - If mid-sized, AI will look for "General Manager" or "Marketing Director." 3. **Audit & Optimization:** AI visits the website (or retrieves data) to find a "Conversion Killer" (e.g., slow load speed, missing SSL, no clear Call-to-Action, poor mobile UX, or ineffective copywriting). 4. **Service Pricing (2026 Rates):** - Technical Fixes (Speed/SSL): AI suggests ${suggested_price_technical} - Local SEO & Content Growth: AI suggests ${suggested_price_seo} - Full Conversion Overhaul (UI/UX): AI suggests ${suggested_price_conversion} - Copywriting Services: AI suggests ${suggested_price_copywriting} - Suggested Retainer: AI suggests ${suggested_retainer} Output Table: Provide the data in the following Markdown format: | Business Name | Website URL | Decision Maker | DM Contact (Email/Phone) | Identified Issue | Suggested Solution | Suggested Price | | :--- | :--- | :--- | :--- | :--- | :--- | :--- | | ${name} | ${url} | [Name/Title] | ${contact_info} | [e.g., No Mobile CTA] | ${implementation} | ${price_range} | Notes: - If a specific DM name is not public, AI will list the title (e.g., "Owner") and the best available general contact. - Ensure the "Found Issue" is specific to that business's actual website.
You are a **Travel Planner**. Create a practical, mid-range travel itinerary tailored to the traveler’s preferences and constraints. ## Inputs (fill in) - Destination: ${destination} - Trip length: ${length} (default: `5 days`) - Budget level: `` (default: `mid-range`) - Traveler type: `` (default: `solo`) - Starting point: ${starting} (default: `Shanghai`) - Dates/season: ${date} (default: `Feb 01` / winter) - Interests: `` (default: `foodie, outdoors`) - Avoid: `` (default: `nightlife`) - Pace: `` (choose: `relaxed / balanced / fast`, default: `balanced`) - Dietary needs/allergies: `` (default: `none`) - Mobility/access constraints: `` (default: `none`) - Accommodation preference: `` (e.g., `boutique hotel`, default: `clean, well-located 3–4 star`) - Must-see / must-do: `` (optional) - Flight/transport constraints: `` (optional; e.g., “no flights”, “max 4h transit/day”) ## Instructions 1. Plan a ${length} itinerary in ${destination} starting from ${starting} around ${date} (assume winter conditions; include weather-aware alternatives). 2. Optimize for **solo travel**, **mid-range** costs, **food experiences** (local specialties, markets, signature dishes) and **outdoor activities** (hikes, parks, scenic walks), while **avoiding nightlife** (no clubbing/bar crawls). 3. Include daily structure: **Morning / Afternoon / Evening** with estimated durations and logical routing to minimize backtracking. 4. For each day, include: - 2–4 activities (with brief “why this”) - 2–3 food stops (breakfast/lunch/dinner or snacks) featuring local cuisine - Transit guidance (walk/public transit/taxi; approximate time) - A budget note (how to keep it mid-range; any splurges labeled) - A “bad weather swap” option (indoor or sheltered alternative) 5. Add practical sections: - **Where to stay**: 2–3 recommended areas/neighborhoods (and why, for solo safety and convenience) - **Food game plan**: must-try dishes + how to order/what to look for - **Packing tips for Feb** (destination-appropriate) - **Safety + solo tips** (scams, etiquette, reservations) - **Optional add-ons** (half-day trip or alternative outdoor route) 6. Ask **up to 3** brief follow-up questions only if essential (e.g., destination is huge and needs region choice). ## Output format (Markdown) - Title: `${length} Mid-Range Solo Food & Outdoors Itinerary — ${destination} (from ${starting}, around ${date})` - Quick facts: weather, local transport, average daily budget range - Day 1–Day 5 (each with Morning/Afternoon/Evening + Food + Transit + Budget note + Bad-weather swap) - Where to stay (areas) - Food game plan (dishes + spots types) - Practical tips (packing, safety, etiquette) - Optional add-ons ## Constraints - Keep it **actionable and specific**, but avoid claiming real-time availability/prices. - Prefer **public transit + walking** where safe; keep daily transit reasonable. - No nightlife-focused suggestions. - Tone: clear, friendly, efficient.
Sell a dream as an underground tailors but need partnership for capital. With no or just 20% less leverage, how to get partners interested and involved to buy the dream
{ "type": "illustration", "goal": "Create a single wide cinematic illustration of a lone cowboy sitting on a wooden chair in front of an Old West saloon at dusk. Rendered with meticulous hand-inked linework over rich digitally-painted color. The technique combines bold black ink contour drawing with deep, layered, fully-rendered color work — the kind of dramatic realism found in high-end editorial illustration and graphic novel art.", "work_surface": { "type": "Single illustration, landscape orientation", "aspect_ratio": "16:9 widescreen cinematic", "medium": "Black ink line drawing with full digital color rendering — the line art has the confident hand-drawn quality of traditional inking, the color has the depth of oil-painting-influenced digital work" }, "rendering_technique": { "line_work": { "tool_feel": "Traditional dip pen and brush ink on paper — confident, deliberate strokes with natural line weight variation. Not vector-clean, not scratchy-loose. The sweet spot of controlled precision with organic warmth.", "outer_contours": "Bold black ink outlines (3-4pt equivalent) defining every figure and major object. These contour lines give the image its graphic punch — silhouettes read clearly even at thumbnail size.", "interior_detail": "Finer ink lines (1-2pt) for facial features, leather stitching, wood grain, fabric folds, wrinkles, hair strands. This interior detail is what separates high-end illustration from simple cartoon — obsessive attention to surface texture and form.", "spotted_blacks": "Large areas of solid black ink used strategically — deep shadows under the porch overhang, inside the hat brim, the darkest folds of the vest. These black shapes create dramatic graphic contrast and anchor the composition.", "hatching": "Minimal. Where it appears (underside of porch ceiling, deep fabric creases), it is tight, controlled, parallel lines. Never loose or decorative. Shadows are primarily defined through color, not line hatching." }, "color_work": { "approach": "Fully rendered, multi-layered digital painting OVER the ink lines. Not flat fills. Not cel-shading. Every surface has continuous tonal gradation — as if each area was painted with the care of an oil study.", "skin": "Multi-tonal. Warm tan base with cooler shadows under jawline and eye sockets, subtle red warmth on nose and sun-exposed cheekbones, precise highlights on brow ridge and cheekbone. Skin looks weathered and alive.", "materials": "Each material rendered distinctly. Leather has a slight waxy sheen on smooth areas and matte roughness on worn patches. Denim shows a faint diagonal weave. Metal (buckle, gun, spurs) has sharp specular highlights. Wood shows grain pattern, dust accumulation, age patina. Cotton shirt has soft diffused light transmission.", "shadow_color": "CRITICAL: Shadows are NOT just darker versions of the base color. They shift toward cool blue-violet (#2d2d44, #3a3555). A brown leather vest's shadow is not dark brown — it is dark brown with a blue-purple undertone. This color-shifting in shadows creates atmospheric depth and cinematic richness.", "light_color": "Where direct sunset light hits, surfaces gain a warm amber-golden overlay (#FFD280, #E8A848). This is additive — the golden light sits on top of the local color, making sun-facing surfaces glow." }, "detail_density": "Extremely high. The viewer should be able to zoom in and discover new details: individual nail heads in the porch planks, a specific pattern of cracks in the leather, the particular way dust has settled in the creases of the hat, a tiny nick in the whiskey glass rim, the wear pattern on the boot sole. This density of observed detail is what creates the feeling of a real place inhabited by a real person.", "DO_NOT": [ "Do NOT use flat color fills — every surface needs tonal gradation", "Do NOT use cel-shading or hard-edged color blocks", "Do NOT use cartoon proportions or exaggeration", "Do NOT use anime or manga rendering conventions", "Do NOT use soft airbrush blending that erases the ink lines", "Do NOT use watercolor transparency or bleeding edges", "Do NOT use photorealistic rendering — the ink linework must remain visible and central", "Do NOT use sketchy, rough, or unfinished-looking line quality", "Do NOT use pastel or desaturated washed-out colors — the palette is rich and deep" ] }, "color_palette": { "sky": { "upper": "#1a1a3e deep indigo — night approaching from above", "middle": "#6B3A5E dusty purple-mauve transition", "lower_horizon": "#E8A040 to #FF7B3A blazing amber-to-orange sunset glow" }, "saloon_wood": { "lit": "#A0784C warm aged timber catching sunset", "shadow": "#5C3A20 dark brown under porch overhang", "weathered": "#8B7355 grey-brown bleached planks" }, "ground": { "lit": "#D4B896 warm sandy dust in golden light", "shadow": "#7A6550 cool brown where light doesn't reach" }, "cowboy": { "hat": "#6B5B4F dark dusty brown, lighter dusty edges #8B7B6F", "skin": "#B8845A sun-weathered tan, #8B6B42 in deep creases", "shirt": "#C8B8A0 faded off-white, yellowed with age and dust", "vest": "#3C2A1A dark worn leather, near-black in deepest folds", "jeans": "#4A5568 faded dark blue-grey denim, #7B8898 dusty highlights at knees", "boots": "#5C3A20 dark leather, #8B6B42 scuff marks", "buckle": "#D4A574 antique brass catching one sharp sunset point", "gun_metal": "#4A4A4A dark steel, single sharp highlight line" }, "light_sources": { "sunset": "#FFD280 to #FF8C42 — dominant golden-hour warmth from left", "saloon_interior": "#FFA040 amber oil-lamp glow from behind swinging doors" } }, "lighting": { "concept": "Golden hour — the sun sits just above the horizon to the left. Nearly horizontal rays of warm amber light rake across the scene. Every raised surface catches fire. Every shadow stretches long. The air itself has visible warmth. This is the most dramatic natural lighting condition — treated here with the gravity of a Renaissance chiaroscuro painting translated into ink and color.", "key_light": { "source": "Setting sun, low on horizon, from the left", "color": "#FFD280 warm amber-gold", "direction": "Nearly horizontal, raking from left to right", "effect_on_cowboy": "Right side of face and body warmly lit — every weathered wrinkle, every thread of stubble visible in the golden light. Left side falls into cool blue-violet shadow. Creates a dramatic half-lit, half-shadow portrait.", "effect_on_environment": "Long shadows stretching to the right across dusty ground. Sun-facing wood surfaces glow amber. Dust particles in the air catch light like floating golden sparks." }, "fill_light": { "source": "Ambient sky light from the dusk sky above", "color": "#6B7B9B cool blue-purple", "effect": "Fills shadow areas with cool tone. Prevents pure black — you see detail in shadows, but it's all tinted blue-violet. This warm/cool contrast between key and fill is what creates the richness." }, "accent_light": { "source": "Oil lamp glow from inside the saloon, spilling through swinging doors and windows", "color": "#FFA040 warm amber", "effect": "Rim light on the back of cowboy's hat and shoulders. Separates him from background. Also casts geometric window-light rectangles on the porch floor." }, "shadow_treatment": { "coverage": "45-55% of image area in shadow", "cast_shadows": "Cowboy's long shadow stretches right across the street. Porch overhang throws a hard horizontal shadow across the saloon facade. Chair legs cast thin shadow lines.", "face_shadows": "Half-face lighting. Right side warm and detailed. Left side cool shadow — eye socket deep, cheekbone creates a sharp shadow edge, stubble dots visible in the light-to-shadow transition.", "atmospheric": "Visible dust motes floating in the sunset light beams. Golden in the light, invisible in the shadow. Creates a sense of thick warm air." } }, "scene": { "composition": "Wide cinematic frame. The cowboy sits slightly left of center — the golden ratio point. The saloon facade fills the right two-thirds of the background. Open dusty street stretches left toward the horizon and setting sun. This asymmetry — solid structure on the right, open emptiness on the left — reinforces the emotional isolation. A single figure at the boundary between civilization (the saloon) and wilderness (the open desert).", "the_cowboy": { "position": "Seated on a rough wooden chair on the saloon's front porch", "pose": "Leaned back, weight on the chair's hind legs. Left boot flat on porch floor. Right ankle crossed over left knee — easy, unhurried. Right hand loosely holds a short whiskey glass resting on his right knee. The glass is half-empty. Left hand rests on the chair arm or thigh. Head tilted very slightly down, but eyes aimed forward at the horizon — the thousand-yard stare of accumulated experience. Shoulders broad but not tensed. The body language says: I am at rest, but I am never unaware.", "face": "This must be a SPECIFIC face, not a generic cowboy. Middle-aged, 40s-50s. Square jaw with defined jawline visible through the stubble. Deep-set eyes under a heavy brow ridge — intense, observant, slightly narrowed against the sunset glare. Three-day stubble, dark with threads of grey at the chin. Sun-weathered skin — deep crow's feet radiating from eye corners, horizontal forehead creases, nasolabial folds that have become permanent grooves. A healed scar across the left cheekbone — thin, white, old. Nose slightly crooked from a long-ago break, a bump on the bridge. Thin lips set in a neutral line — not a frown, not a smile. This face has lived decades of hard outdoor life and it shows in every crease.", "clothing_detail": "Wide-brimmed cowboy hat, dark dusty brown, battered — dents in the crown, brim slightly curled and frayed at edges, a sweat stain ring visible on the band. Faded off-white cotton shirt, sleeves rolled to mid-forearm exposing sun-tanned forearms with visible veins and tendons. Dark leather vest over the shirt, well-worn — surface cracked in places, stitching visible at seams, a few spots where the leather has gone matte from years of use. Faded dark blue-grey jeans, lighter at the knees and thighs from wear, dusty. Wide leather belt with an antique brass buckle — the buckle catches one sharp point of sunset light. Holstered revolver on the right hip — dark aged leather holster, the wooden pistol grip visible, a glint of steel. Dark brown leather boots, scuffed and scored, heels slightly worn down, spur straps buckled at the ankle." }, "the_saloon": { "architecture": "Classic Old West frontier saloon. Two-story wooden building with a false front (the facade extends above the actual roofline to make it look grander). Built from rough-sawn timber planks, some warped with age. A painted sign above the entrance: 'SALOON' in faded gold lettering on a dark red background — the paint is cracking, peeling at the corners, one letter slightly more faded than the others.", "entrance": "Swinging batwing doors at the center, slightly ajar. Through the gap, warm amber light spills outward — the glow of oil lamps and activity inside. You don't see the interior clearly, just the suggestion of warmth and noise contained behind those doors.", "windows": "Two windows flanking the entrance. Dirty glass with a warm glow from inside. One pane has a crack running diagonally across it.", "porch": "Wooden porch running the width of the building. Planks are weathered — grey where the sun has bleached them, darker brown where foot traffic has worn them smooth. Some boards slightly warped, a few nail heads protruding. Rough-hewn timber posts support the porch overhang.", "details": "A hitching post in front with a horse's lead rope tied to it — the rope is taut, suggesting an animal just out of frame. A wooden water trough near the hitching post, its surface greenish. A barrel beside the door. Everything covered in a thin layer of desert dust." }, "constraints": { "must_include": [ "Bold black ink contour lines visible throughout — this is line art with color, not a painting", "Rich multi-layered color with tonal gradation on every surface", "Cool blue-violet shift in all shadow areas (not just darkened base color)", "Warm amber-golden light where sunset hits directly", "Extremely detailed face with specific individual features — scars, wrinkles, bone structure", "Material differentiation — leather, wood, metal, fabric, skin all look different", "Atmospheric dust particles in sunset light beams", "Long dramatic cast shadows on dusty ground", "Warm glow from saloon interior as rim/accent light", "Vast open space on left contrasting with solid saloon structure on right" ], "must_avoid": [ "Cartoon or caricature style of any kind", "Anime or manga rendering conventions", "Flat color fills without gradation", "Soft airbrush that hides the ink linework", "Photographic realism — the ink drawing must be visible", "Generic featureless face — this must be a specific person", "Clean or new-looking anything — everything shows age and wear", "Muddy dark coloring — the sunset provides rich warm light", "Stiff posed figure — natural relaxed human body language", "Watercolor transparency or bleeding-edge technique" ] }, "negative_prompt": "anime, manga, chibi, cartoon, caricature, flat colors, cel-shading, minimalist, photorealistic photograph, 3D CGI render, soft airbrush, watercolor, pastel colors, sketchy rough lines, generic face, clean new clothing, bright neon, blurry, low resolution, stiff pose, modern elements, vector art, simple illustration, children's book style, pop art, abstract" }