Browse Prompts

38 prompts available · Page 1 of 4

✍️ Writing

SEO Blog Post Generator

AAdmin·Feb 24, 2026
No rating

Creates optimized blog content for target keywords.

Act as an expert SEO copywriter. Write a comprehensive blog post about [Topic]. Include a catchy title, meta description, and structured headings. Integrate the target keywords: [Keywords]. Maintain an informative tone.

seomarketingblogging
🎨 Creative

Deep Character Profile Generator

AAdmin·Mar 2, 2026
No rating

Develops complex, multi-dimensional characters for stories or screenplays.

Create a detailed character profile for a [Genre] story. Include their primary motivation, a significant secret they are keeping, their greatest fear, and one unique physical quirk. Describe how these traits influence their behavior in a high-stress situation.

writingcreativestorytelling
🔬 Research

Systematic Literature Review Assistant for Academic Research

AAdmin·Mar 7, 2026
No rating

Conduct a structured literature review on any research topic. Get categorized summaries, methodology analysis, gap identification, and citation formatting.

Act as a research methodologist and academic writing specialist with expertise in systematic literature reviews across STEM, social sciences, and humanities. Conduct a structured literature review on [Research Topic]. Inputs: Research Topic: [Topic] Research Question: [Your specific research question] Discipline: [Field of study] Scope: [Last 5 years / Last 10 years / Foundational + recent] Focus Areas: [Specific aspects to prioritize] Generate: Search Strategy: Suggested databases (e.g., Google Scholar, PubMed, IEEE Xplore, JSTOR) Search query strings with Boolean operators Inclusion/exclusion criteria Thematic Categorization: Organize existing research into 4-6 thematic clusters with: Theme name and description Key findings across studies Dominant methodologies used Points of agreement and disagreement among researchers Methodology Analysis: Summarize the most common research methods used in this field and their strengths/weaknesses. Key Studies Summary: For the 10 most relevant studies, provide: Authors and year Research question Methodology Key findings Limitations Research Gaps: Identify 3-5 gaps in the current literature that represent opportunities for new research. Theoretical Framework Suggestions: Recommend 2-3 theoretical frameworks that could support new research in this area. Literature Review Draft: Write a 500-word narrative synthesis connecting the themes and leading to the identified gaps. Constraints: Distinguish between peer-reviewed and non-peer-reviewed sources. Use academic tone throughout. Format citations in [APA / MLA / Chicago / IEEE] style. Acknowledge limitations of AI-generated literature reviews (verify all citations independently).

literature reviewacademic researchresearch methodology
💻 Coding

React Component Builder

AAdmin·Feb 24, 2026
No rating

Generates functional React components.

Write a functional React component for a [Component Type]. Use Tailwind CSS for styling. Include prop validation and state management. Ensure the code is clean and follows modern practices.

reactjavascriptcoding
💼 Business

Startup Pitch Deck Architect

AAdmin·Mar 2, 2026
No rating

Builds a 10-slide outline for a startup pitch based on the problem-solution model.

Create a 10-slide pitch deck outline for a startup that [Brief Description of Business]. For each slide, provide a clear title and three bullet points detailing the key information to include. Follow the standard venture capital pitch structure.

startupbusinesspitching
💻 Coding

JavaScript Bug Hunter

AAdmin·Mar 2, 2026
No rating

Identifies logic errors and syntax issues in JavaScript code snippets.

Act as a senior JavaScript developer. Review the following code for bugs, performance bottlenecks, or security vulnerabilities: [Insert Code]. Explain why each issue is a problem and provide a corrected version of the code.

javascriptwebdevdebugging
💻 Coding

Automated Unit Test Generator for Any Codebase

AAdmin·Mar 7, 2026
No rating

Generate comprehensive unit tests with edge cases, mocking, and coverage targets for any function or module. Supports multiple testing frameworks.

Act as a senior QA engineer and test automation specialist. I will provide you with a code snippet or module. Your task is to generate a complete suite of unit tests. Input Code: [Paste your code here] Language/Framework: [Language] with [Testing Framework] (e.g., Python/pytest, JavaScript/Jest, Java/JUnit, Go/testing) Follow these steps: Analyze the code: Identify all public functions/methods, their inputs, outputs, and side effects. Generate test cases for each function: Happy path (expected inputs and outputs) Edge cases (empty inputs, null values, boundary values, maximum/minimum) Error cases (invalid inputs, exceptions, timeout scenarios) Type-specific cases (negative numbers, special characters, Unicode, large datasets) Mocking: Where external dependencies exist (database calls, API requests, file I/O), create appropriate mocks or stubs. Test structure: Follow the Arrange-Act-Assert (AAA) pattern for each test. Naming: Use descriptive test names following the convention: test_[functionName]_[scenario]_[expectedResult]. Coverage target: Aim for 90%+ code coverage. List any lines that cannot be reasonably tested and explain why. Constraints: Tests must be runnable without modification. Include all necessary imports and setup/teardown blocks. Add brief comments explaining the purpose of non-obvious test cases.

unit testingtest automationcode coverage
Productivity

Meeting Notes to Action Items Converter with Follow-Ups

AAdmin·Mar 7, 2026
No rating

Transform raw meeting notes or transcripts into structured action items, decisions, key takeaways, and automated follow-up reminders.

Act as an executive assistant and project coordinator skilled at extracting actionable insights from unstructured meeting notes. I will provide raw meeting notes or a transcript. Process them into a structured output. Input: [Paste your meeting notes or transcript here] Meeting Context: Meeting Type: [Stand-up / Strategy / Client / Brainstorm / 1-on-1] Attendees: [List of participants] Date: [Meeting date] Generate: Meeting Summary: A 3-5 sentence executive summary of what was discussed and the overall outcome. Key Decisions Made: List each decision with: Decision statement Who made or approved it Any conditions or caveats Action Items Table: For each action item extract: Task description Owner (who is responsible) Deadline (stated or inferred) Priority (High / Medium / Low) Dependencies (if any) Open Questions: List any unresolved topics that need follow-up discussion. Parking Lot: Items mentioned but deferred to a future meeting. Follow-Up Email Draft: A professional email summarizing the meeting, listing action items, and confirming next steps. Ready to send to attendees. Next Meeting Agenda Suggestions: Based on open items and upcoming deadlines, suggest 3-5 topics for the next meeting. Constraints: If a deadline is not explicitly mentioned, flag it as 'TBD - needs confirmation'. Attribute action items to specific people. If unclear, mark as 'Unassigned'. Tone: Professional, concise, and action-oriented. Format: Use tables for action items and bullet points for everything else.

meeting notesaction itemsmeeting summary
📁 Other

Universal Prompt Engineering Template: Master Any AI Model

AAdmin·Mar 15, 2026
No rating

A meta-prompt that helps you create perfectly structured prompts for any AI model. Includes role assignment, context framing, and output formatting.

Act as a prompt engineering expert who specializes in crafting high-performance prompts for large language models (GPT-4, Claude, Gemini, Llama). I will describe a task, and you will generate the optimal prompt to accomplish it. Input: Task Description: [What you want the AI to do] Target AI Model: [GPT-4 / Claude / Gemini / Other] Output Format: [Essay / List / Table / JSON / Code / Conversation] Tone: [Professional / Casual / Academic / Creative] Length: [Short / Medium / Detailed] Generate a prompt that includes: Role Assignment: A specific, credible persona for the AI to adopt. Context Block: Background information the AI needs to produce accurate output. Task Definition: Clear, step-by-step instructions for what to generate. Constraints: Rules about tone, length, format, and what to avoid. Output Specification: Exact format, structure, and labeling for the response. Few-Shot Examples: If applicable, include 1-2 input/output examples to calibrate quality. Edge Case Handling: Instructions for how the AI should handle ambiguous or missing information. Also provide: 8. Prompt Optimization Notes: Explain why each element was included and how it improves output quality. 9. Variation Suggestions: 2 alternative approaches to the same task (e.g., chain-of-thought vs. direct instruction). Constraints: The generated prompt must be copy-paste ready. Use markdown formatting for clarity. Prioritize precision over length. Tone: Technical, clear, and instructional.

prompt engineeringai promptschatgpt prompts
📢 Marketing

Email Marketing Campaign Builder: Full Sequence Generator

AAdmin·Mar 15, 2026
No rating

Create a complete email marketing sequence with subject lines, body copy, CTAs, and A/B test variants. Designed for launches, nurture flows, and re-engagement.

Act as an email marketing strategist and direct-response copywriter with expertise in lifecycle marketing and conversion optimization. Create a complete email sequence for [Campaign Type] (e.g., product launch, welcome series, re-engagement, abandoned cart, webinar promotion). Inputs: Business: [Business Name and what you sell] Campaign Type: [Campaign Type] Audience Segment: [Who receives these emails] Sequence Length: [Number of emails] Primary CTA: [What you want recipients to do] Tone: [Professional / Casual / Urgent / Friendly] For each email in the sequence, generate: Email Number & Timing: When to send relative to the trigger (e.g., Day 0, Day 2, Day 5). Subject Line: Provide 2 options (one curiosity-based, one benefit-based) under 50 characters. Preview Text: 40-90 characters that complement the subject line. Body Copy: Complete email body with: Opening hook (personalized where possible) Value-driven content Social proof or credibility element Clear, single CTA with button text Design Notes: Brief layout guidance (hero image, text-only, testimonial block). Additionally, provide: 6. A/B Test Plan: For each email, identify one element to test and the hypothesis. 7. Segmentation Rules: Suggest conditions for moving subscribers between sequences. 8. Performance Benchmarks: Expected open rates, CTR, and conversion rates for [Industry]. Constraints: Subject lines must avoid spam trigger words. Each email should provide standalone value, not just sell. CAN-SPAM compliance: include unsubscribe language. Tone must stay consistent across the sequence.

email marketingemail sequenceemail copywriting
🌿 Lifestyle

Personalized Mindfulness Coach

AAdmin·Mar 2, 2026
No rating

Creates a short, guided meditation or mindfulness exercise for daily stress relief.

Create a 5-minute mindfulness exercise for someone feeling [Current Emotion, e.g., overwhelmed, tired]. Focus on breathing techniques and a grounding visualization. Keep the language calm, supportive, and easy to follow.

🎨 Creative

AI Songwriting Assistant: Lyrics & Structure Generator

AAdmin·Mar 7, 2026
No rating

Create complete song lyrics with verse structure, rhyme schemes, and emotional arcs. Supports any genre from pop and hip-hop to country and indie.

Act as a professional songwriter and lyricist who has written for multiple genres and understands music theory, emotional storytelling, and commercial appeal. Write a complete song for [Genre] about [Theme/Topic]. Follow these guidelines: Song Structure: Provide a full song with: Verse 1 Pre-Chorus Chorus Verse 2 Pre-Chorus Chorus Bridge Final Chorus (with variation) Lyrical Approach: Use a consistent rhyme scheme (specify ABAB, AABB, or mixed based on genre) Maintain a syllable count that feels natural when sung Use sensory language and concrete imagery instead of abstract statements Avoid overused phrases and clichés in [Genre] Emotional Arc: Build from personal/quiet (Verse 1) → building tension (Pre-Chorus) → emotional peak (Chorus) → deeper perspective (Verse 2) → new angle (Bridge) → resolution (Final Chorus). Mood/Tone: [Mood] (e.g., melancholic, empowering, nostalgic, defiant) Perspective: [First person / Second person / Third person narrative] Bonus: Suggest a tempo (BPM range) and 2-3 production style references. Constraints: Lyrics must be original and not derivative of existing songs. Keep language accessible. Avoid obscure vocabulary unless the genre demands it. Each section should be clearly labeled.

creative writingsongwritinglyrics generator