@jaimevalasek/aioson 1.30.1 → 1.30.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/docs/design-previews/cognitive-core-ui-auth.html +95 -0
  3. package/docs/design-previews/cognitive-core-ui-kanban.html +231 -0
  4. package/docs/design-previews/cognitive-core-ui-list-detail.html +174 -0
  5. package/docs/design-previews/cognitive-core-ui-preview.css +1315 -0
  6. package/docs/design-previews/cognitive-core-ui-settings.html +142 -0
  7. package/docs/design-previews/cognitive-core-ui-website.html +190 -1009
  8. package/docs/design-previews/cognitive-core-ui.html +281 -463
  9. package/docs/design-previews/index.html +83 -31
  10. package/package.json +1 -1
  11. package/src/constants.js +567 -511
  12. package/template/.aioson/docs/play/README.md +2 -0
  13. package/template/.aioson/docs/play/agent-usage-guide.md +7 -1
  14. package/template/.aioson/docs/play/app-compatibility-guide.md +6 -1
  15. package/template/.aioson/docs/play/auth-services-and-testing.md +16 -1
  16. package/template/.aioson/docs/play/manifest-and-runtime.md +23 -0
  17. package/template/.aioson/skills/design/aurora-command-ui/SKILL.md +266 -243
  18. package/template/.aioson/skills/design/aurora-command-ui/references/art-direction.md +293 -293
  19. package/template/.aioson/skills/design/aurora-command-ui/references/components.md +827 -827
  20. package/template/.aioson/skills/design/aurora-command-ui/references/dashboards.md +250 -250
  21. package/template/.aioson/skills/design/aurora-command-ui/references/design-tokens.md +585 -585
  22. package/template/.aioson/skills/design/aurora-command-ui/references/motion.md +365 -365
  23. package/template/.aioson/skills/design/aurora-command-ui/references/patterns.md +485 -482
  24. package/template/.aioson/skills/design/aurora-command-ui/references/websites.md +386 -387
  25. package/template/.aioson/skills/design/bold-editorial-ui/SKILL.md +228 -205
  26. package/template/.aioson/skills/design/bold-editorial-ui/references/art-direction.md +338 -338
  27. package/template/.aioson/skills/design/bold-editorial-ui/references/components.md +977 -977
  28. package/template/.aioson/skills/design/bold-editorial-ui/references/dashboards.md +218 -218
  29. package/template/.aioson/skills/design/bold-editorial-ui/references/design-tokens.md +326 -326
  30. package/template/.aioson/skills/design/bold-editorial-ui/references/motion.md +461 -461
  31. package/template/.aioson/skills/design/bold-editorial-ui/references/patterns.md +293 -293
  32. package/template/.aioson/skills/design/bold-editorial-ui/references/websites.md +352 -352
  33. package/template/.aioson/skills/design/clean-saas-ui/SKILL.md +233 -210
  34. package/template/.aioson/skills/design/clean-saas-ui/references/art-direction.md +319 -319
  35. package/template/.aioson/skills/design/clean-saas-ui/references/components.md +365 -365
  36. package/template/.aioson/skills/design/clean-saas-ui/references/dashboards.md +196 -196
  37. package/template/.aioson/skills/design/clean-saas-ui/references/design-tokens.md +244 -244
  38. package/template/.aioson/skills/design/clean-saas-ui/references/motion.md +235 -235
  39. package/template/.aioson/skills/design/clean-saas-ui/references/patterns.md +215 -215
  40. package/template/.aioson/skills/design/clean-saas-ui/references/websites.md +295 -295
  41. package/template/.aioson/skills/design/cognitive-core-ui/SKILL.md +239 -203
  42. package/template/.aioson/skills/design/cognitive-core-ui/references/art-direction.md +339 -339
  43. package/template/.aioson/skills/design/cognitive-core-ui/references/components.md +417 -407
  44. package/template/.aioson/skills/design/cognitive-core-ui/references/dashboards.md +289 -272
  45. package/template/.aioson/skills/design/cognitive-core-ui/references/design-tokens.md +525 -524
  46. package/template/.aioson/skills/design/cognitive-core-ui/references/motion.md +279 -279
  47. package/template/.aioson/skills/design/cognitive-core-ui/references/patterns.md +355 -289
  48. package/template/.aioson/skills/design/cognitive-core-ui/references/websites.md +443 -437
  49. package/template/.aioson/skills/design/glassmorphism-ui/SKILL.md +245 -222
  50. package/template/.aioson/skills/design/glassmorphism-ui/references/art-direction.md +159 -159
  51. package/template/.aioson/skills/design/glassmorphism-ui/references/components.md +498 -498
  52. package/template/.aioson/skills/design/glassmorphism-ui/references/dashboards.md +236 -236
  53. package/template/.aioson/skills/design/glassmorphism-ui/references/design-tokens.md +274 -274
  54. package/template/.aioson/skills/design/glassmorphism-ui/references/motion.md +355 -355
  55. package/template/.aioson/skills/design/glassmorphism-ui/references/patterns.md +198 -198
  56. package/template/.aioson/skills/design/glassmorphism-ui/references/websites.md +307 -307
  57. package/template/.aioson/skills/design/interface-design/SKILL.md +68 -47
  58. package/template/.aioson/skills/design/interface-design/references/components-and-states.md +105 -105
  59. package/template/.aioson/skills/design/interface-design/references/design-directions.md +101 -101
  60. package/template/.aioson/skills/design/interface-design/references/handoff-and-quality.md +92 -71
  61. package/template/.aioson/skills/design/interface-design/references/intent-and-domain.md +74 -74
  62. package/template/.aioson/skills/design/interface-design/references/tokens-and-depth.md +173 -173
  63. package/template/.aioson/skills/design/neo-brutalist-ui/SKILL.md +236 -213
  64. package/template/.aioson/skills/design/neo-brutalist-ui/references/art-direction.md +228 -228
  65. package/template/.aioson/skills/design/neo-brutalist-ui/references/components.md +855 -855
  66. package/template/.aioson/skills/design/neo-brutalist-ui/references/dashboards.md +334 -334
  67. package/template/.aioson/skills/design/neo-brutalist-ui/references/design-tokens.md +342 -342
  68. package/template/.aioson/skills/design/neo-brutalist-ui/references/motion.md +286 -286
  69. package/template/.aioson/skills/design/neo-brutalist-ui/references/patterns.md +458 -458
  70. package/template/.aioson/skills/design/neo-brutalist-ui/references/websites.md +723 -723
  71. package/template/.aioson/skills/design/premium-command-center-ui/SKILL.md +83 -62
  72. package/template/.aioson/skills/design/premium-command-center-ui/references/operations.md +74 -74
  73. package/template/.aioson/skills/design/premium-command-center-ui/references/patterns.md +116 -116
  74. package/template/.aioson/skills/design/premium-command-center-ui/references/validation.md +47 -47
  75. package/template/.aioson/skills/design/premium-command-center-ui/references/visual-system.md +215 -215
  76. package/template/.aioson/skills/design/pt.squarespace.com/.skill-meta.json +31 -31
  77. package/template/.aioson/skills/design/pt.squarespace.com/SKILL.md +94 -66
  78. package/template/.aioson/skills/design/pt.squarespace.com/references/components.md +366 -366
  79. package/template/.aioson/skills/design/pt.squarespace.com/references/design-tokens.md +150 -150
  80. package/template/.aioson/skills/design/pt.squarespace.com/references/motion.md +270 -270
  81. package/template/.aioson/skills/design/pt.squarespace.com/references/patterns.md +189 -189
  82. package/template/.aioson/skills/design/pt.squarespace.com/references/websites.md +161 -161
  83. package/template/.aioson/skills/design/warm-craft-ui/SKILL.md +232 -209
  84. package/template/.aioson/skills/design/warm-craft-ui/references/art-direction.md +324 -324
  85. package/template/.aioson/skills/design/warm-craft-ui/references/components.md +508 -508
  86. package/template/.aioson/skills/design/warm-craft-ui/references/dashboards.md +223 -223
  87. package/template/.aioson/skills/design/warm-craft-ui/references/design-tokens.md +374 -374
  88. package/template/.aioson/skills/design/warm-craft-ui/references/motion.md +356 -356
  89. package/template/.aioson/skills/design/warm-craft-ui/references/patterns.md +288 -288
  90. package/template/.aioson/skills/design/warm-craft-ui/references/websites.md +289 -289
package/src/constants.js CHANGED
@@ -1,58 +1,58 @@
1
- 'use strict';
2
-
3
- const MANAGED_FILES = [
4
- 'CLAUDE.md',
5
- 'AGENTS.md',
6
- 'OPENCODE.md',
7
- '.aioson/config.md',
8
- '.aioson/agents/setup.md',
9
- '.aioson/agents/discovery-design-doc.md',
10
- '.aioson/agents/discover.md',
11
- '.aioson/agents/analyst.md',
12
- '.aioson/agents/scope-check.md',
13
- '.aioson/agents/architect.md',
14
- '.aioson/agents/ux-ui.md',
15
- '.aioson/agents/product.md',
16
- '.aioson/agents/deyvin.md',
17
- '.aioson/agents/pair.md',
18
- '.aioson/agents/pm.md',
19
- '.aioson/agents/sheldon.md',
20
- '.aioson/agents/dev.md',
21
- '.aioson/agents/qa.md',
22
- '.aioson/agents/validator.md',
23
- '.aioson/agents/tester.md',
24
- '.aioson/agents/orchestrator.md',
25
- '.aioson/agents/pentester.md',
26
- '.aioson/agents/squad.md',
27
- '.aioson/agents/orache.md',
28
- '.aioson/agents/genome.md',
29
- '.aioson/agents/neo.md',
30
- '.aioson/agents/design-hybrid-forge.md',
31
- '.aioson/agents/site-forge.md',
32
- '.aioson/agents/profiler-researcher.md',
33
- '.aioson/agents/profiler-enricher.md',
34
- '.aioson/agents/profiler-forge.md',
35
- '.aioson/agents/committer.md',
36
- '.aioson/agents/copywriter.md',
37
- '.aioson/agents/briefing.md',
38
- '.aioson/agents/briefing-refiner.md',
39
- '.aioson/agents/forge-run.md',
40
- '.aioson/docs/squad/package-contract.md',
41
- '.aioson/docs/squad/creation-flow.md',
42
- '.aioson/docs/squad/research-loop.md',
43
- '.aioson/docs/squad/quality-lens.md',
44
- '.aioson/docs/squad/workflow-quality.md',
45
- '.aioson/docs/squad/content-output.md',
46
- '.aioson/docs/squad/session-operations.md',
47
- '.aioson/docs/squad/genome-bindings.md',
48
- '.aioson/docs/feature-expansion-taxonomy.md',
49
- '.aioson/docs/product/conversation-playbook.md',
50
- '.aioson/docs/product/research-loop.md',
51
- '.aioson/docs/product/quality-lens.md',
52
- '.aioson/docs/product/prd-contract.md',
53
- '.aioson/docs/deyvin/continuity-recovery.md',
54
- '.aioson/docs/deyvin/pair-execution.md',
55
- '.aioson/docs/deyvin/runtime-handoffs.md',
1
+ 'use strict';
2
+
3
+ const MANAGED_FILES = [
4
+ 'CLAUDE.md',
5
+ 'AGENTS.md',
6
+ 'OPENCODE.md',
7
+ '.aioson/config.md',
8
+ '.aioson/agents/setup.md',
9
+ '.aioson/agents/discovery-design-doc.md',
10
+ '.aioson/agents/discover.md',
11
+ '.aioson/agents/analyst.md',
12
+ '.aioson/agents/scope-check.md',
13
+ '.aioson/agents/architect.md',
14
+ '.aioson/agents/ux-ui.md',
15
+ '.aioson/agents/product.md',
16
+ '.aioson/agents/deyvin.md',
17
+ '.aioson/agents/pair.md',
18
+ '.aioson/agents/pm.md',
19
+ '.aioson/agents/sheldon.md',
20
+ '.aioson/agents/dev.md',
21
+ '.aioson/agents/qa.md',
22
+ '.aioson/agents/validator.md',
23
+ '.aioson/agents/tester.md',
24
+ '.aioson/agents/orchestrator.md',
25
+ '.aioson/agents/pentester.md',
26
+ '.aioson/agents/squad.md',
27
+ '.aioson/agents/orache.md',
28
+ '.aioson/agents/genome.md',
29
+ '.aioson/agents/neo.md',
30
+ '.aioson/agents/design-hybrid-forge.md',
31
+ '.aioson/agents/site-forge.md',
32
+ '.aioson/agents/profiler-researcher.md',
33
+ '.aioson/agents/profiler-enricher.md',
34
+ '.aioson/agents/profiler-forge.md',
35
+ '.aioson/agents/committer.md',
36
+ '.aioson/agents/copywriter.md',
37
+ '.aioson/agents/briefing.md',
38
+ '.aioson/agents/briefing-refiner.md',
39
+ '.aioson/agents/forge-run.md',
40
+ '.aioson/docs/squad/package-contract.md',
41
+ '.aioson/docs/squad/creation-flow.md',
42
+ '.aioson/docs/squad/research-loop.md',
43
+ '.aioson/docs/squad/quality-lens.md',
44
+ '.aioson/docs/squad/workflow-quality.md',
45
+ '.aioson/docs/squad/content-output.md',
46
+ '.aioson/docs/squad/session-operations.md',
47
+ '.aioson/docs/squad/genome-bindings.md',
48
+ '.aioson/docs/feature-expansion-taxonomy.md',
49
+ '.aioson/docs/product/conversation-playbook.md',
50
+ '.aioson/docs/product/research-loop.md',
51
+ '.aioson/docs/product/quality-lens.md',
52
+ '.aioson/docs/product/prd-contract.md',
53
+ '.aioson/docs/deyvin/continuity-recovery.md',
54
+ '.aioson/docs/deyvin/pair-execution.md',
55
+ '.aioson/docs/deyvin/runtime-handoffs.md',
56
56
  '.aioson/docs/deyvin/debugging-escalation.md',
57
57
  '.aioson/docs/handoff-persistence.md',
58
58
  '.aioson/docs/integrations/dashboard-app-form-publish-mapping.md',
@@ -64,459 +64,515 @@ const MANAGED_FILES = [
64
64
  '.aioson/docs/play/manifest-and-runtime.md',
65
65
  '.aioson/docs/play/source-map.md',
66
66
  '.aioson/docs/sheldon/research-loop.md',
67
- '.aioson/docs/sheldon/web-intelligence.md',
68
- '.aioson/docs/sheldon/quality-lens.md',
69
- '.aioson/docs/sheldon/enrichment-paths.md',
70
- '.aioson/docs/sheldon/harness-contract.md',
71
- '.aioson/docs/dev/stack-conventions.md',
72
- '.aioson/docs/dev/execution-discipline.md',
73
- '.aioson/docs/dev/simple-plan-lane.md',
74
- '.aioson/docs/quality/code-health-analysis.md',
75
- '.aioson/skills/process/decision-presentation/SKILL.md',
76
- '.aioson/skills/process/decision-presentation/references/jargon-map.en.yaml',
77
- '.aioson/skills/process/decision-presentation/references/jargon-map.pt-BR.yaml',
78
- '.aioson/skills/process/prompt-sharpener/SKILL.md',
79
- '.aioson/skills/process/prompt-sharpener/references/prompt-diagnostics.md',
80
- '.aioson/skills/process/prompt-sharpener/agents/openai.yaml',
81
- '.aioson/skills/process/briefing-expansion-scout/SKILL.md',
82
- '.aioson/skills/process/product-scope-expansion/SKILL.md',
83
- '.aioson/skills/process/sheldon-expansion-audit/SKILL.md',
84
- '.aioson/skills/static/laravel-conventions.md',
85
- '.aioson/skills/static/tall-stack-patterns.md',
86
- '.aioson/skills/static/jetstream-setup.md',
87
- '.aioson/skills/static/rails-conventions.md',
88
- '.aioson/skills/static/node-express-patterns.md',
89
- '.aioson/skills/static/node-typescript-patterns.md',
90
- '.aioson/skills/static/nextjs-patterns.md',
91
- '.aioson/skills/static/ui-ux-modern.md',
92
- '.aioson/skills/static/landing-page-forge.md',
93
- '.aioson/skills/static/landing-page-deploy.md',
94
- '.aioson/skills/marketing/vsl-craft.md',
95
- '.aioson/skills/marketing/references/one-belief.md',
96
- '.aioson/skills/marketing/references/five-acts.md',
97
- '.aioson/skills/marketing/references/fascinations.md',
98
- '.aioson/skills/marketing/references/offer-structure.md',
99
- '.aioson/skills/marketing/references/pms-research.md',
100
- '.aioson/skills/marketing/references/patterns.md',
101
- '.aioson/skills/marketing/references/anti-patterns.md',
102
- '.aioson/skills/marketing/references/market-intelligence.md',
103
- '.aioson/genomes/copywriting.md',
104
- '.aioson/skills/static/web3-ethereum-patterns.md',
105
- '.aioson/skills/static/web3-solana-patterns.md',
106
- '.aioson/skills/static/web3-cardano-patterns.md',
107
- '.aioson/skills/static/web3-security-checklist.md',
108
- '.aioson/skills/static/git-conventions.md',
109
- '.aioson/skills/design/cognitive-core-ui/SKILL.md',
110
- '.aioson/skills/design/cognitive-core-ui/references/design-tokens.md',
111
- '.aioson/skills/design/cognitive-core-ui/references/components.md',
112
- '.aioson/skills/design/cognitive-core-ui/references/patterns.md',
113
- '.aioson/skills/design/cognitive-core-ui/references/motion.md',
114
- '.aioson/skills/design/cognitive-core-ui/references/dashboards.md',
115
- '.aioson/skills/design/cognitive-core-ui/references/websites.md',
116
- '.aioson/skills/design/premium-command-center-ui/SKILL.md',
117
- '.aioson/skills/design/premium-command-center-ui/references/visual-system.md',
118
- '.aioson/skills/design/premium-command-center-ui/references/patterns.md',
119
- '.aioson/skills/design/premium-command-center-ui/references/operations.md',
120
- '.aioson/skills/design/premium-command-center-ui/references/validation.md',
121
- '.aioson/skills/design/interface-design/SKILL.md',
122
- '.aioson/skills/design/interface-design/references/intent-and-domain.md',
123
- '.aioson/skills/design/interface-design/references/design-directions.md',
124
- '.aioson/skills/design/interface-design/references/tokens-and-depth.md',
125
- '.aioson/skills/design/interface-design/references/components-and-states.md',
126
- '.aioson/skills/design/interface-design/references/handoff-and-quality.md',
127
- '.aioson/skills/dynamic/laravel-docs.md',
128
- '.aioson/skills/dynamic/flux-ui-docs.md',
129
- '.aioson/skills/dynamic/npm-packages.md',
130
- '.aioson/skills/dynamic/ethereum-docs.md',
131
- '.aioson/skills/dynamic/solana-docs.md',
132
- '.aioson/skills/dynamic/cardano-docs.md',
133
- '.aioson/mcp/servers.md',
134
- '.aioson/schemas/genome.schema.json',
135
- '.aioson/schemas/genome-meta.schema.json',
136
- '.aioson/schemas/squad-manifest.schema.json',
137
- '.aioson/schemas/squad-blueprint.schema.json',
138
- '.aioson/schemas/readiness.schema.json',
139
- '.aioson/schemas/content-blueprint.schema.json',
140
- '.aioson/schemas/genome.schema.json',
141
- '.aioson/schemas/genome-meta.schema.json',
142
- '.aioson/tasks/squad-design.md',
143
- '.aioson/tasks/squad-create.md',
144
- '.aioson/tasks/squad-validate.md',
145
- '.aioson/tasks/squad-analyze.md',
146
- '.aioson/tasks/squad-extend.md',
147
- '.aioson/tasks/squad-export.md',
148
- '.aioson/tasks/squad-repair.md',
149
- '.aioson/tasks/squad-pipeline.md',
150
- '.aioson/tasks/squad-learning-review.md',
151
- '.aioson/profiler-reports/.gitkeep',
152
- '.aioson/advisors/.gitkeep'
153
- ];
154
-
155
- const REQUIRED_FILES = [
156
- 'CLAUDE.md',
157
- 'AGENTS.md',
158
- 'OPENCODE.md',
159
- '.claude/commands/aioson/agent/setup.md',
160
- '.claude/commands/aioson/agent/discover.md',
161
- '.claude/commands/aioson/agent/dev.md',
162
- '.claude/commands/aioson/agent/qa.md',
163
- '.aioson/config.md',
164
- '.aioson/agents/setup.md',
165
- '.aioson/agents/discovery-design-doc.md',
166
- '.aioson/agents/discover.md',
167
- '.aioson/agents/analyst.md',
168
- '.aioson/agents/ux-ui.md',
169
- '.aioson/agents/dev.md',
170
- '.aioson/context/.gitkeep'
171
- ];
172
-
173
- const CONTEXT_REQUIRED_FIELDS = [
174
- 'project_name',
175
- 'project_type',
176
- 'profile',
177
- 'framework',
178
- 'framework_installed',
179
- 'classification',
180
- 'conversation_language',
181
- 'aioson_version'
182
- ];
183
-
184
- const CONTEXT_ALLOWED_CLASSIFICATIONS = ['MICRO', 'SMALL', 'MEDIUM'];
185
- const CONTEXT_ALLOWED_PROJECT_TYPES = ['web_app', 'api', 'site', 'script', 'dapp', 'desktop_app'];
186
- const CONTEXT_ALLOWED_PROFILES = ['developer', 'creator', 'team'];
187
-
188
- const AGENT_DEFINITIONS = [
189
- {
190
- id: 'setup',
191
- displayName: 'Setup',
192
- description: 'Project onboarding and context setup',
193
- command: '@setup',
194
- path: '.aioson/agents/setup.md',
195
- dependsOn: [],
196
- output: '.aioson/context/project.context.md'
197
- },
198
- {
199
- id: 'discovery-design-doc',
200
- displayName: 'Discovery/Design Doc',
201
- description: 'Discovery and design doc generation',
202
- command: '@discovery-design-doc',
203
- path: '.aioson/agents/discovery-design-doc.md',
204
- dependsOn: ['.aioson/context/project.context.md'],
205
- output: '.aioson/context/design-doc*.md + .aioson/context/readiness*.md'
206
- },
207
- {
208
- id: 'discover',
209
- displayName: 'Discover',
210
- description: 'Semantic knowledge discovery and bootstrap cache generation',
211
- command: '@discover',
212
- path: '.aioson/agents/discover.md',
213
- dependsOn: ['.aioson/context/project.context.md'],
214
- output: '.aioson/context/bootstrap/what-is.md + .aioson/context/bootstrap/how-it-works.md + .aioson/context/bootstrap/what-it-does.md + .aioson/context/bootstrap/current-state.md'
215
- },
216
- {
217
- id: 'product',
218
- displayName: 'Product',
219
- description: 'Product vision, PRD and feature scoping',
220
- command: '@product',
221
- path: '.aioson/agents/product.md',
222
- dependsOn: ['.aioson/context/project.context.md'],
223
- output: '.aioson/context/prd.md or .aioson/context/prd-{slug}.md (PRD base)'
224
- },
225
- {
226
- id: 'deyvin',
227
- displayName: 'Deyvin',
228
- description: 'Pair programming partner for continuity sessions',
229
- command: '@deyvin',
230
- path: '.aioson/agents/deyvin.md',
231
- aliases: ['pair'],
232
- dependsOn: ['.aioson/context/project.context.md'],
233
- output: 'small code changes + continuity notes in spec.md + runtime logs/tasks'
234
- },
235
- {
236
- id: 'analyst',
237
- displayName: 'Analyst',
238
- description: 'Domain discovery and entity mapping (SMALL/MEDIUM)',
239
- command: '@analyst',
240
- path: '.aioson/agents/analyst.md',
241
- dependsOn: ['.aioson/context/project.context.md'],
242
- output: '.aioson/context/discovery.md or .aioson/context/requirements-{slug}.md + .aioson/context/spec-{slug}.md'
243
- },
244
- {
245
- id: 'scope-check',
246
- displayName: 'Scope Check',
247
- description: 'Scope alignment before development and optional post-dev drift checks',
248
- command: '@scope-check',
249
- path: '.aioson/agents/scope-check.md',
250
- dependsOn: [
251
- '.aioson/context/project.context.md',
252
- '.aioson/context/prd.md or .aioson/context/prd-{slug}.md',
253
- '.aioson/context/discovery.md or .aioson/context/requirements-{slug}.md + .aioson/context/spec-{slug}.md'
254
- ],
255
- output: '.aioson/context/scope-check.md or .aioson/context/scope-check-{slug}.md'
256
- },
257
- {
258
- id: 'architect',
259
- displayName: 'Architect',
260
- description: 'Project structure and technical decisions (SMALL/MEDIUM)',
261
- command: '@architect',
262
- path: '.aioson/agents/architect.md',
263
- dependsOn: [
264
- '.aioson/context/project.context.md',
265
- '.aioson/context/discovery.md or .aioson/context/requirements-{slug}.md + .aioson/context/spec-{slug}.md'
266
- ],
267
- output: '.aioson/context/architecture.md'
268
- },
269
- {
270
- id: 'ux-ui',
271
- displayName: 'UI/UX',
272
- description: 'UI/UX design system and component spec (SMALL/MEDIUM)',
273
- command: '@ux-ui',
274
- path: '.aioson/agents/ux-ui.md',
275
- dependsOn: [
276
- '.aioson/context/project.context.md',
277
- '.aioson/context/prd.md or .aioson/context/prd-{slug}.md',
278
- '.aioson/context/discovery.md',
279
- '.aioson/context/architecture.md'
280
- ],
281
- output: '.aioson/context/ui-spec-{slug}.md (project mode: .aioson/context/ui-spec.md) + Visual identity enrichment in prd.md or prd-{slug}.md'
282
- },
283
- {
284
- id: 'pm',
285
- displayName: 'PM',
286
- description: 'Backlog and user stories (MEDIUM only)',
287
- command: '@pm',
288
- path: '.aioson/agents/pm.md',
289
- dependsOn: [
290
- '.aioson/context/project.context.md',
291
- '.aioson/context/prd.md or .aioson/context/prd-{slug}.md',
292
- '.aioson/context/requirements-{slug}.md + .aioson/context/spec-{slug}.md (feature mode)',
293
- '.aioson/context/discovery.md',
294
- '.aioson/context/architecture.md',
295
- '.aioson/context/design-doc-{slug}.md + .aioson/context/readiness-{slug}.md (feature mode, when present)',
296
- '.aioson/context/ui-spec.md (when present)'
297
- ],
298
- output: '.aioson/context/prd.md or prd-{slug}.md (enriched with acceptance criteria) + .aioson/context/implementation-plan-{slug}.md for MEDIUM features'
299
- },
300
- {
301
- id: 'dev',
302
- displayName: 'Dev',
303
- description: 'Feature implementation (any stack)',
304
- command: '@dev',
305
- path: '.aioson/agents/dev.md',
306
- dependsOn: [
307
- '.aioson/context/project.context.md',
308
- '.aioson/context/discovery.md',
309
- '.aioson/context/architecture.md'
310
- ],
311
- output: 'code changes'
312
- },
313
- {
314
- id: 'pentester',
315
- displayName: 'Pentester',
316
- description: 'Adversarial security review and threat-surface mapping',
317
- command: '@pentester',
318
- path: '.aioson/agents/pentester.md',
319
- flags: [
320
- { name: 'mode', value: 'framework_target|app_target', description: 'Target mode for security review' },
321
- { name: 'feature', value: '<slug>', description: 'Feature slug (required for app_target)' },
322
- { name: 'scope', value: '<scope>', description: 'Target scope (required for app_target)' }
323
- ],
324
- dependsOn: [
325
- '.aioson/context/project.context.md',
326
- '.aioson/context/spec-{slug}.md (active feature)'
327
- ],
328
- output: '.aioson/context/security-findings-{slug}.json'
329
- },
330
- {
331
- id: 'qa',
332
- displayName: 'QA',
333
- description: 'Risk-first review and test generation (SMALL/MEDIUM)',
334
- command: '@qa',
335
- path: '.aioson/agents/qa.md',
336
- dependsOn: ['.aioson/context/discovery.md'],
337
- output: 'QA report'
338
- },
339
- {
340
- id: 'validator',
341
- displayName: 'Validator',
342
- description: 'Technical validation against success contract',
343
- command: '@validator',
344
- path: '.aioson/agents/validator.md',
345
- dependsOn: [
346
- '.aioson/plans/{slug}/harness-contract.json',
347
- '.aioson/plans/{slug}/progress.json'
348
- ],
349
- output: '.aioson/plans/{slug}/last-validator-output.json'
350
- },
351
- {
352
- id: 'tester',
353
- displayName: 'Tester',
354
- description: 'Systematic test engineering for implemented apps (all sizes)',
355
- command: '@tester',
356
- path: '.aioson/agents/tester.md',
357
- dependsOn: ['.aioson/context/project.context.md'],
358
- output: '.aioson/context/test-inventory-{slug}.md + .aioson/context/test-plan-{slug}.md (project mode: bare names)'
359
- },
360
- {
361
- id: 'orchestrator',
362
- displayName: 'Orchestrator',
363
- description: 'Session protocol and parallel execution (MEDIUM)',
364
- command: '@orchestrator',
365
- path: '.aioson/agents/orchestrator.md',
366
- dependsOn: [
367
- '.aioson/context/project.context.md',
368
- '.aioson/context/discovery.md',
369
- '.aioson/context/architecture.md',
370
- '.aioson/context/prd.md or .aioson/context/prd-{slug}.md',
371
- '.aioson/context/ui-spec.md (when present)',
372
- '.aioson/context/implementation-plan.md or implementation-plan-{slug}.md (when present)'
373
- ],
374
- output: '.aioson/context/parallel/*.status.md'
375
- },
376
- {
377
- id: 'squad',
378
- displayName: 'Squad',
379
- description: 'Squad assembly and management',
380
- command: '@squad',
381
- path: '.aioson/agents/squad.md',
382
- dependsOn: [],
383
- output:
384
- '.aioson/squads/{slug}/squad.manifest.json + .aioson/squads/{slug}/squad.md + .aioson/squads/{slug}/agents/ + .aioson/squads/{slug}/workers/ + .aioson/squads/{slug}/workflows/ + .aioson/squads/{slug}/checklists/ + .aioson/squads/{slug}/skills/ + .aioson/squads/{slug}/templates/ + .aioson/squads/{slug}/docs/ + output/{slug}/{session-id}.html + output/{slug}/{content-key}/content.json + output/{slug}/{content-key}/index.html + output/{slug}/latest.html + aioson-logs/{slug}/ + media/{slug}/'
385
- },
386
- {
387
- id: 'orache',
388
- displayName: 'Orache',
389
- description: 'Domain investigation and strategic research',
390
- command: '@orache',
391
- path: '.aioson/agents/orache.md',
392
- dependsOn: [],
393
- output: 'squad-searches/{squad-slug}/investigation-{date}.md or squad-searches/standalone/{domain-slug}-{date}.md'
394
- },
395
- {
396
- id: 'genome',
397
- displayName: 'Genome',
398
- description: 'Domain genome creation and application',
399
- command: '@genome',
400
- path: '.aioson/agents/genome.md',
401
- dependsOn: [],
402
- output: '.aioson/genomes/[slug].md + .aioson/genomes/[slug].meta.json + optional binding in .aioson/squads/{slug}/squad.md or .aioson/squads/{slug}/squad.manifest.json'
403
- },
404
- {
405
- id: 'design-hybrid-forge',
406
- displayName: 'Design Hybrid Forge',
407
- description: 'Generate hybrid design skill from two visual parents',
408
- command: '@design-hybrid-forge',
409
- path: '.aioson/agents/design-hybrid-forge.md',
410
- dependsOn: ['.aioson/context/project.context.md'],
411
- output: '.aioson/installed-skills/{hybrid-slug}/SKILL.md + .aioson/installed-skills/{hybrid-slug}/references/ + .aioson/installed-skills/{hybrid-slug}/previews/ + .aioson/installed-skills/{hybrid-slug}/.skill-meta.json'
412
- },
413
- {
414
- id: 'site-forge',
415
- displayName: 'Site Forge',
416
- description: 'Clone, extract, and forge sites and design skills from any URL',
417
- command: '@site-forge',
418
- path: '.aioson/agents/site-forge.md',
419
- dependsOn: ['.aioson/context/project.context.md'],
420
- output: 'src/components/*.tsx + src/app/page.tsx + docs/research/{hostname}/ + public/images/{hostname}/'
421
- },
422
- {
423
- id: 'forge-run',
424
- displayName: 'Forge Run',
425
- description: 'Compile and run the Lane B workflow harness for a MEDIUM feature',
426
- command: '@forge-run',
427
- path: '.aioson/agents/forge-run.md',
428
- dependsOn: ['.aioson/context/project.context.md'],
429
- output: '.aioson/plans/{slug}/forge-run.workflow.js + workflow run verdict (stops before feature:close)'
430
- },
431
- {
432
- id: 'neo',
433
- displayName: 'Neo',
434
- description: 'System router: see the full picture, get guided to the right agent',
435
- command: '@neo',
436
- path: '.aioson/agents/neo.md',
437
- dependsOn: ['.aioson/context/project.context.md'],
438
- output: 'routing decision + agent handoff'
439
- },
440
- {
441
- id: 'sheldon',
442
- displayName: 'Sheldon',
443
- description: 'PRD quality review and pre-implementation enrichment',
444
- command: '@sheldon',
445
- path: '.aioson/agents/sheldon.md',
446
- dependsOn: ['.aioson/context/project.context.md'],
447
- output: 'enriched PRD or phased execution plan (+ sheldon-validation-{slug}.md readiness gate on MEDIUM)'
448
- },
449
- {
450
- id: 'committer',
451
- displayName: 'Committer',
452
- description: 'Professional Git commit generation from changes and context',
453
- command: '@committer',
454
- path: '.aioson/agents/committer.md',
455
- dependsOn: [],
456
- output: 'git commit(s)'
457
- },
458
- {
459
- id: 'copywriter',
460
- displayName: 'Copywriter',
461
- description: 'Conversion-focused marketing copy',
462
- command: '@copywriter',
463
- path: '.aioson/agents/copywriter.md',
464
- dependsOn: [],
465
- output: 'marketing copy + content assets'
466
- },
467
- {
468
- id: 'briefing',
469
- displayName: 'Briefing',
470
- description: 'Pre-production briefings and planning',
471
- command: '@briefing',
472
- path: '.aioson/agents/briefing.md',
473
- dependsOn: ['.aioson/context/project.context.md'],
474
- output: '.aioson/briefings/{slug}/'
475
- },
476
- {
477
- id: 'briefing-refiner',
478
- displayName: 'Briefing Refiner',
479
- description: 'Interactive refinement of briefing artifacts before Product PRD generation',
480
- command: '@briefing-refiner',
481
- path: '.aioson/agents/briefing-refiner.md',
482
- dependsOn: ['.aioson/context/project.context.md', '.aioson/briefings/config.md'],
483
- output: '.aioson/briefings/{slug}/review.html + refinement-feedback.json + refinement-report.md'
484
- },
485
- {
486
- id: 'profiler-researcher',
487
- displayName: 'Profiler Researcher',
488
- description: 'Clone profiler: research phase',
489
- command: '@profiler-researcher',
490
- path: '.aioson/agents/profiler-researcher.md',
491
- dependsOn: [],
492
- output: '.aioson/profiler-reports/{person-slug}/research-report.md'
493
- },
494
- {
495
- id: 'profiler-enricher',
496
- displayName: 'Profiler Enricher',
497
- description: 'Clone profiler: enrichment phase',
498
- command: '@profiler-enricher',
499
- path: '.aioson/agents/profiler-enricher.md',
500
- dependsOn: ['.aioson/profiler-reports/{person-slug}/research-report.md'],
501
- output: '.aioson/profiler-reports/{person-slug}/enriched-profile.md'
502
- },
503
- {
504
- id: 'profiler-forge',
505
- displayName: 'Profiler Forge',
506
- description: 'Clone profiler: forge and validate',
507
- command: '@profiler-forge',
508
- path: '.aioson/agents/profiler-forge.md',
509
- dependsOn: ['.aioson/profiler-reports/{person-slug}/enriched-profile.md'],
510
- output: '.aioson/genomes/{person-slug}-{domain-slug}.md + .aioson/genomes/{person-slug}-{domain-slug}.meta.json + .aioson/advisors/{person-slug}-advisor.md'
511
- }
512
- ];
513
-
514
- module.exports = {
515
- MANAGED_FILES,
516
- REQUIRED_FILES,
517
- CONTEXT_REQUIRED_FIELDS,
518
- CONTEXT_ALLOWED_CLASSIFICATIONS,
519
- CONTEXT_ALLOWED_PROJECT_TYPES,
520
- CONTEXT_ALLOWED_PROFILES,
521
- AGENT_DEFINITIONS
522
- };
67
+ '.aioson/docs/sheldon/web-intelligence.md',
68
+ '.aioson/docs/sheldon/quality-lens.md',
69
+ '.aioson/docs/sheldon/enrichment-paths.md',
70
+ '.aioson/docs/sheldon/harness-contract.md',
71
+ '.aioson/docs/dev/stack-conventions.md',
72
+ '.aioson/docs/dev/execution-discipline.md',
73
+ '.aioson/docs/dev/simple-plan-lane.md',
74
+ '.aioson/docs/quality/code-health-analysis.md',
75
+ '.aioson/skills/process/decision-presentation/SKILL.md',
76
+ '.aioson/skills/process/decision-presentation/references/jargon-map.en.yaml',
77
+ '.aioson/skills/process/decision-presentation/references/jargon-map.pt-BR.yaml',
78
+ '.aioson/skills/process/prompt-sharpener/SKILL.md',
79
+ '.aioson/skills/process/prompt-sharpener/references/prompt-diagnostics.md',
80
+ '.aioson/skills/process/prompt-sharpener/agents/openai.yaml',
81
+ '.aioson/skills/process/briefing-expansion-scout/SKILL.md',
82
+ '.aioson/skills/process/product-scope-expansion/SKILL.md',
83
+ '.aioson/skills/process/sheldon-expansion-audit/SKILL.md',
84
+ '.aioson/skills/static/laravel-conventions.md',
85
+ '.aioson/skills/static/tall-stack-patterns.md',
86
+ '.aioson/skills/static/jetstream-setup.md',
87
+ '.aioson/skills/static/rails-conventions.md',
88
+ '.aioson/skills/static/node-express-patterns.md',
89
+ '.aioson/skills/static/node-typescript-patterns.md',
90
+ '.aioson/skills/static/nextjs-patterns.md',
91
+ '.aioson/skills/static/ui-ux-modern.md',
92
+ '.aioson/skills/static/landing-page-forge.md',
93
+ '.aioson/skills/static/landing-page-deploy.md',
94
+ '.aioson/skills/marketing/vsl-craft.md',
95
+ '.aioson/skills/marketing/references/one-belief.md',
96
+ '.aioson/skills/marketing/references/five-acts.md',
97
+ '.aioson/skills/marketing/references/fascinations.md',
98
+ '.aioson/skills/marketing/references/offer-structure.md',
99
+ '.aioson/skills/marketing/references/pms-research.md',
100
+ '.aioson/skills/marketing/references/patterns.md',
101
+ '.aioson/skills/marketing/references/anti-patterns.md',
102
+ '.aioson/skills/marketing/references/market-intelligence.md',
103
+ '.aioson/genomes/copywriting.md',
104
+ '.aioson/skills/static/web3-ethereum-patterns.md',
105
+ '.aioson/skills/static/web3-solana-patterns.md',
106
+ '.aioson/skills/static/web3-cardano-patterns.md',
107
+ '.aioson/skills/static/web3-security-checklist.md',
108
+ '.aioson/skills/static/git-conventions.md',
109
+ '.aioson/skills/design/aurora-command-ui/SKILL.md',
110
+ '.aioson/skills/design/aurora-command-ui/references/art-direction.md',
111
+ '.aioson/skills/design/aurora-command-ui/references/components.md',
112
+ '.aioson/skills/design/aurora-command-ui/references/dashboards.md',
113
+ '.aioson/skills/design/aurora-command-ui/references/design-tokens.md',
114
+ '.aioson/skills/design/aurora-command-ui/references/motion.md',
115
+ '.aioson/skills/design/aurora-command-ui/references/patterns.md',
116
+ '.aioson/skills/design/aurora-command-ui/references/websites.md',
117
+ '.aioson/skills/design/bold-editorial-ui/SKILL.md',
118
+ '.aioson/skills/design/bold-editorial-ui/references/art-direction.md',
119
+ '.aioson/skills/design/bold-editorial-ui/references/components.md',
120
+ '.aioson/skills/design/bold-editorial-ui/references/dashboards.md',
121
+ '.aioson/skills/design/bold-editorial-ui/references/design-tokens.md',
122
+ '.aioson/skills/design/bold-editorial-ui/references/motion.md',
123
+ '.aioson/skills/design/bold-editorial-ui/references/patterns.md',
124
+ '.aioson/skills/design/bold-editorial-ui/references/websites.md',
125
+ '.aioson/skills/design/clean-saas-ui/SKILL.md',
126
+ '.aioson/skills/design/clean-saas-ui/references/art-direction.md',
127
+ '.aioson/skills/design/clean-saas-ui/references/components.md',
128
+ '.aioson/skills/design/clean-saas-ui/references/dashboards.md',
129
+ '.aioson/skills/design/clean-saas-ui/references/design-tokens.md',
130
+ '.aioson/skills/design/clean-saas-ui/references/motion.md',
131
+ '.aioson/skills/design/clean-saas-ui/references/patterns.md',
132
+ '.aioson/skills/design/clean-saas-ui/references/websites.md',
133
+ '.aioson/skills/design/cognitive-core-ui/SKILL.md',
134
+ '.aioson/skills/design/cognitive-core-ui/references/art-direction.md',
135
+ '.aioson/skills/design/cognitive-core-ui/references/components.md',
136
+ '.aioson/skills/design/cognitive-core-ui/references/dashboards.md',
137
+ '.aioson/skills/design/cognitive-core-ui/references/design-tokens.md',
138
+ '.aioson/skills/design/cognitive-core-ui/references/motion.md',
139
+ '.aioson/skills/design/cognitive-core-ui/references/patterns.md',
140
+ '.aioson/skills/design/cognitive-core-ui/references/websites.md',
141
+ '.aioson/skills/design/glassmorphism-ui/SKILL.md',
142
+ '.aioson/skills/design/glassmorphism-ui/references/art-direction.md',
143
+ '.aioson/skills/design/glassmorphism-ui/references/components.md',
144
+ '.aioson/skills/design/glassmorphism-ui/references/dashboards.md',
145
+ '.aioson/skills/design/glassmorphism-ui/references/design-tokens.md',
146
+ '.aioson/skills/design/glassmorphism-ui/references/motion.md',
147
+ '.aioson/skills/design/glassmorphism-ui/references/patterns.md',
148
+ '.aioson/skills/design/glassmorphism-ui/references/websites.md',
149
+ '.aioson/skills/design/interface-design/SKILL.md',
150
+ '.aioson/skills/design/interface-design/references/components-and-states.md',
151
+ '.aioson/skills/design/interface-design/references/design-directions.md',
152
+ '.aioson/skills/design/interface-design/references/handoff-and-quality.md',
153
+ '.aioson/skills/design/interface-design/references/intent-and-domain.md',
154
+ '.aioson/skills/design/interface-design/references/tokens-and-depth.md',
155
+ '.aioson/skills/design/neo-brutalist-ui/SKILL.md',
156
+ '.aioson/skills/design/neo-brutalist-ui/references/art-direction.md',
157
+ '.aioson/skills/design/neo-brutalist-ui/references/components.md',
158
+ '.aioson/skills/design/neo-brutalist-ui/references/dashboards.md',
159
+ '.aioson/skills/design/neo-brutalist-ui/references/design-tokens.md',
160
+ '.aioson/skills/design/neo-brutalist-ui/references/motion.md',
161
+ '.aioson/skills/design/neo-brutalist-ui/references/patterns.md',
162
+ '.aioson/skills/design/neo-brutalist-ui/references/websites.md',
163
+ '.aioson/skills/design/premium-command-center-ui/SKILL.md',
164
+ '.aioson/skills/design/premium-command-center-ui/references/operations.md',
165
+ '.aioson/skills/design/premium-command-center-ui/references/patterns.md',
166
+ '.aioson/skills/design/premium-command-center-ui/references/validation.md',
167
+ '.aioson/skills/design/premium-command-center-ui/references/visual-system.md',
168
+ '.aioson/skills/design/pt.squarespace.com/.skill-meta.json',
169
+ '.aioson/skills/design/pt.squarespace.com/SKILL.md',
170
+ '.aioson/skills/design/pt.squarespace.com/references/components.md',
171
+ '.aioson/skills/design/pt.squarespace.com/references/design-tokens.md',
172
+ '.aioson/skills/design/pt.squarespace.com/references/motion.md',
173
+ '.aioson/skills/design/pt.squarespace.com/references/patterns.md',
174
+ '.aioson/skills/design/pt.squarespace.com/references/websites.md',
175
+ '.aioson/skills/design/warm-craft-ui/SKILL.md',
176
+ '.aioson/skills/design/warm-craft-ui/references/art-direction.md',
177
+ '.aioson/skills/design/warm-craft-ui/references/components.md',
178
+ '.aioson/skills/design/warm-craft-ui/references/dashboards.md',
179
+ '.aioson/skills/design/warm-craft-ui/references/design-tokens.md',
180
+ '.aioson/skills/design/warm-craft-ui/references/motion.md',
181
+ '.aioson/skills/design/warm-craft-ui/references/patterns.md',
182
+ '.aioson/skills/design/warm-craft-ui/references/websites.md',
183
+ '.aioson/skills/dynamic/laravel-docs.md',
184
+ '.aioson/skills/dynamic/flux-ui-docs.md',
185
+ '.aioson/skills/dynamic/npm-packages.md',
186
+ '.aioson/skills/dynamic/ethereum-docs.md',
187
+ '.aioson/skills/dynamic/solana-docs.md',
188
+ '.aioson/skills/dynamic/cardano-docs.md',
189
+ '.aioson/mcp/servers.md',
190
+ '.aioson/schemas/genome.schema.json',
191
+ '.aioson/schemas/genome-meta.schema.json',
192
+ '.aioson/schemas/squad-manifest.schema.json',
193
+ '.aioson/schemas/squad-blueprint.schema.json',
194
+ '.aioson/schemas/readiness.schema.json',
195
+ '.aioson/schemas/content-blueprint.schema.json',
196
+ '.aioson/schemas/genome.schema.json',
197
+ '.aioson/schemas/genome-meta.schema.json',
198
+ '.aioson/tasks/squad-design.md',
199
+ '.aioson/tasks/squad-create.md',
200
+ '.aioson/tasks/squad-validate.md',
201
+ '.aioson/tasks/squad-analyze.md',
202
+ '.aioson/tasks/squad-extend.md',
203
+ '.aioson/tasks/squad-export.md',
204
+ '.aioson/tasks/squad-repair.md',
205
+ '.aioson/tasks/squad-pipeline.md',
206
+ '.aioson/tasks/squad-learning-review.md',
207
+ '.aioson/profiler-reports/.gitkeep',
208
+ '.aioson/advisors/.gitkeep'
209
+ ];
210
+
211
+ const REQUIRED_FILES = [
212
+ 'CLAUDE.md',
213
+ 'AGENTS.md',
214
+ 'OPENCODE.md',
215
+ '.claude/commands/aioson/agent/setup.md',
216
+ '.claude/commands/aioson/agent/discover.md',
217
+ '.claude/commands/aioson/agent/dev.md',
218
+ '.claude/commands/aioson/agent/qa.md',
219
+ '.aioson/config.md',
220
+ '.aioson/agents/setup.md',
221
+ '.aioson/agents/discovery-design-doc.md',
222
+ '.aioson/agents/discover.md',
223
+ '.aioson/agents/analyst.md',
224
+ '.aioson/agents/ux-ui.md',
225
+ '.aioson/agents/dev.md',
226
+ '.aioson/context/.gitkeep'
227
+ ];
228
+
229
+ const CONTEXT_REQUIRED_FIELDS = [
230
+ 'project_name',
231
+ 'project_type',
232
+ 'profile',
233
+ 'framework',
234
+ 'framework_installed',
235
+ 'classification',
236
+ 'conversation_language',
237
+ 'aioson_version'
238
+ ];
239
+
240
+ const CONTEXT_ALLOWED_CLASSIFICATIONS = ['MICRO', 'SMALL', 'MEDIUM'];
241
+ const CONTEXT_ALLOWED_PROJECT_TYPES = ['web_app', 'api', 'site', 'script', 'dapp', 'desktop_app'];
242
+ const CONTEXT_ALLOWED_PROFILES = ['developer', 'creator', 'team'];
243
+
244
+ const AGENT_DEFINITIONS = [
245
+ {
246
+ id: 'setup',
247
+ displayName: 'Setup',
248
+ description: 'Project onboarding and context setup',
249
+ command: '@setup',
250
+ path: '.aioson/agents/setup.md',
251
+ dependsOn: [],
252
+ output: '.aioson/context/project.context.md'
253
+ },
254
+ {
255
+ id: 'discovery-design-doc',
256
+ displayName: 'Discovery/Design Doc',
257
+ description: 'Discovery and design doc generation',
258
+ command: '@discovery-design-doc',
259
+ path: '.aioson/agents/discovery-design-doc.md',
260
+ dependsOn: ['.aioson/context/project.context.md'],
261
+ output: '.aioson/context/design-doc*.md + .aioson/context/readiness*.md'
262
+ },
263
+ {
264
+ id: 'discover',
265
+ displayName: 'Discover',
266
+ description: 'Semantic knowledge discovery and bootstrap cache generation',
267
+ command: '@discover',
268
+ path: '.aioson/agents/discover.md',
269
+ dependsOn: ['.aioson/context/project.context.md'],
270
+ output: '.aioson/context/bootstrap/what-is.md + .aioson/context/bootstrap/how-it-works.md + .aioson/context/bootstrap/what-it-does.md + .aioson/context/bootstrap/current-state.md'
271
+ },
272
+ {
273
+ id: 'product',
274
+ displayName: 'Product',
275
+ description: 'Product vision, PRD and feature scoping',
276
+ command: '@product',
277
+ path: '.aioson/agents/product.md',
278
+ dependsOn: ['.aioson/context/project.context.md'],
279
+ output: '.aioson/context/prd.md or .aioson/context/prd-{slug}.md (PRD base)'
280
+ },
281
+ {
282
+ id: 'deyvin',
283
+ displayName: 'Deyvin',
284
+ description: 'Pair programming partner for continuity sessions',
285
+ command: '@deyvin',
286
+ path: '.aioson/agents/deyvin.md',
287
+ aliases: ['pair'],
288
+ dependsOn: ['.aioson/context/project.context.md'],
289
+ output: 'small code changes + continuity notes in spec.md + runtime logs/tasks'
290
+ },
291
+ {
292
+ id: 'analyst',
293
+ displayName: 'Analyst',
294
+ description: 'Domain discovery and entity mapping (SMALL/MEDIUM)',
295
+ command: '@analyst',
296
+ path: '.aioson/agents/analyst.md',
297
+ dependsOn: ['.aioson/context/project.context.md'],
298
+ output: '.aioson/context/discovery.md or .aioson/context/requirements-{slug}.md + .aioson/context/spec-{slug}.md'
299
+ },
300
+ {
301
+ id: 'scope-check',
302
+ displayName: 'Scope Check',
303
+ description: 'Scope alignment before development and optional post-dev drift checks',
304
+ command: '@scope-check',
305
+ path: '.aioson/agents/scope-check.md',
306
+ dependsOn: [
307
+ '.aioson/context/project.context.md',
308
+ '.aioson/context/prd.md or .aioson/context/prd-{slug}.md',
309
+ '.aioson/context/discovery.md or .aioson/context/requirements-{slug}.md + .aioson/context/spec-{slug}.md'
310
+ ],
311
+ output: '.aioson/context/scope-check.md or .aioson/context/scope-check-{slug}.md'
312
+ },
313
+ {
314
+ id: 'architect',
315
+ displayName: 'Architect',
316
+ description: 'Project structure and technical decisions (SMALL/MEDIUM)',
317
+ command: '@architect',
318
+ path: '.aioson/agents/architect.md',
319
+ dependsOn: [
320
+ '.aioson/context/project.context.md',
321
+ '.aioson/context/discovery.md or .aioson/context/requirements-{slug}.md + .aioson/context/spec-{slug}.md'
322
+ ],
323
+ output: '.aioson/context/architecture.md'
324
+ },
325
+ {
326
+ id: 'ux-ui',
327
+ displayName: 'UI/UX',
328
+ description: 'UI/UX design system and component spec (SMALL/MEDIUM)',
329
+ command: '@ux-ui',
330
+ path: '.aioson/agents/ux-ui.md',
331
+ dependsOn: [
332
+ '.aioson/context/project.context.md',
333
+ '.aioson/context/prd.md or .aioson/context/prd-{slug}.md',
334
+ '.aioson/context/discovery.md',
335
+ '.aioson/context/architecture.md'
336
+ ],
337
+ output: '.aioson/context/ui-spec-{slug}.md (project mode: .aioson/context/ui-spec.md) + Visual identity enrichment in prd.md or prd-{slug}.md'
338
+ },
339
+ {
340
+ id: 'pm',
341
+ displayName: 'PM',
342
+ description: 'Backlog and user stories (MEDIUM only)',
343
+ command: '@pm',
344
+ path: '.aioson/agents/pm.md',
345
+ dependsOn: [
346
+ '.aioson/context/project.context.md',
347
+ '.aioson/context/prd.md or .aioson/context/prd-{slug}.md',
348
+ '.aioson/context/requirements-{slug}.md + .aioson/context/spec-{slug}.md (feature mode)',
349
+ '.aioson/context/discovery.md',
350
+ '.aioson/context/architecture.md',
351
+ '.aioson/context/design-doc-{slug}.md + .aioson/context/readiness-{slug}.md (feature mode, when present)',
352
+ '.aioson/context/ui-spec.md (when present)'
353
+ ],
354
+ output: '.aioson/context/prd.md or prd-{slug}.md (enriched with acceptance criteria) + .aioson/context/implementation-plan-{slug}.md for MEDIUM features'
355
+ },
356
+ {
357
+ id: 'dev',
358
+ displayName: 'Dev',
359
+ description: 'Feature implementation (any stack)',
360
+ command: '@dev',
361
+ path: '.aioson/agents/dev.md',
362
+ dependsOn: [
363
+ '.aioson/context/project.context.md',
364
+ '.aioson/context/discovery.md',
365
+ '.aioson/context/architecture.md'
366
+ ],
367
+ output: 'code changes'
368
+ },
369
+ {
370
+ id: 'pentester',
371
+ displayName: 'Pentester',
372
+ description: 'Adversarial security review and threat-surface mapping',
373
+ command: '@pentester',
374
+ path: '.aioson/agents/pentester.md',
375
+ flags: [
376
+ { name: 'mode', value: 'framework_target|app_target', description: 'Target mode for security review' },
377
+ { name: 'feature', value: '<slug>', description: 'Feature slug (required for app_target)' },
378
+ { name: 'scope', value: '<scope>', description: 'Target scope (required for app_target)' }
379
+ ],
380
+ dependsOn: [
381
+ '.aioson/context/project.context.md',
382
+ '.aioson/context/spec-{slug}.md (active feature)'
383
+ ],
384
+ output: '.aioson/context/security-findings-{slug}.json'
385
+ },
386
+ {
387
+ id: 'qa',
388
+ displayName: 'QA',
389
+ description: 'Risk-first review and test generation (SMALL/MEDIUM)',
390
+ command: '@qa',
391
+ path: '.aioson/agents/qa.md',
392
+ dependsOn: ['.aioson/context/discovery.md'],
393
+ output: 'QA report'
394
+ },
395
+ {
396
+ id: 'validator',
397
+ displayName: 'Validator',
398
+ description: 'Technical validation against success contract',
399
+ command: '@validator',
400
+ path: '.aioson/agents/validator.md',
401
+ dependsOn: [
402
+ '.aioson/plans/{slug}/harness-contract.json',
403
+ '.aioson/plans/{slug}/progress.json'
404
+ ],
405
+ output: '.aioson/plans/{slug}/last-validator-output.json'
406
+ },
407
+ {
408
+ id: 'tester',
409
+ displayName: 'Tester',
410
+ description: 'Systematic test engineering for implemented apps (all sizes)',
411
+ command: '@tester',
412
+ path: '.aioson/agents/tester.md',
413
+ dependsOn: ['.aioson/context/project.context.md'],
414
+ output: '.aioson/context/test-inventory-{slug}.md + .aioson/context/test-plan-{slug}.md (project mode: bare names)'
415
+ },
416
+ {
417
+ id: 'orchestrator',
418
+ displayName: 'Orchestrator',
419
+ description: 'Session protocol and parallel execution (MEDIUM)',
420
+ command: '@orchestrator',
421
+ path: '.aioson/agents/orchestrator.md',
422
+ dependsOn: [
423
+ '.aioson/context/project.context.md',
424
+ '.aioson/context/discovery.md',
425
+ '.aioson/context/architecture.md',
426
+ '.aioson/context/prd.md or .aioson/context/prd-{slug}.md',
427
+ '.aioson/context/ui-spec.md (when present)',
428
+ '.aioson/context/implementation-plan.md or implementation-plan-{slug}.md (when present)'
429
+ ],
430
+ output: '.aioson/context/parallel/*.status.md'
431
+ },
432
+ {
433
+ id: 'squad',
434
+ displayName: 'Squad',
435
+ description: 'Squad assembly and management',
436
+ command: '@squad',
437
+ path: '.aioson/agents/squad.md',
438
+ dependsOn: [],
439
+ output:
440
+ '.aioson/squads/{slug}/squad.manifest.json + .aioson/squads/{slug}/squad.md + .aioson/squads/{slug}/agents/ + .aioson/squads/{slug}/workers/ + .aioson/squads/{slug}/workflows/ + .aioson/squads/{slug}/checklists/ + .aioson/squads/{slug}/skills/ + .aioson/squads/{slug}/templates/ + .aioson/squads/{slug}/docs/ + output/{slug}/{session-id}.html + output/{slug}/{content-key}/content.json + output/{slug}/{content-key}/index.html + output/{slug}/latest.html + aioson-logs/{slug}/ + media/{slug}/'
441
+ },
442
+ {
443
+ id: 'orache',
444
+ displayName: 'Orache',
445
+ description: 'Domain investigation and strategic research',
446
+ command: '@orache',
447
+ path: '.aioson/agents/orache.md',
448
+ dependsOn: [],
449
+ output: 'squad-searches/{squad-slug}/investigation-{date}.md or squad-searches/standalone/{domain-slug}-{date}.md'
450
+ },
451
+ {
452
+ id: 'genome',
453
+ displayName: 'Genome',
454
+ description: 'Domain genome creation and application',
455
+ command: '@genome',
456
+ path: '.aioson/agents/genome.md',
457
+ dependsOn: [],
458
+ output: '.aioson/genomes/[slug].md + .aioson/genomes/[slug].meta.json + optional binding in .aioson/squads/{slug}/squad.md or .aioson/squads/{slug}/squad.manifest.json'
459
+ },
460
+ {
461
+ id: 'design-hybrid-forge',
462
+ displayName: 'Design Hybrid Forge',
463
+ description: 'Generate hybrid design skill from two visual parents',
464
+ command: '@design-hybrid-forge',
465
+ path: '.aioson/agents/design-hybrid-forge.md',
466
+ dependsOn: ['.aioson/context/project.context.md'],
467
+ output: '.aioson/installed-skills/{hybrid-slug}/SKILL.md + .aioson/installed-skills/{hybrid-slug}/references/ + .aioson/installed-skills/{hybrid-slug}/previews/ + .aioson/installed-skills/{hybrid-slug}/.skill-meta.json'
468
+ },
469
+ {
470
+ id: 'site-forge',
471
+ displayName: 'Site Forge',
472
+ description: 'Clone, extract, and forge sites and design skills from any URL',
473
+ command: '@site-forge',
474
+ path: '.aioson/agents/site-forge.md',
475
+ dependsOn: ['.aioson/context/project.context.md'],
476
+ output: 'src/components/*.tsx + src/app/page.tsx + docs/research/{hostname}/ + public/images/{hostname}/'
477
+ },
478
+ {
479
+ id: 'forge-run',
480
+ displayName: 'Forge Run',
481
+ description: 'Compile and run the Lane B workflow harness for a MEDIUM feature',
482
+ command: '@forge-run',
483
+ path: '.aioson/agents/forge-run.md',
484
+ dependsOn: ['.aioson/context/project.context.md'],
485
+ output: '.aioson/plans/{slug}/forge-run.workflow.js + workflow run verdict (stops before feature:close)'
486
+ },
487
+ {
488
+ id: 'neo',
489
+ displayName: 'Neo',
490
+ description: 'System router: see the full picture, get guided to the right agent',
491
+ command: '@neo',
492
+ path: '.aioson/agents/neo.md',
493
+ dependsOn: ['.aioson/context/project.context.md'],
494
+ output: 'routing decision + agent handoff'
495
+ },
496
+ {
497
+ id: 'sheldon',
498
+ displayName: 'Sheldon',
499
+ description: 'PRD quality review and pre-implementation enrichment',
500
+ command: '@sheldon',
501
+ path: '.aioson/agents/sheldon.md',
502
+ dependsOn: ['.aioson/context/project.context.md'],
503
+ output: 'enriched PRD or phased execution plan (+ sheldon-validation-{slug}.md readiness gate on MEDIUM)'
504
+ },
505
+ {
506
+ id: 'committer',
507
+ displayName: 'Committer',
508
+ description: 'Professional Git commit generation from changes and context',
509
+ command: '@committer',
510
+ path: '.aioson/agents/committer.md',
511
+ dependsOn: [],
512
+ output: 'git commit(s)'
513
+ },
514
+ {
515
+ id: 'copywriter',
516
+ displayName: 'Copywriter',
517
+ description: 'Conversion-focused marketing copy',
518
+ command: '@copywriter',
519
+ path: '.aioson/agents/copywriter.md',
520
+ dependsOn: [],
521
+ output: 'marketing copy + content assets'
522
+ },
523
+ {
524
+ id: 'briefing',
525
+ displayName: 'Briefing',
526
+ description: 'Pre-production briefings and planning',
527
+ command: '@briefing',
528
+ path: '.aioson/agents/briefing.md',
529
+ dependsOn: ['.aioson/context/project.context.md'],
530
+ output: '.aioson/briefings/{slug}/'
531
+ },
532
+ {
533
+ id: 'briefing-refiner',
534
+ displayName: 'Briefing Refiner',
535
+ description: 'Interactive refinement of briefing artifacts before Product PRD generation',
536
+ command: '@briefing-refiner',
537
+ path: '.aioson/agents/briefing-refiner.md',
538
+ dependsOn: ['.aioson/context/project.context.md', '.aioson/briefings/config.md'],
539
+ output: '.aioson/briefings/{slug}/review.html + refinement-feedback.json + refinement-report.md'
540
+ },
541
+ {
542
+ id: 'profiler-researcher',
543
+ displayName: 'Profiler Researcher',
544
+ description: 'Clone profiler: research phase',
545
+ command: '@profiler-researcher',
546
+ path: '.aioson/agents/profiler-researcher.md',
547
+ dependsOn: [],
548
+ output: '.aioson/profiler-reports/{person-slug}/research-report.md'
549
+ },
550
+ {
551
+ id: 'profiler-enricher',
552
+ displayName: 'Profiler Enricher',
553
+ description: 'Clone profiler: enrichment phase',
554
+ command: '@profiler-enricher',
555
+ path: '.aioson/agents/profiler-enricher.md',
556
+ dependsOn: ['.aioson/profiler-reports/{person-slug}/research-report.md'],
557
+ output: '.aioson/profiler-reports/{person-slug}/enriched-profile.md'
558
+ },
559
+ {
560
+ id: 'profiler-forge',
561
+ displayName: 'Profiler Forge',
562
+ description: 'Clone profiler: forge and validate',
563
+ command: '@profiler-forge',
564
+ path: '.aioson/agents/profiler-forge.md',
565
+ dependsOn: ['.aioson/profiler-reports/{person-slug}/enriched-profile.md'],
566
+ output: '.aioson/genomes/{person-slug}-{domain-slug}.md + .aioson/genomes/{person-slug}-{domain-slug}.meta.json + .aioson/advisors/{person-slug}-advisor.md'
567
+ }
568
+ ];
569
+
570
+ module.exports = {
571
+ MANAGED_FILES,
572
+ REQUIRED_FILES,
573
+ CONTEXT_REQUIRED_FIELDS,
574
+ CONTEXT_ALLOWED_CLASSIFICATIONS,
575
+ CONTEXT_ALLOWED_PROJECT_TYPES,
576
+ CONTEXT_ALLOWED_PROFILES,
577
+ AGENT_DEFINITIONS
578
+ };