-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
37 lines (37 loc) · 1.4 KB
/
Copy pathplugin.json
File metadata and controls
37 lines (37 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "imagination",
"version": "0.1.3",
"description": "One creative workflow for generating distinct ideas, waiting for the user's choice, and pressure-testing the selected direction.",
"author": {
"name": "djfksjd",
"url": "https://github.com/djfksjd"
},
"homepage": "https://github.com/djfksjd/imagination",
"repository": "https://github.com/djfksjd/imagination",
"license": "MIT",
"keywords": [
"creativity",
"ideation",
"brainstorming",
"concept-design",
"worldbuilding"
],
"skills": "./skills/",
"interface": {
"displayName": "Imagination",
"shortDescription": "Generate ideas, choose, then deepen",
"longDescription": "A staged creative workflow that first returns a portfolio of useful, non-obvious directions, pauses for the user's choice, then pressure-tests and develops the selected idea. It preserves the independently evaluated Imagination Engine and Concept Workshop while preventing unreliable automatic selection.",
"developerName": "djfksjd",
"category": "Creativity",
"capabilities": [
"Interactive",
"Read"
],
"websiteURL": "https://github.com/djfksjd/imagination",
"defaultPrompt": [
"Use $imagination to create several directions for my brief.",
"Use $imagination to develop the direction I selected.",
"Use $imagination to replace these rejected ideas with new mechanisms."
]
}
}