@namch/agent-assistant 1.3.0 → 1.3.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 (142) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/README.md +3 -4
  3. package/agents/backend-engineer.md +3 -3
  4. package/agents/brainstormer.md +3 -3
  5. package/agents/business-analyst.md +3 -3
  6. package/agents/database-architect.md +3 -3
  7. package/agents/debugger.md +2 -2
  8. package/agents/designer.md +2 -2
  9. package/agents/devops-engineer.md +2 -2
  10. package/agents/docs-manager.md +23 -15
  11. package/agents/frontend-engineer.md +3 -3
  12. package/agents/game-engineer.md +3 -3
  13. package/agents/mobile-engineer.md +4 -4
  14. package/agents/performance-engineer.md +3 -3
  15. package/agents/planner.md +4 -4
  16. package/agents/project-manager.md +3 -3
  17. package/agents/researcher.md +3 -3
  18. package/agents/reviewer.md +3 -3
  19. package/agents/scouter.md +3 -3
  20. package/agents/security-engineer.md +3 -3
  21. package/agents/tech-lead.md +3 -3
  22. package/agents/tester.md +2 -2
  23. package/code-assistants/codex-assistant/CODEX.md +1 -2
  24. package/commands/ask/hard.md +1 -1
  25. package/commands/brainstorm/hard.md +1 -1
  26. package/commands/code/hard.md +1 -1
  27. package/commands/code.md +2 -7
  28. package/commands/cook/hard.md +1 -1
  29. package/commands/cook.md +1 -6
  30. package/commands/debug/hard.md +1 -1
  31. package/commands/debug.md +1 -6
  32. package/commands/design/hard.md +1 -1
  33. package/commands/design.md +1 -6
  34. package/commands/docs/audit.md +554 -78
  35. package/commands/docs/business.md +392 -76
  36. package/commands/docs/core.md +573 -74
  37. package/commands/docs.md +62 -61
  38. package/commands/fix/hard.md +1 -1
  39. package/commands/fix.md +1 -6
  40. package/commands/plan/hard.md +1 -1
  41. package/commands/plan.md +1 -6
  42. package/commands/report/fast.md +2 -2
  43. package/commands/report/hard.md +1 -1
  44. package/commands/report.md +2 -7
  45. package/commands/review/hard.md +1 -1
  46. package/commands/test/hard.md +1 -1
  47. package/commands/test.md +1 -6
  48. package/documents/HSOL-ASSESSMENT.md +6 -6
  49. package/documents/SMART-SKILL-ORCHESTRATION-BLUEPRINT.md +1 -1
  50. package/documents/business/business-features/00-index.md +101 -0
  51. package/documents/business/business-features/01-feature-inventory.md +341 -0
  52. package/documents/business/business-features/02-prioritization-moscow.md +148 -0
  53. package/documents/business/business-features/03-feature-specifications.md +511 -0
  54. package/documents/business/business-features/04-dependencies-and-release-sequencing.md +313 -0
  55. package/documents/business/business-features/05-success-metrics.md +290 -0
  56. package/documents/business/business-glossary/00-index.md +89 -0
  57. package/documents/business/business-glossary/01-canonical-terms.md +428 -0
  58. package/documents/business/business-glossary/02-synonyms-and-deprecated-terms.md +180 -0
  59. package/documents/business/business-glossary/03-domain-entities-and-events.md +395 -0
  60. package/documents/business/business-glossary/04-api-term-mapping.md +173 -0
  61. package/documents/business/business-prd/00-index.md +107 -0
  62. package/documents/business/business-prd/01-executive-summary.md +131 -0
  63. package/documents/business/business-prd/02-problem-goals-and-scope.md +204 -0
  64. package/documents/business/business-prd/03-stakeholders-and-requirements.md +210 -0
  65. package/documents/business/business-prd/04-acceptance-risks-assumptions.md +246 -0
  66. package/documents/business/business-workflows/00-index.md +107 -0
  67. package/documents/business/business-workflows/01-actor-map.md +303 -0
  68. package/documents/business/business-workflows/02-workflow-catalog.md +252 -0
  69. package/documents/business/business-workflows/03-detailed-workflows.md +641 -0
  70. package/documents/business/business-workflows/04-decision-rules-and-exceptions.md +216 -0
  71. package/documents/business/business-workflows/05-sla-and-handoffs.md +253 -0
  72. package/documents/knowledge-architecture/00-index.md +159 -0
  73. package/documents/knowledge-architecture/01-system-overview.md +240 -0
  74. package/documents/knowledge-architecture/02-components.md +419 -0
  75. package/documents/knowledge-architecture/03-data-flow.md +368 -0
  76. package/documents/knowledge-architecture/04-design-patterns.md +497 -0
  77. package/documents/knowledge-architecture/05-decisions.md +410 -0
  78. package/documents/knowledge-domain/00-index.md +251 -0
  79. package/documents/knowledge-domain/01-entities.md +582 -0
  80. package/documents/knowledge-domain/02-database-schema.md +138 -0
  81. package/documents/knowledge-domain/03-api-contracts.md +477 -0
  82. package/documents/knowledge-domain/04-business-rules.md +554 -0
  83. package/documents/knowledge-overview/00-index.md +107 -0
  84. package/documents/knowledge-overview/01-project-identity.md +162 -0
  85. package/documents/knowledge-overview/02-tech-stack.md +119 -0
  86. package/documents/knowledge-overview/03-features.md +232 -0
  87. package/documents/knowledge-overview/04-getting-started.md +394 -0
  88. package/documents/knowledge-source-base/00-index.md +107 -0
  89. package/documents/knowledge-source-base/01-directory-structure.md +312 -0
  90. package/documents/knowledge-source-base/02-entry-points.md +346 -0
  91. package/documents/knowledge-source-base/03-key-modules.md +581 -0
  92. package/documents/knowledge-source-base/04-configuration.md +467 -0
  93. package/documents/knowledge-standards/00-index.md +129 -0
  94. package/documents/knowledge-standards/01-code-style.md +161 -0
  95. package/documents/knowledge-standards/02-conventions.md +254 -0
  96. package/documents/knowledge-standards/03-git-workflow.md +228 -0
  97. package/documents/knowledge-standards/04-testing-standards.md +175 -0
  98. package/matrix-skills/_index.yaml +1 -1
  99. package/package.json +1 -1
  100. package/rules/AGENTS.md +1 -1
  101. package/rules/REFERENCE.md +18 -14
  102. package/rules/SKILLS.md +1 -1
  103. package/rules/TEAMS.md +1 -2
  104. package/skills/docs-audit/README.md +10 -8
  105. package/skills/docs-audit/SKILL.md +45 -41
  106. package/skills/docs-audit/references/scoring-framework.md +5 -5
  107. package/skills/docs-core/README.md +19 -14
  108. package/skills/docs-core/SKILL.md +189 -117
  109. package/skills/planning/references/codebase-understanding.md +5 -5
  110. package/code-assistants/codex-assistant/skills/agent-assistant-code-focus/SKILL.md +0 -18
  111. package/code-assistants/codex-assistant/skills/agent-assistant-code-focus/agents/openai.yaml +0 -4
  112. package/code-assistants/codex-assistant/skills/agent-assistant-cook-focus/SKILL.md +0 -18
  113. package/code-assistants/codex-assistant/skills/agent-assistant-cook-focus/agents/openai.yaml +0 -4
  114. package/code-assistants/codex-assistant/skills/agent-assistant-debug-focus/SKILL.md +0 -18
  115. package/code-assistants/codex-assistant/skills/agent-assistant-debug-focus/agents/openai.yaml +0 -4
  116. package/code-assistants/codex-assistant/skills/agent-assistant-design-focus/SKILL.md +0 -18
  117. package/code-assistants/codex-assistant/skills/agent-assistant-design-focus/agents/openai.yaml +0 -4
  118. package/code-assistants/codex-assistant/skills/agent-assistant-fix-focus/SKILL.md +0 -18
  119. package/code-assistants/codex-assistant/skills/agent-assistant-fix-focus/agents/openai.yaml +0 -4
  120. package/code-assistants/codex-assistant/skills/agent-assistant-plan-focus/SKILL.md +0 -18
  121. package/code-assistants/codex-assistant/skills/agent-assistant-plan-focus/agents/openai.yaml +0 -4
  122. package/code-assistants/codex-assistant/skills/agent-assistant-report-focus/SKILL.md +0 -18
  123. package/code-assistants/codex-assistant/skills/agent-assistant-report-focus/agents/openai.yaml +0 -4
  124. package/code-assistants/codex-assistant/skills/agent-assistant-test-focus/SKILL.md +0 -18
  125. package/code-assistants/codex-assistant/skills/agent-assistant-test-focus/agents/openai.yaml +0 -4
  126. package/commands/code/focus.md +0 -297
  127. package/commands/cook/focus.md +0 -209
  128. package/commands/debug/focus.md +0 -103
  129. package/commands/design/focus.md +0 -229
  130. package/commands/fix/focus.md +0 -145
  131. package/commands/plan/focus.md +0 -140
  132. package/commands/report/focus.md +0 -107
  133. package/commands/test/focus.md +0 -123
  134. package/documents/business/business-features.md +0 -894
  135. package/documents/business/business-glossary.md +0 -554
  136. package/documents/business/business-prd.md +0 -400
  137. package/documents/business/business-workflows.md +0 -713
  138. package/documents/knowledge-architecture.md +0 -621
  139. package/documents/knowledge-domain.md +0 -602
  140. package/documents/knowledge-overview.md +0 -316
  141. package/documents/knowledge-source-base.md +0 -581
  142. package/documents/knowledge-standards.md +0 -632
@@ -1,400 +0,0 @@
1
- # Agent Assistant — Product Requirements Document (PRD)
2
-
3
- > **Document Type**: Product Requirements Document
4
- > **Version**: 1.0
5
- > **Status**: Approved
6
- > **Last Updated**: 2026-01-26
7
-
8
- ---
9
-
10
- ## 1. Executive Summary
11
-
12
- ### 1.1 Product Overview
13
-
14
- **Agent Assistant** is an open-source multi-agent orchestration framework that transforms a single AI coding assistant into a coordinated team of 21 specialist agents. It provides structured workflows, quality gates, and 1400+ domain skills for production-grade AI-assisted software development.
15
-
16
- ### 1.2 Vision Statement
17
-
18
- > **"Transform AI-assisted development from ad-hoc prompting into structured, production-grade software engineering."**
19
-
20
- ### 1.3 Mission Statement
21
-
22
- > **"To democratize software engineering excellence by orchestrating AI coding assistants into a cohesive team of 21 specialist agents, enabling developers to ship faster, safer, and more consistently through repeatable workflows and automated quality verification."**
23
-
24
- ### 1.4 Key Metrics
25
-
26
- | Metric | Target | Rationale |
27
- |--------|--------|-----------|
28
- | Development Speed | 70% faster | Reduce time-to-production through streamlined workflows |
29
- | Bug Reduction | 70% fewer | Improve quality through automated verification |
30
- | Security Issues | 70% fewer | Catch vulnerabilities before production |
31
- | Token Efficiency | 85% savings | Reduce costs through targeted skill injection |
32
-
33
- ---
34
-
35
- ## 2. Problem Statement
36
-
37
- ### 2.1 Core Problem
38
-
39
- AI coding assistants are powerful but unstructured. Developers use AI tools in ad-hoc ways, leading to:
40
-
41
- - **Inconsistent Results**: Same prompt yields different code quality each time
42
- - **Missed Quality Checks**: No automated testing, security, or review
43
- - **Token Waste**: Overloading context with irrelevant information
44
- - **No Specialization**: Single AI lacks domain expertise
45
- - **No Traceability**: Outputs disconnected from requirements
46
-
47
- ### 2.2 Pain Points by User Segment
48
-
49
- #### Individual Developers
50
-
51
- | Pain Point | Impact | Severity |
52
- |------------|--------|----------|
53
- | Inconsistent AI output | 30-50% rework rate | High |
54
- | No quality gates | Bugs escape to production | Critical |
55
- | Token waste | $100-500/month in API costs | Medium |
56
- | Context switching | Reduced velocity | High |
57
- | Generic solutions | Suboptimal implementations | High |
58
-
59
- #### Development Teams
60
-
61
- | Pain Point | Impact | Severity |
62
- |------------|--------|----------|
63
- | Inconsistent patterns | High maintenance costs | High |
64
- | No shared conventions | Technical debt accumulation | High |
65
- | Knowledge silos | Reduced team velocity | Medium |
66
- | Review burden | Senior developer bottleneck | High |
67
- | Compliance risk | Audit failures | Critical |
68
-
69
- #### Enterprises
70
-
71
- | Pain Point | Impact | Severity |
72
- |------------|--------|----------|
73
- | Governance gaps | Regulatory risk | Critical |
74
- | Tool fragmentation | Inconsistent quality | High |
75
- | Security vulnerabilities | Data breach risk | Critical |
76
- | Measurement difficulty | Difficult ROI justification | Medium |
77
-
78
- ---
79
-
80
- ## 3. Target Users
81
-
82
- ### 3.1 Primary Personas
83
-
84
- #### Persona 1: Solo Developer (Alex)
85
-
86
- | Attribute | Value |
87
- |-----------|-------|
88
- | **Role** | Freelance Full-Stack Developer |
89
- | **Experience** | 5 years |
90
- | **AI Usage** | 4-6 hours daily |
91
- | **Primary Tool** | Cursor |
92
- | **Key Goal** | Ship client projects faster without sacrificing quality |
93
- | **Key Pain** | AI generates code that fails in production |
94
-
95
- #### Persona 2: Team Lead (Jordan)
96
-
97
- | Attribute | Value |
98
- |-----------|-------|
99
- | **Role** | Senior Backend Engineer, Team Lead |
100
- | **Team Size** | 25 developers |
101
- | **Experience** | 8 years |
102
- | **AI Usage** | 3-4 hours daily |
103
- | **Primary Tool** | Claude Code + Cursor |
104
- | **Key Goal** | Maintain code quality standards across team |
105
- | **Key Pain** | No way to enforce team conventions via AI |
106
-
107
- #### Persona 3: VP Engineering (Priya)
108
-
109
- | Attribute | Value |
110
- |-----------|-------|
111
- | **Role** | VP of Engineering |
112
- | **Team Size** | 200 developers |
113
- | **Experience** | 15 years |
114
- | **AI Usage** | Indirect oversight |
115
- | **Primary Tool** | GitHub Copilot Enterprise |
116
- | **Key Goal** | Improve velocity while maintaining compliance |
117
- | **Key Pain** | No governance framework for AI development |
118
-
119
- ### 3.2 User Segmentation
120
-
121
- | Segment | Size | Priority | Value Proposition |
122
- |---------|------|----------|-------------------|
123
- | Individual Developers | 10M+ | P1 | Productivity + Quality |
124
- | Small Teams (5-20) | 500K+ | P1 | Consistency + Standards |
125
- | Medium Teams (20-100) | 100K+ | P2 | Governance + Efficiency |
126
- | Enterprise (100+) | 10K+ | P2 | Compliance + Scale |
127
-
128
- ---
129
-
130
- ## 4. Product Requirements
131
-
132
- ### 4.1 Functional Requirements
133
-
134
- #### FR-001: Multi-Agent Orchestration
135
-
136
- | ID | Requirement | Priority | Status |
137
- |----|-------------|----------|--------|
138
- | FR-001.1 | System SHALL support 21 specialist agents | Must-Have | ✅ Complete |
139
- | FR-001.2 | System SHALL route tasks to appropriate agents | Must-Have | ✅ Complete |
140
- | FR-001.3 | System SHALL support tiered execution (sub-agent + embody) | Must-Have | ✅ Complete |
141
- | FR-001.4 | System SHALL enforce orchestration laws | Must-Have | ✅ Complete |
142
- | FR-001.5 | System SHALL support agent handoffs | Must-Have | ✅ Complete |
143
-
144
- #### FR-002: Command Workflows
145
-
146
- | ID | Requirement | Priority | Status |
147
- |----|-------------|----------|--------|
148
- | FR-002.1 | System SHALL support 50+ command workflows | Must-Have | ✅ Complete |
149
- | FR-002.2 | System SHALL support workflow variants (:fast, :hard) | Must-Have | ✅ Complete |
150
- | FR-002.3 | System SHALL execute phases sequentially | Must-Have | ✅ Complete |
151
- | FR-002.4 | System SHALL verify exit criteria before phase transition | Must-Have | ✅ Complete |
152
- | FR-002.5 | System SHALL generate deliverables per phase | Must-Have | ✅ Complete |
153
-
154
- #### FR-003: Quality Gates
155
-
156
- | ID | Requirement | Priority | Status |
157
- |----|-------------|----------|--------|
158
- | FR-003.1 | System SHALL enforce compile gate | Must-Have | ✅ Complete |
159
- | FR-003.2 | System SHALL enforce lint gate | Must-Have | ✅ Complete |
160
- | FR-003.3 | System SHALL enforce test gate | Must-Have | ✅ Complete |
161
- | FR-003.4 | System SHALL enforce security gate | Must-Have | ✅ Complete |
162
- | FR-003.5 | System SHALL enforce review gate | Must-Have | ✅ Complete |
163
-
164
- #### FR-004: Matrix Skill Discovery
165
-
166
- | ID | Requirement | Priority | Status |
167
- |----|-------------|----------|--------|
168
- | FR-004.1 | System SHALL support 1400+ domain skills | Must-Have | ✅ Complete |
169
- | FR-004.2 | System SHALL resolve skills based on agent profile | Must-Have | ✅ Complete |
170
- | FR-004.3 | System SHALL support 19 skill domains | Must-Have | ✅ Complete |
171
- | FR-004.4 | System SHALL support skill priority scoring | Must-Have | ✅ Complete |
172
- | FR-004.5 | System SHALL support custom skill additions | Should-Have | ✅ Complete |
173
-
174
- #### FR-005: Multi-Tool Support
175
-
176
- | ID | Requirement | Priority | Status |
177
- |----|-------------|----------|--------|
178
- | FR-005.1 | System SHALL support Claude Code | Must-Have | ✅ Complete |
179
- | FR-005.2 | System SHALL support Cursor | Must-Have | ✅ Complete |
180
- | FR-005.3 | System SHALL support GitHub Copilot | Must-Have | ✅ Complete |
181
- | FR-005.4 | System SHALL support Antigravity/Gemini | Must-Have | ✅ Complete |
182
- | FR-005.5 | System SHALL support OpenAI Codex | Must-Have | ✅ Complete |
183
- | FR-005.6 | System SHALL provide CLI installer for all tools | Must-Have | ✅ Complete |
184
-
185
- #### FR-006: Documentation Generation
186
-
187
- | ID | Requirement | Priority | Status |
188
- |----|-------------|----------|--------|
189
- | FR-006.1 | System SHALL generate core technical docs (/docs:core) | Must-Have | ✅ Complete |
190
- | FR-006.2 | System SHALL generate business docs (/docs:business) | Should-Have | ✅ Complete |
191
- | FR-006.3 | System SHALL generate audit docs (/docs:audit) | Should-Have | 🔄 Planned |
192
- | FR-006.4 | System SHALL write all docs in English | Must-Have | ✅ Complete |
193
-
194
- ### 4.2 Non-Functional Requirements
195
-
196
- #### NFR-001: Performance
197
-
198
- | ID | Requirement | Target | Priority |
199
- |----|-------------|--------|----------|
200
- | NFR-001.1 | Token efficiency | 85% reduction vs ad-hoc | Must-Have |
201
- | NFR-001.2 | Workflow execution time | < 2x manual equivalent | Should-Have |
202
- | NFR-001.3 | CLI installation time | < 60 seconds | Should-Have |
203
-
204
- #### NFR-002: Reliability
205
-
206
- | ID | Requirement | Target | Priority |
207
- |----|-------------|--------|----------|
208
- | NFR-002.1 | Workflow completion rate | > 95% | Must-Have |
209
- | NFR-002.2 | Quality gate pass rate | > 90% first run | Should-Have |
210
- | NFR-002.3 | Error recovery | Graceful with guidance | Must-Have |
211
-
212
- #### NFR-003: Usability
213
-
214
- | ID | Requirement | Target | Priority |
215
- |----|-------------|--------|----------|
216
- | NFR-003.1 | Time to first workflow | < 5 minutes | Should-Have |
217
- | NFR-003.2 | Command discoverability | Help available inline | Should-Have |
218
- | NFR-003.3 | Learning curve | < 1 hour for basics | Should-Have |
219
-
220
- #### NFR-004: Maintainability
221
-
222
- | ID | Requirement | Target | Priority |
223
- |----|-------------|--------|----------|
224
- | NFR-004.1 | Add new skill | Single file change | Must-Have |
225
- | NFR-004.2 | Add new agent | Template-based | Must-Have |
226
- | NFR-004.3 | Add new command | Follow patterns | Must-Have |
227
-
228
- #### NFR-005: Security
229
-
230
- | ID | Requirement | Target | Priority |
231
- |----|-------------|--------|----------|
232
- | NFR-005.1 | No credential storage | Zero secrets in framework | Must-Have |
233
- | NFR-005.2 | No code execution from config | Safe file loading | Must-Have |
234
- | NFR-005.3 | Security agent enforcement | All :hard workflows | Must-Have |
235
-
236
- ---
237
-
238
- ## 5. Success Metrics
239
-
240
- ### 5.1 Key Performance Indicators (KPIs)
241
-
242
- | KPI | Metric | Target | Measurement |
243
- |-----|--------|--------|-------------|
244
- | Adoption | GitHub Stars | 5,000 | Monthly tracking |
245
- | Adoption | npm Downloads | 10,000/week | Weekly tracking |
246
- | Quality | Bug Reduction | 70% | User survey |
247
- | Efficiency | Token Savings | 85% | Benchmark tests |
248
- | Satisfaction | NPS Score | > 50 | Quarterly survey |
249
-
250
- ### 5.2 OKRs
251
-
252
- #### Objective 1: Accelerate Developer Adoption
253
-
254
- | Key Result | Target | Timeframe |
255
- |------------|--------|-----------|
256
- | GitHub Stars | 5,000 | 6 months |
257
- | npm Weekly Downloads | 10,000 | 6 months |
258
- | Active Contributors | 50 | 12 months |
259
- | Documentation Coverage | 100% | 3 months |
260
-
261
- #### Objective 2: Prove Production-Ready Quality
262
-
263
- | Key Result | Target | Timeframe |
264
- |------------|--------|-----------|
265
- | Bug Reduction | 70% | Validated |
266
- | Quality Gate Pass Rate | 95% | Ongoing |
267
- | Token Efficiency | 85% | Validated |
268
- | User NPS | > 50 | Quarterly |
269
-
270
- #### Objective 3: Enable Enterprise Adoption
271
-
272
- | Key Result | Target | Timeframe |
273
- |------------|--------|-----------|
274
- | Enterprise Deployments | 10 teams | 12 months |
275
- | Audit Documentation | SOC2/GDPR ready | 6 months |
276
- | Community Skills | 100+ | 12 months |
277
-
278
- ---
279
-
280
- ## 6. Feature Prioritization
281
-
282
- ### 6.1 MoSCoW Matrix
283
-
284
- #### Must-Have (P0)
285
-
286
- | Feature | Description | Status |
287
- |---------|-------------|--------|
288
- | 21 Specialist Agents | Domain experts | ✅ Complete |
289
- | Core Command Workflows | /cook, /fix, /plan, /report, etc. | ✅ Complete |
290
- | Quality Gates | 5 automated gates | ✅ Complete |
291
- | Matrix Skill Discovery | 1400+ skills | ✅ Complete |
292
- | Multi-Tool Support | 4 AI tools | ✅ Complete |
293
- | CLI Installer | One-command setup | ✅ Complete |
294
-
295
- #### Should-Have (P1)
296
-
297
- | Feature | Description | Status |
298
- |---------|-------------|--------|
299
- | Business Documentation | /docs:business | ✅ Complete |
300
- | Audit Documentation | /docs:audit | 🔄 Planned |
301
- | Natural Language Detection | /auto | 🔄 Partial |
302
- | Workflow Variants | :fast, :hard | ✅ Complete |
303
-
304
- #### Could-Have (P2)
305
-
306
- | Feature | Description | Status |
307
- |---------|-------------|--------|
308
- | Analytics Dashboard | Usage tracking | ❌ Planned |
309
- | Skill Marketplace | Community discovery | ❌ Planned |
310
- | IDE Extensions | VS Code, JetBrains | ❌ Planned |
311
-
312
- #### Won't-Have (P3)
313
-
314
- | Feature | Reason |
315
- |---------|--------|
316
- | Hosted Cloud Service | Focus on open-source |
317
- | Proprietary AI Model | Use existing tools |
318
- | Mobile App | Desktop-focused |
319
-
320
- ---
321
-
322
- ## 7. Roadmap
323
-
324
- ### 7.1 Current Release (v1.0)
325
-
326
- | Feature | Status |
327
- |---------|--------|
328
- | 21 Specialist Agents | ✅ |
329
- | 50+ Command Workflows | ✅ |
330
- | 1400+ Domain Skills | ✅ |
331
- | Matrix Skill Discovery | ✅ |
332
- | Multi-Tool Support | ✅ |
333
- | CLI Installer | ✅ |
334
- | Core Documentation | ✅ |
335
- | Business Documentation | ✅ |
336
-
337
- ### 7.2 Roadmap Themes
338
-
339
- | Theme | Focus | Timeframe |
340
- |-------|-------|-----------|
341
- | **Developer Experience** | Learning curve, tutorials, IDE extensions | Q1-Q2 |
342
- | **Enterprise Readiness** | Governance, compliance, audit docs | Q2-Q3 |
343
- | **Community Growth** | Skill marketplace, contributions | Q2-Q4 |
344
- | **Quality & Reliability** | Testing, benchmarks, monitoring | Ongoing |
345
-
346
- ---
347
-
348
- ## 8. Risks and Mitigations
349
-
350
- | Risk | Probability | Impact | Mitigation |
351
- |------|-------------|--------|------------|
352
- | Learning curve too steep | High | High | Natural language detection, tutorials |
353
- | AI tool API changes | Medium | High | Abstraction layer, integration tests |
354
- | Native vendor competition | Medium | High | Cross-tool portability, community |
355
- | Skill maintenance burden | High | Medium | Community contributions |
356
- | Enterprise compliance concerns | Medium | High | Audit documentation |
357
-
358
- ---
359
-
360
- ## 9. Dependencies
361
-
362
- ### 9.1 External Dependencies
363
-
364
- | Dependency | Type | Risk |
365
- |------------|------|------|
366
- | Node.js 18+ | Runtime | Low |
367
- | AI Tool APIs | Integration | Medium |
368
- | npm Registry | Distribution | Low |
369
- | GitHub | Hosting | Low |
370
-
371
- ### 9.2 Internal Dependencies
372
-
373
- | Dependency | Type | Owner |
374
- |------------|------|-------|
375
- | Agent Definitions | Content | Core Team |
376
- | Skill Definitions | Content | Community |
377
- | Rule Files | Configuration | Core Team |
378
-
379
- ---
380
-
381
- ## 10. Appendix
382
-
383
- ### 10.1 Glossary
384
-
385
- See `business-glossary.md` for complete term definitions.
386
-
387
- ### 10.2 Related Documents
388
-
389
- | Document | Purpose |
390
- |----------|---------|
391
- | `business-features.md` | Detailed feature specifications |
392
- | `business-workflows.md` | User journey documentation |
393
- | `business-glossary.md` | Term definitions |
394
- | `knowledge-overview.md` | Technical overview |
395
-
396
- ---
397
-
398
- **Document Classification**: Product Requirements
399
- **Approval Status**: Approved
400
- **Review Cycle**: Quarterly