---
name: improve-prompts
description: "Improves vague, weak, or incomplete prompts into clearer, more detailed, and more effective AI-ready prompts."
allowed-tools: Bash Read Write
---

# Improve Prompts

This skill is responsible for improving low-quality prompts into more structured, useful, and context-aware prompts.

It helps users transform weak instructions into prompts that are more likely to produce high-quality AI outputs.

---

## Objectives

This skill should:

- identify vague or unclear parts of the prompt
- preserve the original user intent
- add useful context and clarity
- improve prompt structure
- make the prompt more effective for AI systems

---

## Optimization Strategy

When improving prompts, focus on:

- **clarity**
- **specificity**
- **structure**
- **expected output**
- **relevance to the use case**

---

## Expected Behavior

When this skill is used, the agent should:

1. analyze the raw prompt
2. identify weaknesses
3. improve the wording and structure
4. produce a stronger AI-ready prompt

---

## Output Style

Return:

1. the improved prompt  
2. a short explanation of what was improved (if helpful)