-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodex-cli.json
More file actions
105 lines (105 loc) · 2.51 KB
/
codex-cli.json
File metadata and controls
105 lines (105 loc) · 2.51 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "wireframe-platform",
"version": "1.0.0",
"description": "Codex CLI prompt manifest for the core wireframe platform 5-command slash prompts (Option B).",
"baseDir": "context/prompts",
"prompts": {
"analyze": {
"path": "analyze.prompt.md",
"description": "Analyze intake material to produce structured wireframe brief outputs.",
"aliases": [
"/analyze"
],
"phase": "analyze",
"variables": [
"project",
"brief",
"url",
"screenshot",
"refresh_context"
]
},
"export": {
"path": "export.prompt.md",
"description": "Package agent outputs and optionally generate the Lovable export prompt.",
"aliases": [
"/export"
],
"phase": "export",
"variables": [
"project",
"lovable"
]
},
"start": {
"path": "start.prompt.md",
"description": "Summarize current workflow state, surfaced artifacts, and recommended next actions.",
"aliases": [
"/start"
],
"phase": "orientation",
"variables": [
"project"
]
},
"strategize": {
"path": "strategize.prompt.md",
"description": "Generate differentiated wireframe layout variants and routing guidance.",
"aliases": [
"/strategize"
],
"phase": "strategize",
"variables": [
"project",
"variants"
]
},
"validate": {
"path": "validate.prompt.md",
"description": "Validate metadata, business context alignment, and optional UI artifacts.",
"aliases": [
"/validate"
],
"phase": "validate",
"variables": [
"project",
"metadata",
"context",
"ui",
"dom",
"screenshot",
"console"
]
},
"ux-review": {
"path": "ux-review.prompt.md",
"description": "Critically review a built variant against UX heuristics and business goals.",
"aliases": [
"/ux-review"
],
"phase": "validate",
"variables": [
"project",
"variant",
"dom",
"screenshot",
"change_log"
]
},
"wf": {
"path": "wf.prompt.md",
"description": "Run the end-to-end wireframe orchestrator workflow for wireframe platform projects.",
"aliases": [
"/wf"
],
"phase": "orchestrate",
"variables": [
"project",
"brief",
"url",
"screenshot",
"refresh_context"
]
}
}
}