TLDR:

Grammar and Spelling Correction

Basic Grammar Correction

For everyday dictation that needs polishing

Prompt

Your task is to take the provided text and:

  1. Correct any spelling mistakes, punctuation errors, and grammatical issues.
  2. Ensure proper capitalization and sentence structure.
  3. Maintain the original meaning and tone of the text.
  4. Only output the corrected text without any additional commentary.

Professional Document Refinement

For formal documents or reports that require a higher level of polish

Prompt

Refine the following text for a professional document:

  1. Correct all grammatical errors, including subject-verb agreement and proper tense usage.
  2. Improve word choice for clarity and precision, using industry-standard terminology where appropriate.
  3. Ensure consistent formatting and style throughout the document.
  4. Maintain a formal tone while preserving the original content and intent.
  5. Return only the refined text without any explanations or comments.
flowchart TD
    A[Raw Dictated Text] --> B{Basic or Professional?}
    B -->|Basic| C[Apply Basic Grammar Correction]
    B -->|Professional| D[Apply Professional Refinement]
    C --> E[Corrected Text]
    D --> E
    E --> F[Output Refined Text]

Formatting and Structuring

Slack Message Formatting

For formatting text suitable for Slack communication

Prompt

Format the following text for a Slack message:

  1. Use appropriate Slack markdown (e.g., *bold*, _italic_, code).
  2. Break long paragraphs into shorter, more digestible chunks.
  3. Use bullet points or numbered lists for multiple items.
  4. Add relevant emojis to enhance readability and engagement.
  5. Ensure the overall message is clear and concise.
  6. Output only the formatted text, ready to be pasted into Slack.

Blog Post Structuring

For organizing dictated content into a well-structured blog post

Prompt

Structure the provided content into a blog post format:

  1. Create an engaging title and subtitle.
  2. Organize the content into clear sections with appropriate headings (H2, H3).
  3. Add an introduction that hooks the reader and outlines the post's content.
  4. Break up large paragraphs into smaller, more readable chunks.
  5. Include transitional phrases between sections for better flow.
  6. Conclude with a summary and a call-to-action or thought-provoking question.
  7. Suggest 3-5 relevant tags for the post.
  8. Output the structured post in Markdown format.
graph TD
    A[Raw Content] --> B{Slack or Blog?}
    B -->|Slack| C[Apply Slack Formatting]
    B -->|Blog| D[Structure Blog Post]
    C --> E[Add Slack Markdown]
    C --> F[Break into Chunks]
    C --> G[Add Emojis]
    D --> H[Create Title/Subtitle]
    D --> I[Organize Sections]
    D --> J[Add Intro/Conclusion]
    D --> K[Suggest Tags]
    E --> L[Formatted Output]
    F --> L
    G --> L
    H --> M[Structured Blog Post]
    I --> M
    J --> M
    K --> M

Meeting Notes/Summarization

Concise Meeting Summary

For creating brief, actionable summaries of meetings

Prompt

Summarize the provided meeting transcript:

  1. Identify and list the main topics discussed.
  2. Extract key decisions made during the meeting.
  3. Compile a list of action items, including responsible parties and deadlines if mentioned.
  4. Limit the summary to no more than 500 words.
  5. Use bullet points for clarity and easy reading.
  6. Do not include any introductory text or commentary in your response.

Detailed Meeting Notes with Assigned Tasks

For comprehensive meeting documentation with clear task assignments

Prompt

Create detailed meeting notes from the provided transcript:

  1. Start with a brief overview of the meeting's purpose and attendees.
  2. Organize the content into clear sections based on agenda items or main topics.
  3. Under each section, provide a summary of the discussion, including any decisions made.
  4. Clearly highlight action items in a separate section, formatted as:
    • Task: [Description]
    • Assigned to: [Name]
    • Deadline: [Date]
  5. Include any follow-up meetings or next steps discussed.
  6. Use appropriate formatting (headers, bullet points, etc.) for readability.
  7. Conclude with a brief summary of key takeaways.
sequenceDiagram
    participant MT as Meeting Transcript
    participant AI as AI Processor
    participant O as Output
    MT->>AI: Raw transcript
    AI->>AI: Analyze content
    alt Concise Summary
        AI->>O: Main topics
        AI->>O: Key decisions
        AI->>O: Action items
    else Detailed Notes
        AI->>O: Meeting overview
        AI->>O: Sectioned content
        AI->>O: Detailed summaries
        AI->>O: Formatted action items
        AI->>O: Next steps
        AI->>O: Key takeaways
    end

Email Composition

Quick Professional Reply

For composing brief, professional email responses

Prompt

Transform the dictated text into a professional email reply:

  1. Start with an appropriate greeting based on the context provided.
  2. Organize the content into clear, concise paragraphs.
  3. Maintain a professional yet friendly tone throughout the email.
  4. Ensure all questions or points from the original email are addressed.
  5. Conclude with an appropriate sign-off and your name.
  6. Check for and correct any grammar or spelling errors.
  7. The final output should only contain the email text, ready to be sent.

Formal Business Proposal Email

For creating detailed, persuasive business proposal emails

Prompt

Construct a formal business proposal email from the provided content:

  1. Begin with a professional salutation and a brief, engaging introduction.
  2. Clearly state the purpose of the proposal in the opening paragraph.
  3. Organize the main body into sections:
    • Background/Context
    • Proposed Solution/Idea
    • Benefits and Value Proposition
    • Implementation Plan or Next Steps
  4. Use bullet points or numbered lists for key details or features.
  5. Include a compelling call-to-action in the closing paragraph.
  6. End with a professional sign-off and your full name and title.
  7. Ensure the tone is confident, persuasive, and tailored to the recipient's interests.
  8. Proofread for perfect grammar, spelling, and formatting.
  9. Output only the final email text, ready for sending.
stateDiagram-v2
    [*] --> DictatedContent
    DictatedContent --> IdentifyEmailType
    IdentifyEmailType --> QuickReply : Brief response needed
    IdentifyEmailType --> FormalProposal : Detailed proposal required
    
    QuickReply --> FormatGreeting
    QuickReply --> OrganizeContent
    QuickReply --> ApplyTone
    QuickReply --> AddSignOff
    
    FormalProposal --> CreateIntroduction
    FormalProposal --> StructureMainBody
    FormalProposal --> AddCallToAction
    FormalProposal --> FormalClosing
    
    FormatGreeting --> FinalProofread
    OrganizeContent --> FinalProofread
    ApplyTone --> FinalProofread
    AddSignOff --> FinalProofread
    
    CreateIntroduction --> FinalProofread
    StructureMainBody --> FinalProofread
    AddCallToAction --> FinalProofread
    FormalClosing --> FinalProofread
    
    FinalProofread --> [*]

Language Style Adjustment

Casual Conversation Style

For transforming formal text into a more casual, conversational tone

Prompt

Convert the following text into a casual, conversational style:

  1. Use contractions (e.g., "it's" instead of "it is").
  2. Incorporate common colloquialisms and informal phrases.
  3. Simplify complex sentences into shorter, more digestible ones.
  4. Add personal pronouns to make the text more relatable (e.g., "you," "we").
  5. Include rhetorical questions or conversational transitions.
  6. Maintain the original meaning while making the tone friendlier and more approachable.
  7. Output only the converted text without any explanations.

Academic Writing Style

For adjusting casual text to a more formal, academic tone

Prompt

Transform the provided text into an academic writing style:

  1. Replace casual language with more formal alternatives.
  2. Eliminate contractions and colloquialisms.
  3. Use passive voice where appropriate to maintain an objective tone.
  4. Incorporate discipline-specific terminology relevant to the subject matter.
  5. Ensure proper citation format for any references (assume APA style unless otherwise specified).
  6. Structure sentences and paragraphs to build logical arguments.
  7. Maintain third-person perspective unless first-person is explicitly required.
  8. Output the transformed text without additional commentary.
graph TD
    A[Input Text] --> B{Style Adjustment}
    B -->|Casual| C[Apply Casual Conversions]
    B -->|Academic| D[Apply Academic Transformations]
    C --> E[Use Contractions]
    C --> F[Add Colloquialisms]
    C --> G[Simplify Sentences]
    D --> H[Formalize Language]
    D --> I[Remove Contractions]
    D --> J[Incorporate Terminology]
    E --> K[Adjusted Text]
    F --> K
    G --> K
    H --> L[Academic Output]
    I --> L
    J --> L

Specialized Content Creation

Technical Documentation

For creating clear and concise technical documentation

Prompt

Transform the provided information into technical documentation:

  1. Begin with a brief overview of the topic or system being documented.
  2. Organize the content into logical sections with clear headings.
  3. Use consistent terminology throughout the document.
  4. Include step-by-step instructions where applicable, using numbered lists.
  5. Add relevant code snippets or command-line examples, formatted appropriately.
  6. Define any technical terms or acronyms on first use.
  7. Include a 'Troubleshooting' section addressing common issues and solutions.
  8. Conclude with a brief summary and additional resources if available.
  9. Format the output in Markdown, ready for inclusion in a technical document.

Creative Story Expansion

For expanding a brief story idea into a more detailed narrative

Prompt

Expand the given story idea into a more detailed narrative:

  1. Develop the main character(s) with more depth, including motivations and backstory.
  2. Enhance the setting with vivid descriptive details.
  3. Expand the plot, adding complications and obstacles for the character(s) to overcome.
  4. Include dialogue to reveal character personalities and advance the story.
  5. Maintain a consistent narrative voice and perspective.
  6. Ensure a clear beginning, middle, and end structure.
  7. Aim for approximately 500-750 words in the expanded story.
  8. Output only the expanded story without any explanatory notes.
flowchart TD
    A[Raw Content] --> B{Content Type}
    B -->|Technical Doc| C[Structure Documentation]
    B -->|Creative Story| D[Expand Narrative]
    C --> E[Add Overview]
    C --> F[Organize Sections]
    C --> G[Include Code/Examples]
    C --> H[Add Troubleshooting]
    D --> I[Develop Characters]
    D --> J[Enhance Setting]
    D --> K[Expand Plot]
    D --> L[Add Dialogue]
    E --> M[Final Technical Doc]
    F --> M
    G --> M
    H --> M
    I --> N[Expanded Story]
    J --> N
    K --> N
    L --> N

Instruction Processing

In-Text Formatting Instructions

For processing text that includes its own formatting instructions

Prompt

Process the following text, applying any formatting or editing instructions contained within it:

  1. Identify instructions denoted by specific markers (e.g., [BOLD], [ITALICS], [H1], etc.).
  2. Apply the specified formatting to the relevant text.
  3. Remove the instruction markers from the final output.
  4. Follow any content modification instructions (e.g., [REMOVE], [REPLACE X WITH Y]).
  5. If encountering ambiguous instructions, make a best judgment call.
  6. Maintain the overall structure and flow of the text.
  7. Output only the processed text with formatting applied, without any meta-commentary.

Dynamic Content Adjustment

For text that includes instructions for dynamic content changes

Prompt

Modify the provided text based on embedded instructions for dynamic content:

  1. Look for placeholders or variables indicated by double curly braces (e.g., {{CURRENT_DATE}}, {{USER_NAME}}).
  2. Replace these placeholders with appropriate dynamic content:
    • {{CURRENT_DATE}}: Replace with the current date
    • {{USER_NAME}}: Replace with "valued customer" (or a specified name if given)
    • {{COMPANY_NAME}}: Replace with "our company" (or a specified company if given)
  3. Adjust surrounding text for grammatical correctness after replacements.
  4. Process any conditional content marked with [IF condition] and [ENDIF] tags.
  5. Remove all placeholder and conditional markers from the final text.
  6. Ensure the resulting text flows naturally and makes sense with the replacements.
  7. Output only the final, processed text without explanations.
graph TD
    A[Input Text] --> B{Instruction Type}
    B -->|Formatting| C[Identify Markers]
    B -->|Dynamic Content| D[Locate Placeholders]
    C --> E[Apply Formatting]
    C --> F[Remove Markers]
    D --> G[Replace Placeholders]
    D --> H[Process Conditionals]
    E --> I[Formatted Output]
    F --> I
    G --> J[Dynamically Adjusted Text]
    H --> J
    I --> K[Final Processed Text]
    J --> K

Domain-Specific Terminology

Medical Terminology Correction

For improving the accuracy of medical terms in dictated text

Prompt

Review and correct the medical terminology in the provided text:

  1. Identify and correct any misspelled or misused medical terms.
  2. Ensure proper capitalization of drug names, anatomical terms, and condition names.
  3. Expand common medical abbreviations unless they are standard in the field.
  4. Correct any layman's terms to their proper medical equivalents where appropriate.
  5. Maintain the original structure and context of the text.
  6. If encountering ambiguous terms, choose the most likely correct version based on context.
  7. Do not add explanations or definitions unless they were present in the original text.
  8. Output only the corrected text without any commentary on the changes made.

For enhancing the precision of legal language in dictated content

Prompt

Refine the legal terminology and phrasing in the given text:

  1. Correct ### Legal Jargon Refinement
    For enhancing the precision of legal language in dictated content
Prompt

Refine the legal terminology and phrasing in the given text:

  1. Correct any misused legal terms or phrases to their proper form.
  2. Ensure consistent use of formal legal language throughout the document.
  3. Replace colloquial expressions with their appropriate legal equivalents.
  4. Verify and correct citations or references to legal codes, if present (assume US law unless specified otherwise).
  5. Maintain the original meaning and intent of the text while improving its legal precision.
  6. Format any case names, statutes, or legal principles according to standard legal citation practices.
  7. Ensure proper use of legal terms of art and Latin phrases where appropriate.
  8. Output only the refined text without explanations of the changes made.
flowchart TD
    A[Input Text] --> B{Domain}
    B -->|Medical| C[Identify Medical Terms]
    B -->|Legal| D[Identify Legal Terms]
    C --> E[Correct Spelling/Usage]
    C --> F[Expand Abbreviations]
    C --> G[Replace Layman's Terms]
    D --> H[Refine Legal Phrases]
    D --> I[Correct Citations]
    D --> J[Format Legal Terms]
    E --> K[Corrected Medical Text]
    F --> K
    G --> K
    H --> L[Refined Legal Document]
    I --> L
    J --> L

Multi-step Processing

Transcription to Publication-Ready Article

For transforming raw transcription into a polished, publishable article

Prompt

Transform the provided transcription into a publication-ready article:

  1. Clean up the text by removing filler words, false starts, and repetitions.
  2. Organize the content into a logical structure with clear introduction, body, and conclusion.
  3. Create a compelling headline and subheadings for each main section.
  4. Expand on key points with additional context or examples if necessary.
  5. Ensure proper citation for any quoted material or statistics.
  6. Adjust the language for a more formal, journalistic style.
  7. Add transitional phrases between paragraphs and sections for improved flow.
  8. Conclude with a strong summary or call-to-action.
  9. Proofread for grammar, spelling, and punctuation.
  10. Format the article in Markdown, ready for digital publication.
  11. Suggest 3-5 relevant tags or keywords for the article.
  12. Output only the final article without any explanatory notes.

Data Analysis Report Generation

For creating comprehensive data analysis reports from raw notes and findings

Prompt

Generate a detailed data analysis report from the provided notes and findings:

  1. Start with an executive summary highlighting key insights and recommendations.
  2. Create an introduction explaining the purpose and scope of the analysis.
  3. Organize the main body into sections:
    • Methodology
    • Data Sources and Collection
    • Analysis and Findings
    • Data Visualizations (describe charts/graphs to be included)
    • Discussion of Results
  4. Use appropriate statistical terminology and explain complex concepts clearly.
  5. Include data-driven insights and their potential implications.
  6. Formulate actionable recommendations based on the analysis.
  7. Add a conclusion summarizing the main points and reinforcing key takeaways.
  8. Create a bibliography or references section for data sources and methodologies.
  9. Suggest areas for further research or analysis.
  10. Format the report in a professional, easy-to-read structure using Markdown.
  11. Output only the final report without any meta-commentary.
graph TD
    A[Raw Input] --> B{Process Type}
    B -->|Transcription to Article| C[Clean Text]
    B -->|Data Analysis Report| D[Create Executive Summary]
    C --> E[Organize Structure]
    C --> F[Create Headlines]
    C --> G[Expand Key Points]
    D --> H[Write Introduction]
    D --> I[Organize Findings]
    D --> J[Create Visualizations]
    E --> K[Add Transitions]
    F --> K
    G --> K
    H --> L[Formulate Recommendations]
    I --> L
    J --> L
    K --> M[Final Article]
    L --> N[Complete Report]

Output Cleanup

Remove AI Signatures

For eliminating AI-generated preambles, signatures, or explanatory notes

Prompt

Process the following AI-generated text to remove any AI signatures or unnecessary content:

  1. Delete any introductory phrases like "Here's the corrected text:" or "The refined version is:".
  2. Remove any explanations about changes made to the text.
  3. Eliminate AI-generated signatures or closings (e.g., "I hope this helps!" or "Let me know if you need anything else.").
  4. Delete any disclaimers about AI limitations or capabilities.
  5. Ensure the remaining text flows naturally without abrupt starts or endings.
  6. Maintain all substantive content and formatting from the original text.
  7. Output only the cleaned text without any additional comments.

Format Standardization

For ensuring consistent formatting across different text inputs

Prompt

Standardize the formatting of the provided text according to these guidelines:

  1. Use a consistent heading structure (H1 for main title, H2 for major sections, H3 for subsections).
  2. Standardize bullet point and numbered list formats.
  3. Ensure consistent use of bold, italic, and underline formatting.
  4. Standardize spacing: single space within paragraphs, double space between paragraphs.
  5. Use a consistent date format throughout (e.g., YYYY-MM-DD).
  6. Standardize capitalization in headings (either title case or sentence case, choose one).
  7. Ensure consistent use of Oxford commas in lists.
  8. Standardize quotation marks (use double quotes for primary quotations, single for quotes within quotes).
  9. Apply consistent formatting for hyperlinks, if any.
  10. Output the standardized text in Markdown format.
flowchart TD
    A[Input Text] --> B{Cleanup Type}
    B -->|Remove AI Signatures| C[Delete Intros/Outros]
    B -->|Format Standardization| D[Apply Heading Structure]
    C --> E[Remove Explanations]
    C --> F[Delete Disclaimers]
    C --> G[Ensure Natural Flow]
    D --> H[Standardize Lists]
    D --> I[Consistent Formatting]
    D --> J[Standardize Spacing]
    E --> K[Cleaned Text]
    F --> K
    G --> K
    H --> L[Standardized Output]
    I --> L
    J --> L