About Prompt
- Prompt Type – Dynamic
- Prompt Platform – ChatGPT, Grok, Deepseek, Gemini, Copilot, Midjourney, Meta AI and more
- Niche – Resume Building
- Language – English
- Category – Technical Writing
- Prompt Title – AI prompt to create a modern resume format
Prompt Details
**Prompt Type:** Dynamic (allows for user customization and variation)
**Target AI Platforms:** All (designed for maximum compatibility)
**Purpose:** Generate modern resume formats specifically tailored for technical writers, suitable for use in resume building tools or direct application.
**Prompt Structure:**
“`
## Generate a Modern Resume Format for a Technical Writer
**User Inputs:**
* **Resume Style:** {Choose from: Chronological, Functional, Combination, Targeted, Skills-Based, Academic/CV, Creative/Visual} (Default: Combination)
* **Experience Level:** {Choose from: Entry-Level, Mid-Level, Senior-Level, Executive} (Default: Mid-Level)
* **Industry Focus:** {Specify the industry, e.g., Software, Healthcare, Finance, Manufacturing, etc.} (Default: Software)
* **Desired Tone:** {Choose from: Professional, Modern, Creative, Minimalist, Traditional} (Default: Modern)
* **Color Scheme (Optional):** {Specify colors, e.g., “Navy Blue and Gray”, “Teal and White”, “Monochromatic Gray”} (Default: No specific color scheme)
* **Font Preferences (Optional):** {Specify font families, e.g., “Roboto, Calibri”, “Lato, Open Sans”, “Helvetica, Arial”} (Default: Platform’s recommended fonts)
* **Specific Sections to Include/Exclude:** {List any specific sections to include or exclude, e.g., “Include: Projects, Portfolio, Publications; Exclude: Awards”} (Default: Standard resume sections)
* **Keywords (Optional):** {List relevant keywords for the technical writing field, e.g., API documentation, SDK, User guides, Technical manuals, Content strategy}
**Output Requirements:**
* **Format:** JSON (for easy parsing and integration with resume builders)
* **Structure:** The JSON output should represent the resume structure with sections and subsections. Each section should have a title and an array of placeholders for content.
* **Styling Information:** Include styling information like font family, font size, color, spacing, and other visual elements within the JSON structure wherever applicable. Use CSS-style properties for representation.
* **Example Content (Optional):** Include example placeholder content demonstrating the expected type of information for each section (e.g., “[Your Name]”, “[Your Email]”, “[Project Title]”, “[Project Description]”).
* **Template Name (Optional):** Generate a descriptive name for the template based on the user inputs.
**Example JSON Output (Partial, for illustrative purposes):**
“`json
{
“templateName”: “Modern Combination Resume for Software Technical Writer”,
“sections”: [
{
“title”: “Contact Information”,
“style”: { “fontSize”: “16px”, “fontWeight”: “bold”, “color”: “#333333” },
“fields”: [
{“type”: “name”, “placeholder”: “[Your Name]”, “style”: {“fontFamily”: “Roboto”} },
{“type”: “email”, “placeholder”: “[Your Email]”},
{“type”: “phone”, “placeholder”: “[Your Phone Number]”},
{“type”: “linkedin”, “placeholder”: “[Your LinkedIn Profile URL]”}
]
},
{
“title”: “Summary”,
“style”: { “fontStyle”: “italic”, “marginTop”: “10px” },
“fields”: [
{“type”: “paragraph”, “placeholder”: “[Write a concise summary of your skills and experience.]”}
]
},
// … other sections (Skills, Experience, Education, Projects, etc.)
]
}
“`
**Detailed Instructions:**
* Prioritize a clean, modern, and visually appealing layout.
* Ensure the format is ATS-friendly (Applicant Tracking System).
* Use clear section headings and appropriate spacing.
* Focus on showcasing technical writing skills and experience.
* Consider the specific industry focus when suggesting sections and content.
* Adhere to the specified output format (JSON) and include all required information.
**Further Considerations:**
* The dynamic nature of this prompt allows users to customize the resume format to their specific needs.
* The JSON output facilitates seamless integration with resume building applications.
* This prompt can be adapted and expanded upon for different roles and industries.
“`
This detailed prompt provides a robust framework for generating highly customizable and modern resume formats for technical writers, enabling AI platforms to create output that is both visually appealing and technically sound. The JSON output format ensures easy parsing and integration with other tools, making this prompt highly practical for real-world applications.