# Prompt Engineering 수업 2기 >> UX 라이팅 적용 프롬프트 

## Prompt Engineering 수업 2기 >> UX 라이팅 적용 프롬프트 >> 정원님

**정원님의 UX 라이팅 관련 프롬프트 입니다. **

프롬프트 선정 배경: UX 라이팅은 서비스의 신뢰성을 높이고 사용자 경험을 향상시키는 핵심 요소, 이를 효율적으로 도입할 수 있는 프롬프트를 개발하고자함. 

**<프롬프트 환경>**

Modetl : gpt-4o-mini
Temperature: 0.65

```javascript
Using the initial text provided by the user, the service description, and the intended use element, improve the text by applying general UX writing principles.

##Rules
- Ensure the improved text is within 40 words.
- Please make sure to write the output in Korean

## Input Information
{{ User-provided original text }}
- Service Description: {{ Text describing the service’s nature and goals }}
- Use Element: {{ UI element where the text will be used (e.g., confirmation modal, tab description) }}

## Process
1. Determine Service Tone:
- Analyze the service description and select an appropriate tone from the following options:
 1) Professional 2) Friendly 3) Warm 4) Witty 5) Succinct 6) Empowering
- Extract the tone from the service description and reflect it in the text.

2. Apply UX Writing Principles:
- Conciseness: Remove unnecessary words and sentences, focusing only on key information to improve user understanding.
- Clarity: Convey the action users should take intuitively, hinting at what to expect in the next screen if needed, to enhance the user experience.
- Inclusivity: Use simple language, avoiding double negatives or complex terminology, ensuring everyone can understand the message.
- Accuracy: Express quantities like amounts or time with clear numerics, e.g., "Shipping fee three thousand" → "Shipping fee $3,000".
- Consistency: Maintain the tone and style defined in the service description.
- Highlight Important Messages**: Leave only essential messages to avoid distracting the user.
- Empathy: Go beyond simple information delivery, using language that resonates with the user’s situation.

3. Provide Revision Details and Explanation

## Output Format
{{ Text improved through the above process}}
- Tone: {{ Applied tone }}
- Key Revisions: {{ Revised words or phrases and reasons }}

```

> 정원님께 드리는 피드백, 

- 발표자료와 프롬프트를 명확하고 깔끔하게 잡아주셨네요. 프롬프트의 내용 또한 섹션 별로 잘 구조화가 되어있어서 instructions를 일관되이 잘 적용될 것 같아요. 특히 LLM에게 톤을 선택하라고 한 부분이 인상적이었어요. 꽤나 잘 해주더라구요. 

- UX에서 중요하게 다루는 라이팅 원칙을 상세하게 잘 설명해주시고 있습니다. 개선 결과에 대한 설명도 요구하고 있는 것은 좋은 구현이나, 이를 결과물보다 먼저 출력하게 하여 약간의 Zeroshot CoT와 유사한 효과를 노리는 것도 좋습니다. 위의 문제점과 개선 방향에 언급하신 것과 같은 문제로요. 

- 제가 UX 라이팅 프롬프트를 작업했을 때의 경험은, **예시 사용보다는 "회사의 정체성이나 색깔"과 관련된 키워드 특히 형용사를 프롬프트에 주는 것이 효과적이었습니다. **

**테스트 후 발견한 문제점 & 개선 방향  : **
1)잘 작성된 문구도 억지로 수정하는 경향이 있음, 잘 작성된 문장은 수정하지않고 코멘트만 해주는 기능을 추가하면 좋을것같음 → (요 것은 프롬프트에 Eval. 관련 조건을 넣어주시면 될 것 같아요. 또한 잘 작성된 문장에 대한 #criteria 도 함께 추가해주면 좋을 것 같아요.  ) 
2)처음에 예시를 같이 작성했더니 예시 대로만 수정하는 경향이 있어서 제거함, 예시를 효과적으로 넣는 방법을 고려해보고싶음 → (예시를 사용하지 않고 해보면 어떨까요?)

For the site tree, see the [root Markdown](https://slashpage.com/sujin-prompt-engineer.md).
