@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,894 +0,0 @@
1
- # Agent Assistant — Feature Specifications
2
-
3
- > **Document Type**: Feature Specifications
4
- > **Version**: 1.0
5
- > **Status**: Complete
6
- > **Last Updated**: 2026-01-26
7
-
8
- ---
9
-
10
- ## 1. Feature Overview
11
-
12
- Agent Assistant provides a comprehensive feature set organized into six categories:
13
-
14
- | Category | Feature Count | Description |
15
- |----------|---------------|-------------|
16
- | Specialist Agents | 20 | Domain expert personas |
17
- | Command Workflows | 50+ | Development workflow automations (incl. /report, focus variant) |
18
- | Domain Skills | 1400+ | On-demand knowledge modules |
19
- | Quality Gates | 5 | Automated verification checkpoints |
20
- | Orchestration Rules | 8 | Governance and coordination protocols |
21
- | CLI Tools | 3 | Installation and management commands |
22
-
23
- ---
24
-
25
- ## 2. Specialist Agents
26
-
27
- ### 2.1 Implementation Agents
28
-
29
- #### F-AGENT-001: Backend Engineer
30
-
31
- | Attribute | Value |
32
- |-----------|-------|
33
- | **ID** | `backend-engineer` |
34
- | **Profile** | `backend:execution` |
35
- | **Role** | Principal Backend Architect |
36
- | **Inherited Domains** | backend, architecture, quality, data, languages |
37
-
38
- **Capabilities:**
39
- - Design and implement REST/GraphQL APIs
40
- - Build server-side logic and business rules
41
- - Implement data access layers
42
- - Optimize database queries
43
- - Apply security best practices
44
-
45
- **Use Cases:**
46
- - `/cook:hard` for backend features
47
- - `/fix` for server-side bugs
48
- - API endpoint implementation
49
-
50
- ---
51
-
52
- #### F-AGENT-002: Frontend Engineer
53
-
54
- | Attribute | Value |
55
- |-----------|-------|
56
- | **ID** | `frontend-engineer` |
57
- | **Profile** | `frontend:execution` |
58
- | **Role** | Principal Frontend Architect |
59
- | **Inherited Domains** | frontend, design, architecture |
60
-
61
- **Capabilities:**
62
- - Build React/Next.js applications
63
- - Implement responsive UI components
64
- - Ensure accessibility (WCAG compliance)
65
- - Optimize frontend performance
66
- - Apply modern CSS patterns
67
-
68
- **Use Cases:**
69
- - `/cook:hard` for UI features
70
- - `/design` workflows
71
- - Component library development
72
-
73
- ---
74
-
75
- #### F-AGENT-003: Mobile Engineer
76
-
77
- | Attribute | Value |
78
- |-----------|-------|
79
- | **ID** | `mobile-engineer` |
80
- | **Profile** | `mobile:execution` |
81
- | **Role** | Mobile Development Specialist |
82
- | **Inherited Domains** | mobile, design, frontend |
83
-
84
- **Capabilities:**
85
- - Build React Native applications
86
- - Develop Flutter cross-platform apps
87
- - Native iOS (Swift) development
88
- - Native Android (Kotlin) development
89
- - Mobile performance optimization
90
-
91
- **Use Cases:**
92
- - Mobile app development
93
- - Cross-platform features
94
- - Platform-specific implementations
95
-
96
- ---
97
-
98
- #### F-AGENT-004: Game Engineer
99
-
100
- | Attribute | Value |
101
- |-----------|-------|
102
- | **ID** | `game-engineer` |
103
- | **Profile** | `gaming:execution` |
104
- | **Role** | Game Development Specialist |
105
- | **Inherited Domains** | gaming, performance, frontend |
106
-
107
- **Capabilities:**
108
- - Implement game loops
109
- - 3D graphics programming
110
- - Physics and collision systems
111
- - Game performance optimization
112
- - Multiplayer networking
113
-
114
- **Use Cases:**
115
- - Game feature development
116
- - Performance optimization
117
- - 3D/2D game systems
118
-
119
- ---
120
-
121
- ### 2.2 Architecture Agents
122
-
123
- #### F-AGENT-005: Tech Lead
124
-
125
- | Attribute | Value |
126
- |-----------|-------|
127
- | **ID** | `tech-lead` |
128
- | **Profile** | `architecture:orchestration` |
129
- | **Role** | Implementation Orchestrator |
130
- | **Inherited Domains** | architecture, quality, planning |
131
-
132
- **Capabilities:**
133
- - Route implementation tasks to specialists
134
- - Ensure quality gate compliance
135
- - Detect implementation drift
136
- - Coordinate multi-agent workflows
137
- - Make architectural decisions
138
-
139
- **Use Cases:**
140
- - `/cook:hard` workflow orchestration
141
- - Implementation oversight
142
- - Quality verification
143
-
144
- ---
145
-
146
- #### F-AGENT-006: Database Architect
147
-
148
- | Attribute | Value |
149
- |-----------|-------|
150
- | **ID** | `database-architect` |
151
- | **Profile** | `data:execution` |
152
- | **Role** | Data Architecture Specialist |
153
- | **Inherited Domains** | data, performance, architecture |
154
-
155
- **Capabilities:**
156
- - Design database schemas
157
- - Create and manage migrations
158
- - Optimize query performance
159
- - Implement data access patterns
160
- - Design replication strategies
161
-
162
- **Use Cases:**
163
- - Schema design
164
- - Query optimization
165
- - Data modeling
166
-
167
- ---
168
-
169
- ### 2.3 Quality Agents
170
-
171
- #### F-AGENT-007: Tester
172
-
173
- | Attribute | Value |
174
- |-----------|-------|
175
- | **ID** | `tester` |
176
- | **Profile** | `quality:validation` |
177
- | **Role** | QA Specialist |
178
- | **Inherited Domains** | quality |
179
-
180
- **Capabilities:**
181
- - Design test strategies
182
- - Write unit and integration tests
183
- - Create E2E test suites
184
- - Measure code coverage
185
- - Identify edge cases
186
-
187
- **Use Cases:**
188
- - `/test` command workflows
189
- - Test generation for features
190
- - Coverage improvement
191
-
192
- ---
193
-
194
- #### F-AGENT-008: Reviewer
195
-
196
- | Attribute | Value |
197
- |-----------|-------|
198
- | **ID** | `reviewer` |
199
- | **Profile** | `quality:review` |
200
- | **Role** | Code Review Specialist |
201
- | **Inherited Domains** | quality, security, architecture |
202
-
203
- **Capabilities:**
204
- - Review code for best practices
205
- - Verify plan compliance
206
- - Identify code smells
207
- - Suggest improvements
208
- - Ensure standards adherence
209
-
210
- **Use Cases:**
211
- - `/review` command workflows
212
- - PR review automation
213
- - Code quality verification
214
-
215
- ---
216
-
217
- #### F-AGENT-009: Debugger
218
-
219
- | Attribute | Value |
220
- |-----------|-------|
221
- | **ID** | `debugger` |
222
- | **Profile** | `quality:debugging` |
223
- | **Role** | Debug Specialist |
224
- | **Inherited Domains** | quality, performance |
225
-
226
- **Capabilities:**
227
- - Reproduce issues systematically
228
- - Formulate and test hypotheses
229
- - Identify root causes
230
- - Trace execution paths
231
- - Analyze error logs
232
-
233
- **Use Cases:**
234
- - `/debug` command workflows
235
- - Bug investigation
236
- - Performance debugging
237
-
238
- ---
239
-
240
- #### F-AGENT-010: Security Engineer
241
-
242
- | Attribute | Value |
243
- |-----------|-------|
244
- | **ID** | `security-engineer` |
245
- | **Profile** | `security:validation` |
246
- | **Role** | Security Specialist |
247
- | **Inherited Domains** | security, architecture |
248
-
249
- **Capabilities:**
250
- - Identify security vulnerabilities
251
- - Apply OWASP best practices
252
- - Conduct threat modeling
253
- - Implement secure coding patterns
254
- - Review authentication/authorization
255
-
256
- **Use Cases:**
257
- - Security gate verification
258
- - `/docs:audit` workflows
259
- - Vulnerability assessment
260
-
261
- ---
262
-
263
- ### 2.4 Planning Agents
264
-
265
- #### F-AGENT-011: Planner
266
-
267
- | Attribute | Value |
268
- |-----------|-------|
269
- | **ID** | `planner` |
270
- | **Profile** | `planning:analysis` |
271
- | **Role** | Technical Planner |
272
- | **Inherited Domains** | planning, architecture |
273
-
274
- **Capabilities:**
275
- - Create implementation plans
276
- - Identify risks and mitigations
277
- - Define task dependencies
278
- - Estimate effort
279
- - Plan rollback strategies
280
-
281
- **Use Cases:**
282
- - `/plan` command workflows
283
- - Feature planning
284
- - Sprint preparation
285
-
286
- ---
287
-
288
- #### F-AGENT-012: Brainstormer
289
-
290
- | Attribute | Value |
291
- |-----------|-------|
292
- | **ID** | `brainstormer` |
293
- | **Profile** | `planning:discovery` |
294
- | **Role** | Requirements Discovery Specialist |
295
- | **Inherited Domains** | planning, research |
296
-
297
- **Capabilities:**
298
- - Discover requirements through questions
299
- - Clarify ambiguous requests
300
- - Identify edge cases
301
- - Surface hidden requirements
302
- - Document requirements
303
-
304
- **Use Cases:**
305
- - `/brainstorm` command workflows
306
- - Requirements gathering
307
- - Feature discovery
308
-
309
- ---
310
-
311
- #### F-AGENT-013: Business Analyst
312
-
313
- | Attribute | Value |
314
- |-----------|-------|
315
- | **ID** | `business-analyst` |
316
- | **Profile** | `planning:business` |
317
- | **Role** | Business Analysis Specialist |
318
- | **Inherited Domains** | planning, management |
319
-
320
- **Capabilities:**
321
- - Write INVEST-compliant user stories
322
- - Analyze stakeholder needs
323
- - Create domain models
324
- - Map business processes
325
- - Define acceptance criteria
326
-
327
- **Use Cases:**
328
- - `/docs:business` workflows
329
- - User story creation
330
- - Business analysis
331
-
332
- ---
333
-
334
- ### 2.5 Support Agents
335
-
336
- #### F-AGENT-014: Designer
337
-
338
- | Attribute | Value |
339
- |-----------|-------|
340
- | **ID** | `designer` |
341
- | **Profile** | `design:creative` |
342
- | **Role** | UI/UX Design Specialist |
343
- | **Inherited Domains** | design, frontend |
344
-
345
- **Capabilities:**
346
- - Design user interfaces
347
- - Create design systems
348
- - Ensure accessibility
349
- - Apply visual design principles
350
- - Define interaction patterns
351
-
352
- **Use Cases:**
353
- - `/design` command workflows
354
- - UI component design
355
- - Design system creation
356
-
357
- ---
358
-
359
- #### F-AGENT-015: DevOps Engineer
360
-
361
- | Attribute | Value |
362
- |-----------|-------|
363
- | **ID** | `devops-engineer` |
364
- | **Profile** | `devops:execution` |
365
- | **Role** | DevOps Specialist |
366
- | **Inherited Domains** | devops, security, cloud |
367
-
368
- **Capabilities:**
369
- - Configure CI/CD pipelines
370
- - Manage infrastructure as code
371
- - Containerize applications
372
- - Deploy to cloud platforms
373
- - Implement rollback strategies
374
-
375
- **Use Cases:**
376
- - `/deploy` command workflows
377
- - Infrastructure setup
378
- - Pipeline configuration
379
-
380
- ---
381
-
382
- #### F-AGENT-016: Docs Manager
383
-
384
- | Attribute | Value |
385
- |-----------|-------|
386
- | **ID** | `docs-manager` |
387
- | **Profile** | `research:documentation` |
388
- | **Role** | Documentation Specialist |
389
- | **Inherited Domains** | research |
390
-
391
- **Capabilities:**
392
- - Write technical documentation
393
- - Create API documentation
394
- - Generate README files
395
- - Maintain documentation standards
396
- - Structure knowledge bases
397
-
398
- **Use Cases:**
399
- - `/docs` command workflows
400
- - Documentation generation
401
- - README updates
402
-
403
- ---
404
-
405
- #### F-AGENT-017: Performance Engineer
406
-
407
- | Attribute | Value |
408
- |-----------|-------|
409
- | **ID** | `performance-engineer` |
410
- | **Profile** | `performance:validation` |
411
- | **Role** | Performance Specialist |
412
- | **Inherited Domains** | performance, backend, frontend |
413
-
414
- **Capabilities:**
415
- - Profile application performance
416
- - Identify bottlenecks
417
- - Set performance budgets
418
- - Optimize critical paths
419
- - Benchmark systems
420
-
421
- **Use Cases:**
422
- - Performance optimization
423
- - Load testing
424
- - Profiling workflows
425
-
426
- ---
427
-
428
- #### F-AGENT-018: Researcher
429
-
430
- | Attribute | Value |
431
- |-----------|-------|
432
- | **ID** | `researcher` |
433
- | **Profile** | `research:analysis` |
434
- | **Role** | Technical Research Specialist |
435
- | **Inherited Domains** | research, planning |
436
-
437
- **Capabilities:**
438
- - Research technical solutions
439
- - Compare alternatives
440
- - Analyze documentation
441
- - Identify best practices
442
- - Summarize findings
443
-
444
- **Use Cases:**
445
- - `/cook:hard` research phase
446
- - Technology evaluation
447
- - Pattern research
448
-
449
- ---
450
-
451
- #### F-AGENT-019: Scouter
452
-
453
- | Attribute | Value |
454
- |-----------|-------|
455
- | **ID** | `scouter` |
456
- | **Profile** | `research:exploration` |
457
- | **Role** | Codebase Exploration Specialist |
458
- | **Inherited Domains** | research, architecture |
459
-
460
- **Capabilities:**
461
- - Explore codebase structure
462
- - Identify patterns and conventions
463
- - Map dependencies
464
- - Locate relevant code
465
- - Analyze tech stack
466
-
467
- **Use Cases:**
468
- - Codebase analysis
469
- - Documentation generation
470
- - Feature context gathering
471
-
472
- ---
473
-
474
- #### F-AGENT-020: Project Manager
475
-
476
- | Attribute | Value |
477
- |-----------|-------|
478
- | **ID** | `project-manager` |
479
- | **Profile** | `management:orchestration` |
480
- | **Role** | Project Delivery Specialist |
481
- | **Inherited Domains** | management, planning |
482
-
483
- **Capabilities:**
484
- - Manage sprints and milestones
485
- - Track risks and issues
486
- - Coordinate delivery
487
- - Facilitate communication
488
- - Monitor progress
489
-
490
- **Use Cases:**
491
- - Sprint planning
492
- - Delivery tracking
493
- - Risk management
494
-
495
- ---
496
-
497
- ## 3. Command Workflows
498
-
499
- ### 3.1 Development Commands
500
-
501
- #### F-CMD-001: /cook — Feature Implementation
502
-
503
- | Variant | Agents Used | Phases | Quality Gates |
504
- |---------|-------------|--------|---------------|
505
- | `:fast` | 2-3 | 3-4 | Minimal |
506
- | `:hard` | 5-8 | 7-8 | All 5 |
507
-
508
- **Workflow (`:hard` variant):**
509
- 1. Brainstorm requirements
510
- 2. Research patterns
511
- 3. Scout codebase
512
- 4. Design (if UI)
513
- 5. Plan implementation
514
- 6. Implement code
515
- 7. Test
516
- 8. Review
517
-
518
- **Deliverables:**
519
- - Implementation code
520
- - Test files
521
- - Review approval
522
-
523
- ---
524
-
525
- #### F-CMD-002: /code — Code Snippets
526
-
527
- | Variant | Agents Used | Phases | Quality Gates |
528
- |---------|-------------|--------|---------------|
529
- | `:fast` | 1-2 | 2 | Minimal |
530
- | `:hard` | 3-4 | 4 | Partial |
531
-
532
- **Use Case:** Quick code generation with standards.
533
-
534
- ---
535
-
536
- #### F-CMD-003: /fix — Bug Fixing
537
-
538
- | Variant | Agents Used | Phases | Quality Gates |
539
- |---------|-------------|--------|---------------|
540
- | `:fast` | 2-3 | 3 | Minimal |
541
- | `:hard` | 4-5 | 5 | All 5 |
542
-
543
- **Workflow:**
544
- 1. Debug root cause
545
- 2. Plan fix
546
- 3. Implement fix
547
- 4. Test fix
548
- 5. Review
549
-
550
- ---
551
-
552
- ### 3.2 Quality Commands
553
-
554
- #### F-CMD-004: /test — Test Generation
555
-
556
- | Variant | Agents Used | Phases | Output |
557
- |---------|-------------|--------|--------|
558
- | `:fast` | 1-2 | 2 | Unit tests |
559
- | `:hard` | 3-4 | 4 | Full test suite |
560
-
561
- **Deliverables:**
562
- - Unit tests
563
- - Integration tests
564
- - E2E tests (`:hard`)
565
- - Coverage report
566
-
567
- ---
568
-
569
- #### F-CMD-005: /review — Code Review
570
-
571
- | Variant | Agents Used | Phases | Output |
572
- |---------|-------------|--------|--------|
573
- | `:fast` | 1 | 2 | Quick review |
574
- | `:hard` | 2-3 | 4 | Comprehensive review |
575
-
576
- **Review Aspects:**
577
- - Code quality
578
- - Security
579
- - Performance
580
- - Standards compliance
581
-
582
- ---
583
-
584
- #### F-CMD-006: /debug — Systematic Debugging
585
-
586
- | Variant | Agents Used | Phases | Output |
587
- |---------|-------------|--------|--------|
588
- | `:fast` | 1-2 | 3 | Root cause |
589
- | `:hard` | 3-4 | 5 | Full analysis |
590
-
591
- **Debugging Process:**
592
- 1. Reproduce issue
593
- 2. Formulate hypotheses
594
- 3. Test hypotheses
595
- 4. Identify root cause
596
- 5. Recommend fix
597
-
598
- ---
599
-
600
- ### 3.3 Planning Commands
601
-
602
- #### F-CMD-007: /plan — Implementation Planning
603
-
604
- | Variant | Agents Used | Phases | Output |
605
- |---------|-------------|--------|--------|
606
- | `:fast` | 2 | 3 | Quick plan |
607
- | `:hard` | 4-5 | 6 | Detailed plan |
608
-
609
- **Plan Contents:**
610
- - Task breakdown
611
- - Dependencies
612
- - Risk assessment
613
- - Rollback strategy
614
- - Time estimates
615
-
616
- ---
617
-
618
- #### F-CMD-008: /brainstorm — Requirements Discovery
619
-
620
- | Variant | Agents Used | Phases | Output |
621
- |---------|-------------|--------|--------|
622
- | `:fast` | 1 | 2 | Quick requirements |
623
- | `:hard` | 2-3 | 4 | Detailed requirements |
624
-
625
- **Discovery Outputs:**
626
- - Requirements list
627
- - Edge cases
628
- - Clarification questions
629
- - Acceptance criteria
630
-
631
- ---
632
-
633
- #### F-CMD-009: /design — UI/UX Design
634
-
635
- | Variant | Agents Used | Phases | Output |
636
- |---------|-------------|--------|--------|
637
- | `:fast` | 1-2 | 2 | Quick design |
638
- | `:hard` | 3-4 | 5 | Comprehensive design |
639
-
640
- **Design Outputs:**
641
- - Component specifications
642
- - Layout designs
643
- - Interaction patterns
644
- - Accessibility requirements
645
-
646
- ---
647
-
648
- ### 3.4 Documentation Commands
649
-
650
- #### F-CMD-010: /docs:core — Technical Documentation
651
-
652
- | Agents Used | Phases | Output |
653
- |-------------|--------|--------|
654
- | scouter, docs-manager | 2 | 5 files |
655
-
656
- **Generated Files:**
657
- - `knowledge-overview.md`
658
- - `knowledge-architecture.md`
659
- - `knowledge-domain.md`
660
- - `knowledge-source-base.md`
661
- - `knowledge-standards.md`
662
-
663
- ---
664
-
665
- #### F-CMD-011: /docs:business — Business Documentation
666
-
667
- | Agents Used | Phases | Output |
668
- |-------------|--------|--------|
669
- | scouter, business-analyst, docs-manager | 3 | 4 files |
670
-
671
- **Generated Files:**
672
- - `business-prd.md`
673
- - `business-features.md`
674
- - `business-workflows.md`
675
- - `business-glossary.md`
676
-
677
- ---
678
-
679
- #### F-CMD-012: /docs:audit — Audit Documentation
680
-
681
- | Agents Used | Phases | Output |
682
- |-------------|--------|--------|
683
- | scouter, security-engineer, docs-manager | 3 | 4 files |
684
-
685
- **Generated Files:**
686
- - `audit-security.md`
687
- - `audit-compliance.md`
688
- - `audit-dataflow.md`
689
- - `audit-recommendations.md`
690
-
691
- ---
692
-
693
- ### 3.5 Deployment Commands
694
-
695
- #### F-CMD-013: /deploy:check — Pre-Deployment Validation
696
-
697
- | Agents Used | Output |
698
- |-------------|--------|
699
- | devops-engineer, security-engineer | Readiness report |
700
-
701
- ---
702
-
703
- #### F-CMD-014: /deploy:preview — Staging Deployment
704
-
705
- | Agents Used | Output |
706
- |-------------|--------|
707
- | devops-engineer | Staging URL |
708
-
709
- ---
710
-
711
- #### F-CMD-015: /deploy:production — Production Deployment
712
-
713
- | Agents Used | Output |
714
- |-------------|--------|
715
- | devops-engineer, security-engineer | Deployment confirmation |
716
-
717
- ---
718
-
719
- #### F-CMD-016: /deploy:rollback — Deployment Rollback
720
-
721
- | Agents Used | Output |
722
- |-------------|--------|
723
- | devops-engineer | Rollback confirmation |
724
-
725
- ---
726
-
727
- ### 3.6 Utility Commands
728
-
729
- #### F-CMD-017: /ask — Codebase Q&A
730
-
731
- | Variant | Agents Used | Output |
732
- |---------|-------------|--------|
733
- | `:fast` | scouter | Quick answer |
734
- | `:hard` | scouter, researcher | Detailed answer |
735
-
736
- ---
737
-
738
- #### F-CMD-018: /auto — Auto-Detect Command
739
-
740
- | Agents Used | Output |
741
- |-------------|--------|
742
- | Orchestrator | Routed to appropriate command |
743
-
744
- ---
745
-
746
- ## 4. Quality Gates
747
-
748
- ### 4.1 Gate Specifications
749
-
750
- #### F-GATE-001: Compile Gate
751
-
752
- | Attribute | Value |
753
- |-----------|-------|
754
- | **Purpose** | Verify code compiles/builds successfully |
755
- | **Trigger** | Before lint gate |
756
- | **Pass Criteria** | Zero build errors |
757
- | **Failure Action** | Block and report errors |
758
-
759
- ---
760
-
761
- #### F-GATE-002: Lint Gate
762
-
763
- | Attribute | Value |
764
- |-----------|-------|
765
- | **Purpose** | Verify code style compliance |
766
- | **Trigger** | After compile gate |
767
- | **Pass Criteria** | Zero lint errors |
768
- | **Failure Action** | Block and report violations |
769
-
770
- ---
771
-
772
- #### F-GATE-003: Test Gate
773
-
774
- | Attribute | Value |
775
- |-----------|-------|
776
- | **Purpose** | Verify tests pass |
777
- | **Trigger** | After lint gate |
778
- | **Pass Criteria** | All tests pass, coverage met |
779
- | **Failure Action** | Block and report failures |
780
-
781
- ---
782
-
783
- #### F-GATE-004: Security Gate
784
-
785
- | Attribute | Value |
786
- |-----------|-------|
787
- | **Purpose** | Verify no security vulnerabilities |
788
- | **Trigger** | After test gate |
789
- | **Pass Criteria** | No critical/high vulnerabilities |
790
- | **Failure Action** | Block and report issues |
791
-
792
- ---
793
-
794
- #### F-GATE-005: Review Gate
795
-
796
- | Attribute | Value |
797
- |-----------|-------|
798
- | **Purpose** | Verify code review approval |
799
- | **Trigger** | After security gate |
800
- | **Pass Criteria** | Reviewer approval |
801
- | **Failure Action** | Block and request changes |
802
-
803
- ---
804
-
805
- ## 5. Matrix Skill Discovery
806
-
807
- ### 5.1 Skill Domains
808
-
809
- | Domain | Skills | Description |
810
- |--------|--------|-------------|
811
- | `backend` | 20 | Server-side development |
812
- | `frontend` | 18 | Client-side development |
813
- | `architecture` | 9 | System design |
814
- | `quality` | 17 | Testing and QA |
815
- | `security` | 6 | Security engineering |
816
- | `design` | 10 | UI/UX design |
817
- | `planning` | 9 | Planning and analysis |
818
- | `devops` | 15 | DevOps and deployment |
819
- | `data` | 7 | Database and data |
820
- | `performance` | 1 | Performance optimization |
821
- | `research` | 11 | Research and documentation |
822
- | `mobile` | 8 | Mobile development |
823
- | `gaming` | 3 | Game development |
824
- | `management` | 4 | Project management |
825
- | `ai_ml` | 13 | AI/ML engineering |
826
- | `cloud` | 11 | Cloud infrastructure |
827
- | `languages` | 17 | Programming languages |
828
- | `tools` | 31 | Utilities and tools |
829
- | `mcp` | 8 | Model Context Protocol |
830
-
831
- ### 5.2 Skill Resolution
832
-
833
- Skills are resolved based on:
834
- 1. **Direct agent match** — skill.agents contains agent ID
835
- 2. **Profile match** — skill.profiles matches agent profile
836
- 3. **Domain inheritance** — domain in agent's inherit_from
837
-
838
- ### 5.3 Priority Scoring
839
-
840
- | Priority | Range | Injection |
841
- |----------|-------|-----------|
842
- | Critical | 9-10 | Always injected |
843
- | Core | 7-8 | Standard injection |
844
- | Optional | 5-6 | Context-dependent |
845
- | Low | 1-4 | Rarely injected |
846
-
847
- ---
848
-
849
- ## 6. CLI Tools
850
-
851
- ### 6.1 Installation Command
852
-
853
- ```bash
854
- agent-assistant install [tool]
855
- ```
856
-
857
- | Option | Description |
858
- |--------|-------------|
859
- | `cursor` | Install for Cursor |
860
- | `copilot` | Install for GitHub Copilot |
861
- | `antigravity` | Install for Antigravity/Gemini |
862
- | `claude` | Install for Claude Code |
863
- | `--all` | Install for all tools |
864
-
865
- ### 6.2 Uninstallation Command
866
-
867
- ```bash
868
- agent-assistant uninstall [tool]
869
- ```
870
-
871
- ### 6.3 List Command
872
-
873
- ```bash
874
- agent-assistant list
875
- ```
876
-
877
- Shows installation status for all tools.
878
-
879
- ---
880
-
881
- ## 7. Related Documentation
882
-
883
- | Document | Purpose |
884
- |----------|---------|
885
- | `business-prd.md` | Product requirements |
886
- | `business-workflows.md` | User journeys |
887
- | `business-glossary.md` | Term definitions |
888
- | `knowledge-architecture.md` | Technical architecture |
889
-
890
- ---
891
-
892
- **Document Classification**: Feature Specifications
893
- **Completeness**: 100%
894
- **Review Status**: Complete