-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopen-design.json
More file actions
37 lines (37 loc) · 1004 Bytes
/
Copy pathopen-design.json
File metadata and controls
37 lines (37 loc) · 1004 Bytes
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
{
"specVersion": "1.0.0",
"name": "reusable-workflow-plugin-authoring",
"version": "0.1.0",
"description": "Scaffold a local Open Design plugin from a reusable workflow brief.",
"mode": "skill",
"taskKind": "plugin-authoring",
"inputs": {
"pluginGoal": {
"type": "string",
"description": "Reusable workflow described by the user's prompt.",
"required": true
}
},
"pipeline": {
"stage": "discovery",
"atoms": [
"discovery-question-form",
"todo-write",
"critique-theater"
],
"until": "plugin.validated && install.confirmed"
},
"context": {
"skill": "generated-plugin/SKILL.md",
"briefSource": "user prompt",
"localValidation": true,
"localInstall": true
},
"plugin": {
"repo": "https://github.com/AmyShang-alt/reusable-workflow-plugin-authoring"
},
"homepage": "https://github.com/AmyShang-alt/reusable-workflow-plugin-authoring",
"author": {
"url": "https://github.com/AmyShang-alt"
}
}