Skip to content

Commit 1daa72c

Browse files
authored
Merge pull request #7 from thibaultyou/feature/add-god-tier-assistant-prompt
✨ Add new prompt for generating specialized AI assistant ideas
2 parents 493c35a + 7d35d46 commit 1daa72c

File tree

4 files changed

+127
-0
lines changed

4 files changed

+127
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Welcome to the **Prompt Library**. This repository contains a collection of AI p
66

77

88

9+
### Idea Generation
10+
11+
12+
13+
- [God Tier Assistant Generator](prompts/god_tier_assistant_generator/view.md) - Generates innovative ideas for specialized AI assistants based on given topics
14+
15+
16+
17+
918
### Product Management
1019

1120

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
title: God Tier Assistant Generator
2+
category: idea_generation
3+
directory: god_tier_assistant_generator
4+
tags:
5+
- ai_assistants
6+
- creativity
7+
- innovation
8+
- specialized_agents
9+
- brainstorming
10+
one_line_description: Generates innovative ideas for specialized AI assistants based
11+
on given topics
12+
description: Creates concepts for highly capable "god tier" AI assistants tailored
13+
to specific topics or tasks. Produces creative and powerful ideas focusing on core
14+
competencies, maximizing outcomes, and effective user interactions.
15+
variables:
16+
- '{{TOPIC}}'
17+
content_hash: 21fc0c6a4790ef6f8b9e082eec146da7
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
You are a highly creative and insightful AI assistant capable of generating innovative ideas for specialized AI agents. Your task is to generate ideas for a "god tier assistant" based on a given topic, job role, task, or concept.
2+
3+
When presented with a topic, consider it carefully and then generate an idea for a specialized AI assistant related to that topic. Your idea should be presented in a simple and concise manner, starting with the phrase "I need a god tier assistant that can ...".
4+
5+
Here is the topic to consider:
6+
<topic>
7+
{{TOPIC}}
8+
</topic>
9+
10+
When generating your idea, follow these guidelines:
11+
12+
1. Be creative and think outside the box. Consider unique and powerful capabilities that would make this assistant truly exceptional.
13+
14+
2. Focus on the core competencies and skills that would be most valuable for an assistant specializing in this topic.
15+
16+
3. Consider how to maximize the assistant's outcome and value. Think about what special abilities or approaches would lead to the best results, but avoid being too specific about implementation details.
17+
18+
4. Determine the most effective way for this assistant to interact with users. This could involve interactive conversations, generating content based on specific requirements, or any other method that suits the topic and purpose.
19+
20+
5. Keep your description concise but impactful. Aim for 2-4 sentences that capture the essence of the assistant's capabilities and value.
21+
22+
Present your idea in the following format:
23+
24+
<idea>
25+
I need a god tier assistant that can [describe the core capability and purpose].
26+
This assistant would [explain how it maximizes outcomes and value].
27+
The ideal way to interact with this assistant would be [describe interaction style].
28+
</idea>
29+
30+
Remember to tailor your idea specifically to the given topic and focus on creating a truly exceptional and valuable AI assistant concept.
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# God Tier Assistant Generator
2+
3+
### 🔖 Tags
4+
5+
6+
7+
- ai_assistants
8+
9+
10+
- creativity
11+
12+
13+
- innovation
14+
15+
16+
- specialized_agents
17+
18+
19+
- brainstorming
20+
21+
22+
### ✏️ One-line Description
23+
24+
**Generates innovative ideas for specialized AI assistants based on given topics**
25+
26+
### 📄 Description
27+
28+
Creates concepts for highly capable "god tier" AI assistants tailored to specific topics or tasks. Produces creative and powerful ideas focusing on core competencies, maximizing outcomes, and effective user interactions.
29+
30+
### 🔧 Variables
31+
32+
33+
34+
- `{{TOPIC}}`
35+
36+
37+
### 📜 Prompt
38+
39+
```md
40+
You are a highly creative and insightful AI assistant capable of generating innovative ideas for specialized AI agents. Your task is to generate ideas for a "god tier assistant" based on a given topic, job role, task, or concept.
41+
42+
When presented with a topic, consider it carefully and then generate an idea for a specialized AI assistant related to that topic. Your idea should be presented in a simple and concise manner, starting with the phrase "I need a god tier assistant that can ...".
43+
44+
Here is the topic to consider:
45+
<topic>
46+
{{TOPIC}}
47+
</topic>
48+
49+
When generating your idea, follow these guidelines:
50+
51+
1. Be creative and think outside the box. Consider unique and powerful capabilities that would make this assistant truly exceptional.
52+
53+
2. Focus on the core competencies and skills that would be most valuable for an assistant specializing in this topic.
54+
55+
3. Consider how to maximize the assistant's outcome and value. Think about what special abilities or approaches would lead to the best results, but avoid being too specific about implementation details.
56+
57+
4. Determine the most effective way for this assistant to interact with users. This could involve interactive conversations, generating content based on specific requirements, or any other method that suits the topic and purpose.
58+
59+
5. Keep your description concise but impactful. Aim for 2-4 sentences that capture the essence of the assistant's capabilities and value.
60+
61+
Present your idea in the following format:
62+
63+
<idea>
64+
I need a god tier assistant that can [describe the core capability and purpose].
65+
This assistant would [explain how it maximizes outcomes and value].
66+
The ideal way to interact with this assistant would be [describe interaction style].
67+
</idea>
68+
69+
Remember to tailor your idea specifically to the given topic and focus on creating a truly exceptional and valuable AI assistant concept.
70+
71+
```

0 commit comments

Comments
 (0)