# Prompt Library

Not sure where to start? Browse our Prompt Library to see some popular ways Korey can help!

<details>

<summary>🎓 Story Coach</summary>

Write actionable stories with clear acceptance criteria

{% code overflow="wrap" %}

```
Help me write a story about ...
```

{% endcode %}

</details>

<details>

<summary>👥 Team Updates</summary>

Get a detailed summary of what your team achieved recently

{% code overflow="wrap" %}

```
What did my team work on last week?
```

{% endcode %}

</details>

<details>

<summary>🚦 Project Health</summary>

Health summary of active projects

{% code overflow="wrap" %}

```
Summarize the health of all active projects on my team ...
```

{% endcode %}

</details>

<details>

<summary>🎧 Standup Assistant</summary>

Ask Korey what you've worked on recently

{% code overflow="wrap" %}

```
What did I work on yesterday? Summarize for a standup meeting
```

{% endcode %}

</details>

<details>

<summary>📝 Release Notes</summary>

Summarize what has released

{% code overflow="wrap" %}

```
Create a release notes summary of what our team shipped last week.
```

{% endcode %}

</details>

<details>

<summary>🎯 Progress Summary</summary>

Get progress on a scope of work

{% code overflow="wrap" %}

```
Summarize progress and notable moments for this project: [insert epic/story/issue/project here] ...
```

{% endcode %}

</details>

<details>

<summary>🚀 Project Delivery</summary>

Based on workspace data, predict when projects will deliver

{% code overflow="wrap" %}

```
When do you predict that we will deliver [project name]
```

{% endcode %}

</details>

<details>

<summary>✏️ PRD</summary>

Create a Product Requirements Doc

{% code overflow="wrap" %}

```
Create a Product Requirements Doc about [insert problem or solution here]
```

{% endcode %}

</details>

<details>

<summary>🔍 Staleness Detector</summary>

Find work that has gone stale

{% code overflow="wrap" %}

```
Look through my team's backlog and active workstreams and find incomplete work that hasn't been updated in over 6 months ...
```

{% endcode %}

</details>

### 👀 Coming Soon!

* 📊 **Chart your Data** → Korey will build custom charts from your data
* **⛙** **Open PRs** →  Check for open PRs that need review
* 🖼️ **Images to Tasks** →  Turn images into actionable tasks
* **〈 〉 Implementation Strategy** → Go from spec to Sub-tasks
* and more!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.korey.ai/using-korey/prompt-library.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
