-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathROADMAP.json
More file actions
699 lines (693 loc) · 19.1 KB
/
Copy pathROADMAP.json
File metadata and controls
699 lines (693 loc) · 19.1 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
{
"ir_version": "1.0",
"project": "AI Assist Kit",
"repository": "https://github.com/plexusone/assistantkit",
"legend": {
"completed": {"emoji": "✅", "description": "Completed"},
"in_progress": {"emoji": "🚧", "description": "In Progress"},
"planned": {"emoji": "📋", "description": "Planned"},
"future": {"emoji": "💡", "description": "Under Consideration"}
},
"areas": [
{"id": "core", "name": "Core", "priority": 1},
{"id": "config", "name": "Configuration", "priority": 2},
{"id": "plugins", "name": "Plugins & Extensions", "priority": 3},
{"id": "tools", "name": "Tools & Adapters", "priority": 4}
],
"phases": [
{
"id": "v0.1",
"name": "v0.1.0 - Foundation",
"status": "completed",
"order": 1,
"description": "Initial release with MCP and Hooks support"
},
{
"id": "v0.2",
"name": "v0.2.0 - Plugins & Commands",
"status": "completed",
"order": 2,
"description": "Add plugin manifests and command definitions"
},
{
"id": "v0.3",
"name": "v0.3.0 - Marketplace Publishing",
"status": "completed",
"order": 3,
"description": "Automated marketplace publishing with GitHub PR creation"
},
{
"id": "v0.4",
"name": "v0.4.0 - Hooks & Organization",
"status": "completed",
"order": 4,
"description": "Hooks package and migration to agentplexus organization"
},
{
"id": "v0.5",
"name": "v0.5.0 - Rename",
"status": "completed",
"order": 5,
"description": "Module renamed from aiassistkit to assistantkit"
},
{
"id": "v0.6",
"name": "v0.6.0 - Bundle Generation",
"status": "completed",
"order": 6,
"description": "Unified bundle generation for multi-tool plugin output"
},
{
"id": "v0.7",
"name": "v0.7.0 - Settings & Rules",
"status": "planned",
"order": 7,
"description": "Add settings and rules configurations"
},
{
"id": "v1.0",
"name": "v1.0.0 - General Availability",
"status": "planned",
"order": 8,
"description": "Production-ready release with full feature set"
},
{
"id": "future",
"name": "Future",
"status": "future",
"order": 99,
"description": "Post v1.0 enhancements"
}
],
"items": [
{
"id": "mcp-core",
"title": "MCP core types",
"description": "Canonical Config, Server, Transport types for MCP",
"status": "completed",
"version": "0.1.0",
"phase": "v0.1",
"area": "config",
"type": "Added",
"priority": "high"
},
{
"id": "mcp-claude",
"title": "Claude MCP adapter",
"description": "Claude Code / Claude Desktop .mcp.json support",
"status": "completed",
"version": "0.1.0",
"phase": "v0.1",
"area": "tools",
"type": "Added",
"priority": "high"
},
{
"id": "mcp-cursor",
"title": "Cursor MCP adapter",
"description": "Cursor IDE ~/.cursor/mcp.json support",
"status": "completed",
"version": "0.1.0",
"phase": "v0.1",
"area": "tools",
"type": "Added",
"priority": "high"
},
{
"id": "mcp-windsurf",
"title": "Windsurf MCP adapter",
"description": "Windsurf/Codeium mcp_config.json support",
"status": "completed",
"version": "0.1.0",
"phase": "v0.1",
"area": "tools",
"type": "Added",
"priority": "high"
},
{
"id": "mcp-vscode",
"title": "VS Code MCP adapter",
"description": "VS Code / GitHub Copilot mcp.json support",
"status": "completed",
"version": "0.1.0",
"phase": "v0.1",
"area": "tools",
"type": "Added",
"priority": "high"
},
{
"id": "mcp-codex",
"title": "Codex MCP adapter",
"description": "OpenAI Codex CLI config.toml (TOML) support",
"status": "completed",
"version": "0.1.0",
"phase": "v0.1",
"area": "tools",
"type": "Added",
"priority": "high"
},
{
"id": "mcp-cline",
"title": "Cline MCP adapter",
"description": "Cline VS Code extension support",
"status": "completed",
"version": "0.1.0",
"phase": "v0.1",
"area": "tools",
"type": "Added",
"priority": "medium"
},
{
"id": "mcp-roo",
"title": "Roo Code MCP adapter",
"description": "Roo Code VS Code extension support",
"status": "completed",
"version": "0.1.0",
"phase": "v0.1",
"area": "tools",
"type": "Added",
"priority": "medium"
},
{
"id": "mcp-kiro",
"title": "AWS Kiro MCP adapter",
"description": "AWS Kiro CLI support",
"status": "completed",
"version": "0.1.0",
"phase": "v0.1",
"area": "tools",
"type": "Added",
"priority": "medium"
},
{
"id": "hooks-core",
"title": "Hooks core types",
"description": "Canonical Config, Hook, Event types for lifecycle hooks",
"status": "completed",
"version": "0.1.0",
"phase": "v0.1",
"area": "config",
"type": "Added",
"priority": "high"
},
{
"id": "hooks-claude",
"title": "Claude hooks adapter",
"description": "Claude Code .claude/settings.json hooks support",
"status": "completed",
"version": "0.1.0",
"phase": "v0.1",
"area": "tools",
"type": "Added",
"priority": "high"
},
{
"id": "hooks-cursor",
"title": "Cursor hooks adapter",
"description": "Cursor IDE .cursor/hooks.json support",
"status": "completed",
"version": "0.1.0",
"phase": "v0.1",
"area": "tools",
"type": "Added",
"priority": "high"
},
{
"id": "hooks-windsurf",
"title": "Windsurf hooks adapter",
"description": "Windsurf .windsurf/hooks.json support",
"status": "completed",
"version": "0.1.0",
"phase": "v0.1",
"area": "tools",
"type": "Added",
"priority": "high"
},
{
"id": "context-core",
"title": "Context core types",
"description": "Canonical Context, Architecture, Package types",
"status": "completed",
"version": "0.1.0",
"phase": "v0.1",
"area": "config",
"type": "Added",
"priority": "high"
},
{
"id": "context-claude",
"title": "Claude context converter",
"description": "CONTEXT.json to CLAUDE.md converter",
"status": "completed",
"version": "0.1.0",
"phase": "v0.1",
"area": "tools",
"type": "Added",
"priority": "high"
},
{
"id": "context-schema",
"title": "Context JSON Schema",
"description": "project-context.schema.json for validation",
"status": "completed",
"version": "0.1.0",
"phase": "v0.1",
"area": "core",
"type": "Added",
"priority": "medium"
},
{
"id": "plugins-core",
"title": "Plugin core types",
"description": "Canonical Plugin struct for manifests",
"status": "in_progress",
"version": "0.2.0",
"phase": "v0.2",
"area": "plugins",
"type": "Added",
"priority": "high"
},
{
"id": "plugins-schema",
"title": "Plugin JSON Schema",
"description": "plugin.schema.json for validation",
"status": "planned",
"version": "0.2.0",
"phase": "v0.2",
"area": "plugins",
"type": "Added",
"priority": "high"
},
{
"id": "plugins-claude",
"title": "Claude plugin adapter",
"description": "Generate .claude-plugin/plugin.json",
"status": "planned",
"version": "0.2.0",
"phase": "v0.2",
"area": "plugins",
"type": "Added",
"priority": "high"
},
{
"id": "plugins-gemini",
"title": "Gemini extension adapter",
"description": "Generate gemini-extension.json",
"status": "planned",
"version": "0.2.0",
"phase": "v0.2",
"area": "plugins",
"type": "Added",
"priority": "high"
},
{
"id": "commands-core",
"title": "Command core types",
"description": "Canonical Command struct for prompts/commands",
"status": "planned",
"version": "0.2.0",
"phase": "v0.2",
"area": "plugins",
"type": "Added",
"priority": "high"
},
{
"id": "commands-schema",
"title": "Command JSON Schema",
"description": "command.schema.json for validation",
"status": "planned",
"version": "0.2.0",
"phase": "v0.2",
"area": "plugins",
"type": "Added",
"priority": "high"
},
{
"id": "commands-claude",
"title": "Claude command adapter",
"description": "Generate commands/*.md (Markdown + YAML)",
"status": "planned",
"version": "0.2.0",
"phase": "v0.2",
"area": "plugins",
"type": "Added",
"priority": "high"
},
{
"id": "commands-gemini",
"title": "Gemini command adapter",
"description": "Generate commands/*.toml (TOML)",
"status": "planned",
"version": "0.2.0",
"phase": "v0.2",
"area": "plugins",
"type": "Added",
"priority": "high"
},
{
"id": "commands-codex",
"title": "Codex prompt adapter",
"description": "Generate prompts/*.md (Markdown + YAML)",
"status": "planned",
"version": "0.2.0",
"phase": "v0.2",
"area": "plugins",
"type": "Added",
"priority": "high"
},
{
"id": "skills-core",
"title": "Skill core types",
"description": "Canonical Skill struct for skills",
"status": "planned",
"version": "0.3.0",
"phase": "v0.3",
"area": "plugins",
"type": "Added",
"priority": "high"
},
{
"id": "skills-schema",
"title": "Skill JSON Schema",
"description": "skill.schema.json for validation",
"status": "planned",
"version": "0.3.0",
"phase": "v0.3",
"area": "plugins",
"type": "Added",
"priority": "high"
},
{
"id": "skills-claude",
"title": "Claude skill adapter",
"description": "Generate skills/*/SKILL.md",
"status": "planned",
"version": "0.3.0",
"phase": "v0.3",
"area": "plugins",
"type": "Added",
"priority": "high"
},
{
"id": "skills-codex",
"title": "Codex skill adapter",
"description": "Generate skills/*/SKILL.md",
"status": "planned",
"version": "0.3.0",
"phase": "v0.3",
"area": "plugins",
"type": "Added",
"priority": "high"
},
{
"id": "agents-core",
"title": "Agent core types",
"description": "Canonical Agent struct for agent definitions",
"status": "planned",
"version": "0.3.0",
"phase": "v0.3",
"area": "plugins",
"type": "Added",
"priority": "high"
},
{
"id": "agents-parser",
"title": "Agent Markdown+YAML parser",
"description": "Parse Markdown files with YAML frontmatter to Agent struct",
"status": "planned",
"version": "0.3.0",
"phase": "v0.3",
"area": "plugins",
"type": "Added",
"priority": "high",
"depends_on": ["agents-core"]
},
{
"id": "agents-schema",
"title": "Agent JSON Schema",
"description": "agent.schema.json for validation",
"status": "planned",
"version": "0.3.0",
"phase": "v0.3",
"area": "plugins",
"type": "Added",
"priority": "high",
"depends_on": ["agents-core"]
},
{
"id": "agents-claude",
"title": "Claude Code agent adapter",
"description": "Generate agents/*.md for Claude Code",
"status": "planned",
"version": "0.3.0",
"phase": "v0.3",
"area": "plugins",
"type": "Added",
"priority": "high",
"depends_on": ["agents-parser"]
},
{
"id": "agents-gemini",
"title": "Gemini CLI agent adapter",
"description": "Generate agent definitions for Gemini CLI",
"status": "planned",
"version": "0.3.0",
"phase": "v0.3",
"area": "plugins",
"type": "Added",
"priority": "high",
"depends_on": ["agents-parser"]
},
{
"id": "agents-codex",
"title": "Codex CLI agent adapter",
"description": "Generate agent definitions for OpenAI Codex CLI",
"status": "planned",
"version": "0.3.0",
"phase": "v0.3",
"area": "plugins",
"type": "Added",
"priority": "high",
"depends_on": ["agents-parser"]
},
{
"id": "agents-kiro",
"title": "Kiro CLI agent adapter",
"description": "Generate agent definitions for AWS Kiro CLI",
"status": "planned",
"version": "0.3.0",
"phase": "v0.3",
"area": "plugins",
"type": "Added",
"priority": "high",
"depends_on": ["agents-parser"]
},
{
"id": "context-gemini",
"title": "Gemini context converter",
"description": "CONTEXT.json to GEMINI.md converter",
"status": "planned",
"version": "0.3.0",
"phase": "v0.3",
"area": "tools",
"type": "Added",
"priority": "medium"
},
{
"id": "context-codex",
"title": "Codex context converter",
"description": "CONTEXT.json to AGENTS.md converter",
"status": "planned",
"version": "0.3.0",
"phase": "v0.3",
"area": "tools",
"type": "Added",
"priority": "medium"
},
{
"id": "bundle-core",
"title": "Bundle core types",
"description": "Unified Bundle struct combining all plugin components",
"status": "completed",
"version": "0.6.0",
"phase": "v0.6",
"area": "core",
"type": "Added",
"priority": "high"
},
{
"id": "bundle-generate",
"title": "Bundle generation",
"description": "Generate() and GenerateAll() for multi-tool output",
"status": "completed",
"version": "0.6.0",
"phase": "v0.6",
"area": "core",
"type": "Added",
"priority": "high",
"depends_on": ["bundle-core"]
},
{
"id": "bundle-consolidated",
"title": "Consolidated plugin.json",
"description": "Claude plugin.json with embedded MCP servers and hooks",
"status": "completed",
"version": "0.6.0",
"phase": "v0.6",
"area": "plugins",
"type": "Added",
"priority": "high",
"depends_on": ["bundle-generate"]
},
{
"id": "settings-core",
"title": "Settings core types",
"description": "Canonical Settings struct for permissions/sandbox",
"status": "planned",
"version": "0.7.0",
"phase": "v0.7",
"area": "config",
"type": "Added",
"priority": "medium"
},
{
"id": "settings-claude",
"title": "Claude settings adapter",
"description": "Claude Code settings.json support",
"status": "planned",
"version": "0.7.0",
"phase": "v0.7",
"area": "tools",
"type": "Added",
"priority": "medium"
},
{
"id": "rules-core",
"title": "Rules core types",
"description": "Canonical Rules struct for coding guidelines",
"status": "planned",
"version": "0.7.0",
"phase": "v0.7",
"area": "config",
"type": "Added",
"priority": "medium"
},
{
"id": "rules-cursor",
"title": "Cursor rules adapter",
"description": ".cursorrules generation",
"status": "planned",
"version": "0.7.0",
"phase": "v0.7",
"area": "tools",
"type": "Added",
"priority": "medium"
},
{
"id": "rules-copilot",
"title": "Copilot instructions adapter",
"description": ".github/copilot-instructions.md generation",
"status": "planned",
"version": "0.7.0",
"phase": "v0.7",
"area": "tools",
"type": "Added",
"priority": "medium"
},
{
"id": "cli-generate",
"title": "CLI generate command",
"description": "aiassistkit generate for multi-tool output",
"status": "planned",
"version": "1.0.0",
"phase": "v1.0",
"area": "core",
"type": "Added",
"priority": "high"
},
{
"id": "cli-validate",
"title": "CLI validate command",
"description": "aiassistkit validate for schema validation",
"status": "planned",
"version": "1.0.0",
"phase": "v1.0",
"area": "core",
"type": "Added",
"priority": "high"
},
{
"id": "cli-convert",
"title": "CLI convert command",
"description": "aiassistkit convert for format conversion",
"status": "planned",
"version": "1.0.0",
"phase": "v1.0",
"area": "core",
"type": "Added",
"priority": "high"
},
{
"id": "aider-support",
"title": "Aider support",
"description": "Aider AI coding assistant adapters",
"status": "future",
"phase": "future",
"area": "tools",
"type": "Added",
"priority": "medium"
},
{
"id": "continue-support",
"title": "Continue support",
"description": "Continue VS Code extension adapters",
"status": "future",
"phase": "future",
"area": "tools",
"type": "Added",
"priority": "medium"
},
{
"id": "avante-support",
"title": "Avante support",
"description": "Avante Neovim plugin adapters",
"status": "future",
"phase": "future",
"area": "tools",
"type": "Added",
"priority": "low"
}
],
"sections": [
{
"id": "overview",
"title": "Overview",
"order": 1,
"content": [
{"type": "text", "value": "AI Assist Kit provides a unified Go library for managing configuration files across multiple AI coding assistants. It enables define-once, generate-everywhere workflows through canonical types and tool-specific adapters."}
]
},
{
"id": "references",
"title": "References",
"order": 99,
"content": [
{"type": "list", "items": [
"[PRD.md](PRD.md) - Product requirements",
"[TRD.md](TRD.md) - Technical requirements",
"[README.md](README.md) - User documentation"
]}
]
}
],
"version_history": [
{"version": "0.1.0", "date": "2026-01-12", "status": "completed", "summary": "MCP, Hooks, Context support"},
{"version": "0.2.0", "date": "2026-01-17", "status": "completed", "summary": "Plugins and Commands with genagents CLI"},
{"version": "0.3.0", "date": "2026-01-17", "status": "completed", "summary": "Marketplace publishing with GitHub PR creation"},
{"version": "0.4.0", "date": "2026-01-17", "status": "completed", "summary": "Hooks package and agentplexus migration"},
{"version": "0.5.0", "date": "2026-01-18", "status": "completed", "summary": "Module renamed to assistantkit"},
{"version": "0.6.0", "date": "2026-01-18", "status": "completed", "summary": "Unified bundle generation for multi-tool output"},
{"version": "0.7.0", "date": null, "status": "planned", "summary": "Settings and Rules"},
{"version": "1.0.0", "date": null, "status": "planned", "summary": "General availability with CLI"}
]
}