@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
package/commands/docs.md CHANGED
@@ -1,13 +1,13 @@
1
1
  ---
2
- description: 📝 Docs Full Documentation Suite (executes ALL sub-commands sequentially)
3
- version: "1.0"
2
+ description: "📝 Docs - Full Documentation Suite (executes ALL sub-commands sequentially)"
3
+ version: "2.0"
4
4
  category: documentation
5
5
  execution-mode: execute
6
6
  ---
7
7
 
8
8
  # /docs — Full Documentation Suite
9
9
 
10
- > **MISSION**: Execute ALL documentation sub-commands **SEQUENTIALLY**. Only report "Done" when ALL 13 files are created.
10
+ > **MISSION**: Execute ALL documentation sub-commands **SEQUENTIALLY**. Only report "Done" when ALL deliverables are created: 5 knowledge folders (26+ files) + 4 business folders (22+ files) + 4 audit folders (20+ files).
11
11
 
12
12
  <scope>$ARGUMENTS</scope>
13
13
 
@@ -31,9 +31,9 @@ execution-mode: execute
31
31
  >
32
32
  > 1. You MUST execute each sub-command **IN ORDER**
33
33
  > 2. You MUST wait for each sub-command to **COMPLETE** before starting next
34
- > 3. You MUST create **ALL 13 FILES** across 3 sub-commands
34
+ > 3. You MUST create ALL deliverables across 3 sub-commands
35
35
  > 4. You may **NOT** skip any sub-command
36
- > 5. Report "Done" **ONLY** when all 13 files exist
36
+ > 5. Report "Done" **ONLY** when all deliverables exist
37
37
 
38
38
  ---
39
39
 
@@ -42,16 +42,17 @@ execution-mode: execute
42
42
  ```
43
43
  ┌─────────────────────────────────────────────────────────────────┐
44
44
  │ STEP 1: Load & Execute /docs:core │
45
- │ → Wait until ALL 5 core files are created
46
- │ → Verify: knowledge-overview, architecture, domain,
47
- │ → source-base, standards
45
+ │ → Wait until ALL 5 knowledge folders are created
46
+ │ → Each folder: 00-index.md + numbered sub-files
47
+ │ → Verify: knowledge-overview/, architecture/, domain/,
48
+ │ → source-base/, standards/ │
48
49
  ├─────────────────────────────────────────────────────────────────┤
49
50
  │ STEP 2: Load & Execute /docs:business │
50
- │ → Wait until ALL 4 business files are created
51
- │ → Verify: business-prd, features, workflows, glossary
51
+ │ → Wait until ALL 4 business folders are created
52
+ │ → Verify: business-prd/, features/, workflows/, glossary/
52
53
  ├─────────────────────────────────────────────────────────────────┤
53
54
  │ STEP 3: Load & Execute /docs:audit │
54
- │ → Wait until ALL 4 audit files are created
55
+ │ → Wait until ALL 4 audit folders are created
55
56
  │ → Verify: audit-security, compliance, dataflow, │
56
57
  │ recommendations │
57
58
  └─────────────────────────────────────────────────────────────────┘
@@ -66,15 +67,15 @@ execution-mode: execute
66
67
  | **Sub-Command** | `~/.{TOOL}/agent-assistant/commands/docs/core.md` |
67
68
  | **Action** | **LOAD AND FOLLOW** the entire core.md workflow |
68
69
 
69
- ### Files to be Created:
70
+ ### Folders to be Created (v3.0 — folder-based):
70
71
 
71
- - [ ] `./documents/knowledge-overview.md`
72
- - [ ] `./documents/knowledge-architecture.md`
73
- - [ ] `./documents/knowledge-domain.md`
74
- - [ ] `./documents/knowledge-source-base.md`
75
- - [ ] `./documents/knowledge-standards.md`
72
+ - [ ] `./documents/knowledge-overview/` (00-index.md + 4 sub-files)
73
+ - [ ] `./documents/knowledge-architecture/` (00-index.md + 5 sub-files)
74
+ - [ ] `./documents/knowledge-domain/` (00-index.md + 4 sub-files)
75
+ - [ ] `./documents/knowledge-source-base/` (00-index.md + 4 sub-files)
76
+ - [ ] `./documents/knowledge-standards/` (00-index.md + 4 sub-files)
76
77
 
77
- **⏸️ PAUSE HERE** — Do NOT proceed to Step 2 until all 5 core files exist.
78
+ **⏸️ PAUSE HERE** — Do NOT proceed to Step 2 until all 5 knowledge folders with sub-files exist.
78
79
 
79
80
  ---
80
81
 
@@ -85,14 +86,14 @@ execution-mode: execute
85
86
  | **Sub-Command** | `~/.{TOOL}/agent-assistant/commands/docs/business.md` |
86
87
  | **Action** | **LOAD AND FOLLOW** the entire business.md workflow |
87
88
 
88
- ### Files to be Created:
89
+ ### Folders to be Created (v4.0 — folder-based):
89
90
 
90
- - [ ] `./documents/business/business-prd.md`
91
- - [ ] `./documents/business/business-features.md`
92
- - [ ] `./documents/business/business-workflows.md`
93
- - [ ] `./documents/business/business-glossary.md`
91
+ - [ ] `./documents/business/business-prd/` (00-index.md + 4 sub-files)
92
+ - [ ] `./documents/business/business-features/` (00-index.md + 5 sub-files)
93
+ - [ ] `./documents/business/business-workflows/` (00-index.md + 5 sub-files)
94
+ - [ ] `./documents/business/business-glossary/` (00-index.md + 4 sub-files)
94
95
 
95
- **⏸️ PAUSE HERE** — Do NOT proceed to Step 3 until all 4 business files exist.
96
+ **⏸️ PAUSE HERE** — Do NOT proceed to Step 3 until all 4 business folders with sub-files exist.
96
97
 
97
98
  ---
98
99
 
@@ -103,57 +104,57 @@ execution-mode: execute
103
104
  | **Sub-Command** | `~/.{TOOL}/agent-assistant/commands/docs/audit.md` |
104
105
  | **Action** | **LOAD AND FOLLOW** the entire audit.md workflow |
105
106
 
106
- ### Files to be Created:
107
+ ### Folders to be Created (v4.0 - folder-based):
107
108
 
108
- - [ ] `./documents/audit/audit-security.md`
109
- - [ ] `./documents/audit/audit-compliance.md`
110
- - [ ] `./documents/audit/audit-dataflow.md`
111
- - [ ] `./documents/audit/audit-recommendations.md`
109
+ - [ ] `./documents/audit/audit-security/` (00-index.md + 4 sub-files)
110
+ - [ ] `./documents/audit/audit-compliance/` (00-index.md + 4 sub-files)
111
+ - [ ] `./documents/audit/audit-dataflow/` (00-index.md + 4 sub-files)
112
+ - [ ] `./documents/audit/audit-recommendations/` (00-index.md + 4 sub-files)
112
113
 
113
114
  ---
114
115
 
115
116
  ## ✅ FINAL VERIFICATION (REQUIRED)
116
117
 
117
- Before reporting "Done", verify **ALL 13 FILES** exist:
118
+ Before reporting "Done", verify ALL deliverables exist:
118
119
 
119
120
  ```
120
121
  ./documents/
121
- ├── Core (5 files)
122
- │ ├── ✅ knowledge-overview.md
123
- │ ├── ✅ knowledge-architecture.md
124
- │ ├── ✅ knowledge-domain.md
125
- │ ├── ✅ knowledge-source-base.md
126
- │ └── ✅ knowledge-standards.md
127
- ├── Business (folder)
128
- │ ├── ✅ business-prd.md
129
- │ ├── ✅ business-features.md
130
- │ ├── ✅ business-workflows.md
131
- │ └── ✅ business-glossary.md
132
- └── Audit (4 files)
133
- ├── ✅ audit-security.md
134
- ├── ✅ audit-compliance.md
135
- ├── ✅ audit-dataflow.md
136
- └── ✅ audit-recommendations.md
122
+ ├── Core (5 folders, 26+ files)
123
+ │ ├── ✅ knowledge-overview/ (00-index + 01~04)
124
+ │ ├── ✅ knowledge-architecture/ (00-index + 01~05)
125
+ │ ├── ✅ knowledge-domain/ (00-index + 01~04)
126
+ │ ├── ✅ knowledge-source-base/ (00-index + 01~04)
127
+ │ └── ✅ knowledge-standards/ (00-index + 01~04)
128
+ ├── Business (4 folders, 22+ files)
129
+ │ ├── ✅ business-prd/ (00-index + 01~04)
130
+ │ ├── ✅ business-features/ (00-index + 01~05)
131
+ │ ├── ✅ business-workflows/ (00-index + 01~05)
132
+ │ └── ✅ business-glossary/ (00-index + 01~04)
133
+ └── Audit (4 folders, 20+ files)
134
+ ├── ✅ audit-security/ (00-index + 01~04)
135
+ ├── ✅ audit-compliance/ (00-index + 01~04)
136
+ ├── ✅ audit-dataflow/ (00-index + 01~04)
137
+ └── ✅ audit-recommendations/ (00-index + 01~04)
137
138
  ```
138
139
 
139
140
  ---
140
141
 
141
142
  ## 📊 COMPLETION OUTPUT
142
143
 
143
- Only output this when ALL 13 files are verified:
144
+ Only output this when ALL deliverables are verified:
144
145
 
145
146
  ```markdown
146
147
  ## ✅ Full Documentation Suite Complete
147
148
 
148
- ### 📁 All 13 Documents Created
149
+ ### 📁 All Documents Created
149
150
 
150
- | Type | Files Created | Status |
151
- | -------- | ---------------------------------------------------- | ------ |
152
- | Core | overview, architecture, domain, source-base, standards | ✅ 5/5 |
153
- | Business | prd, features, workflows, glossary | ✅ 4/4 |
154
- | Audit | security, compliance, dataflow, recommendations | ✅ 4/4 |
151
+ | Type | Deliverables | Status |
152
+ | -------- | ----------------------------------------------------------- | -------- |
153
+ | Core | 5 knowledge folders (overview, architecture, domain, source-base, standards) | ✅ 5/5 folders |
154
+ | Business | 4 business folders (prd, features, workflows, glossary) | ✅ 4/4 folders |
155
+ | Audit | 4 audit folders (security, compliance, dataflow, recommendations) | ✅ 4/4 folders |
155
156
 
156
- **Total: 13/13 files created in `./documents/`**
157
+ **Total: 13 folders (68+ files) created in `./documents/`**
157
158
  ```
158
159
 
159
160
  ---
@@ -161,9 +162,9 @@ Only output this when ALL 13 files are verified:
161
162
  ## 🚫 FORBIDDEN
162
163
 
163
164
  - ❌ Skipping any sub-command
164
- - ❌ Creating partial files and reporting "Done"
165
+ - ❌ Creating partial deliverables and reporting "Done"
165
166
  - ❌ Executing sub-commands in parallel (must be sequential)
166
- - ❌ Reporting "Done" before all 12 files exist
167
+ - ❌ Reporting "Done" before all deliverables exist
167
168
 
168
169
  ---
169
170
 
@@ -171,8 +172,8 @@ Only output this when ALL 13 files are verified:
171
172
 
172
173
  If you need only ONE type:
173
174
 
174
- | Route | Files Created |
175
- | ---------------- | -------------------- |
176
- | `/docs:core` | 5 knowledge-\* files |
177
- | `/docs:business` | 4 business-\* files |
178
- | `/docs:audit` | 4 audit-\* files |
175
+ | Route | Deliverables Created |
176
+ | ---------------- | ---------------------------------------------- |
177
+ | `/docs:core` | 5 knowledge folders with 00-index + sub-files |
178
+ | `/docs:business` | 4 business folders with 00-index + sub-files |
179
+ | `/docs:audit` | 4 audit folders with 00-index + sub-files |
@@ -22,7 +22,7 @@ execution-mode: execute
22
22
 
23
23
  **⛔ Do not run Phase 1 until all are loaded.** Follow **all** rules in those files; they override any conflicting instructions in this file.
24
24
 
25
- **Skills Resolution**: When delegating, load `SKILLS.md` on-demand for fitness calculation and dynamic discovery (hard/focus variants enable find-skills).
25
+ **Skills Resolution**: When delegating, load `SKILLS.md` on-demand for fitness calculation and dynamic discovery (hard/team variants enable find-skills).
26
26
 
27
27
  ---
28
28
 
package/commands/fix.md CHANGED
@@ -34,9 +34,6 @@ IF issue is simple (clear cause, quick fix):
34
34
  IF issue is complex (research needed, multi-file):
35
35
  → Route to /fix:hard
36
36
 
37
- IF issue is complex AND context optimization is critical:
38
- → Route to /fix:focus
39
-
40
37
  IF issue is complex AND maximum quality with team collaboration needed:
41
38
  → Route to /fix:team
42
39
 
@@ -52,7 +49,6 @@ IF unsure:
52
49
  | ------------ | ----------------------------------------------------- |
53
50
  | `/fix:fast` | Quick fixes, clear issues |
54
51
  | `/fix:hard` | Complex issues, research needed |
55
- | `/fix:focus` | Complex issues with **enforced context optimization** |
56
52
  | `/fix:team` | Maximum quality with parallel agent team collaboration |
57
53
 
58
54
  ---
@@ -68,8 +64,7 @@ IF unsure:
68
64
 
69
65
  1. ⚡ **Fast** → `/fix:fast` — Quick fix
70
66
  2. ⚡⚡⚡ **Hard** → `/fix:hard` — Full resolution
71
- 3. 🎯 **Focus** → `/fix:focus` — Full resolution with **automatic context clearing** (prevents hallucination)
72
- 4. 👥 **Team** → `/fix:team` — Full team collaboration (parallel agents, maximum quality)
67
+ 3. 👥 **Team** → `/fix:team` — Full team collaboration (parallel agents, maximum quality)
73
68
 
74
69
  ⏳ Awaiting selection...
75
70
  ```
@@ -23,7 +23,7 @@ execution-mode: execute
23
23
 
24
24
  **⛔ Do not run Phase 1 until all are loaded.** Follow **all** rules in those files; they override any conflicting instructions in this file.
25
25
 
26
- **Skills Resolution**: When delegating, load `SKILLS.md` on-demand for fitness calculation and dynamic discovery (hard/focus variants enable find-skills).
26
+ **Skills Resolution**: When delegating, load `SKILLS.md` on-demand for fitness calculation and dynamic discovery (hard/team variants enable find-skills).
27
27
 
28
28
  ---
29
29
 
package/commands/plan.md CHANGED
@@ -34,9 +34,6 @@ IF task is clear (known approach, codebase-only):
34
34
  IF task is complex (research needed, architectural):
35
35
  → Route to /plan:hard
36
36
 
37
- IF task is complex AND clean implementation handoff is critical:
38
- → Route to /plan:focus
39
-
40
37
  IF task is complex AND maximum quality with team collaboration needed:
41
38
  → Route to /plan:team
42
39
 
@@ -52,7 +49,6 @@ IF unsure:
52
49
  | ------------- | ---------------------------------------------------- |
53
50
  | `/plan:fast` | Quick planning without research |
54
51
  | `/plan:hard` | Full planning with research |
55
- | `/plan:focus` | Full planning with **enforced context optimization** |
56
52
  | `/plan:team` | Maximum quality with parallel agent team collaboration |
57
53
 
58
54
  ---
@@ -68,8 +64,7 @@ IF unsure:
68
64
 
69
65
  1. ⚡ **Fast** → `/plan:fast` — Quick plan
70
66
  2. ⚡⚡⚡ **Hard** → `/plan:hard` — Full research-backed plan
71
- 3. 🎯 **Focus** → `/plan:focus` — Full plan with **automatic context clearing** (clean implementation handoff)
72
- 4. 👥 **Team** → `/plan:team` — Full team collaboration (parallel agents, maximum quality)
67
+ 3. 👥 **Team** → `/plan:team` — Full team collaboration (parallel agents, maximum quality)
73
68
 
74
69
  ⏳ Awaiting selection...
75
70
  ```
@@ -10,7 +10,7 @@ execution-mode: execute
10
10
  > **MISSION**: Generate concise, actionable status reports and summaries.
11
11
  >
12
12
  > Use for daily standups, progress checks, and high-level overviews.
13
- > For **update existing files** or **generate from template**, use `/report:hard` or `/report:focus`.
13
+ > For **update existing files** or **generate from template**, use `/report:hard` or `/report:team`.
14
14
 
15
15
  <task>$ARGUMENTS</task>
16
16
 
@@ -61,7 +61,7 @@ One phase at a time, each phase independent: Phase 1 → then Phase 2 → … in
61
61
  | Agent | `reporter` |
62
62
  | ----- | -------------------------------------------------------------------------- |
63
63
  | Goal | Infer intent; if **create report** → generate concise status report |
64
- | Exit | Report with Summary, Key Changes, Next Steps — or recommend `/report:hard`/`/report:focus` if user intent is update/template |
64
+ | Exit | Report with Summary, Key Changes, Next Steps — or recommend `/report:hard`/`/report:team` if user intent is update/template |
65
65
 
66
66
  ---
67
67
 
@@ -25,7 +25,7 @@ execution-mode: execute
25
25
 
26
26
  **⛔ Do not run Phase 1 until all are loaded.** Follow **all** rules in those files; they override any conflicting instructions in this file.
27
27
 
28
- **Skills Resolution**: When delegating, load `SKILLS.md` on-demand for fitness calculation and dynamic discovery (hard/focus variants enable find-skills).
28
+ **Skills Resolution**: When delegating, load `SKILLS.md` on-demand for fitness calculation and dynamic discovery (hard/team variants enable find-skills).
29
29
 
30
30
  ---
31
31
 
@@ -50,11 +50,8 @@ IF task is simple status update OR summary:
50
50
  IF task is comprehensive analysis OR deep dive OR any non-trivial topic (infer from request):
51
51
  → Route to /report:hard
52
52
 
53
- IF task requires absolute context clarity OR "clean slate" analysis:
54
- → Route to /report:focus
55
-
56
53
  IF user explicitly asks to UPDATE existing files (not create report):
57
- Still use /report:hard or /report:focus; reporter OUTPUT MODE = update existing files
54
+ Use /report:hard or /report:team; reporter OUTPUT MODE = update existing files
58
55
 
59
56
  IF task is complex AND maximum quality with team collaboration needed:
60
57
  → Route to /report:team
@@ -71,7 +68,6 @@ IF unsure:
71
68
  | --------------- | --------------------------------------------------------------------------- |
72
69
  | `/report:fast` | Quick status updates, daily summaries |
73
70
  | `/report:hard` | Detailed analysis, any topic (algorithms, docs, changes), template-based |
74
- | `/report:focus` | Deep analysis with **enforced context optimization**; update or create |
75
71
  | `/report:team` | Maximum quality with parallel agent team collaboration |
76
72
 
77
73
  ---
@@ -87,8 +83,7 @@ IF unsure:
87
83
 
88
84
  1. ⚡ **Fast** → `/report:fast` — Quick summary
89
85
  2. ⚡⚡⚡ **Hard** → `/report:hard` — Full analysis, any topic; create report **or** update existing files / use template
90
- 3. 🎯 **Focus** → `/report:focus` — Deep analysis with **automatic context clearing**; create or update per task
91
- 4. 👥 **Team** → `/report:team` — Full team collaboration (parallel agents, maximum quality)
86
+ 3. 👥 **Team** → `/report:team` — Full team collaboration (parallel agents, maximum quality)
92
87
 
93
88
  ⏳ Awaiting selection...
94
89
  ```
@@ -22,7 +22,7 @@ execution-mode: execute
22
22
 
23
23
  **⛔ Do not run Phase 1 until all are loaded.** Follow **all** rules in those files; they override any conflicting instructions in this file.
24
24
 
25
- **Skills Resolution**: When delegating, load `SKILLS.md` on-demand for fitness calculation and dynamic discovery (hard/focus variants enable find-skills).
25
+ **Skills Resolution**: When delegating, load `SKILLS.md` on-demand for fitness calculation and dynamic discovery (hard/team variants enable find-skills).
26
26
 
27
27
  ---
28
28
 
@@ -23,7 +23,7 @@ execution-mode: execute
23
23
 
24
24
  **⛔ Do not run Phase 1 until all are loaded.** Follow **all** rules in those files; they override any conflicting instructions in this file.
25
25
 
26
- **Skills Resolution**: When delegating, load `SKILLS.md` on-demand for fitness calculation and dynamic discovery (hard/focus variants enable find-skills).
26
+ **Skills Resolution**: When delegating, load `SKILLS.md` on-demand for fitness calculation and dynamic discovery (hard/team variants enable find-skills).
27
27
 
28
28
  ---
29
29
 
package/commands/test.md CHANGED
@@ -33,9 +33,6 @@ IF scope is limited (unit tests, quick check):
33
33
  IF scope is comprehensive (full suite, E2E):
34
34
  → Route to /test:hard
35
35
 
36
- IF scope is comprehensive AND clean execution focus is critical:
37
- → Route to /test:focus
38
-
39
36
  IF scope is comprehensive AND maximum quality with team collaboration needed:
40
37
  → Route to /test:team
41
38
 
@@ -51,7 +48,6 @@ IF unsure:
51
48
  | -------------- | -------------------------------------------------- |
52
49
  | `/test:fast` | Quick tests, unit tests |
53
50
  | `/test:hard` | Full test suite, E2E |
54
- | `/test:focus` | Full testing with **enforced context optimization** |
55
51
  | `/test:team` | Maximum quality with parallel agent team collaboration |
56
52
 
57
53
  ---
@@ -67,8 +63,7 @@ IF unsure:
67
63
 
68
64
  1. ⚡ **Fast** → `/test:fast` — Quick tests
69
65
  2. ⚡⚡⚡ **Hard** → `/test:hard` — Comprehensive testing
70
- 3. 🔒 **Focus** → `/test:focus` — Comprehensive testing with **automatic context clearing** (focused execution)
71
- 4. 👥 **Team** → `/test:team` — Full team collaboration (parallel agents, maximum quality)
66
+ 3. 👥 **Team** → `/test:team` — Full team collaboration (parallel agents, maximum quality)
72
67
 
73
68
  ⏳ Awaiting selection...
74
69
  ```
@@ -11,7 +11,7 @@
11
11
  | Dimension | Rating | Notes |
12
12
  |-----------|--------|--------|
13
13
  | **Completeness** | Strong | Resolution algorithm, decision gate, blocking/async, variant/fitness, trust, conflict, edge cases are defined. |
14
- | **Consistency** | Strong | Thresholds (0.75, 0.8), variant (fast/hard/focus), and flow align across Discovery, Orchestration, _index.yaml, Blueprint. |
14
+ | **Consistency** | Strong | Thresholds (0.75, 0.8), variant (fast/hard/team), and flow align across Discovery, Orchestration, _index.yaml, Blueprint. |
15
15
  | **Production readiness** | Good | Clear rules for tool scope, install commands, fallbacks; a few operational gaps (see below). |
16
16
  | **Agent intelligence** | Strong | Matrix-first + dynamic enhancement, blocking when matrix insufficient so current task uses new skill; async when matrix adequate. |
17
17
 
@@ -28,9 +28,9 @@
28
28
 
29
29
  2. **Variant + fitness logic**
30
30
  - Fast → no discovery (keeps fast path low-latency).
31
- - Hard/Focus + fitness ≥ 0.8 → skip discovery.
32
- - Hard/Focus + 0.75 ≤ fitness < 0.8 → async (recommend for next time).
33
- - Hard/Focus + fitness < 0.75 → blocking (current task uses new skill). Aligns with “skill for current work” goal.
31
+ - Hard/Team + fitness ≥ 0.8 → skip discovery.
32
+ - Hard/Team + 0.75 ≤ fitness < 0.8 → async (recommend for next time).
33
+ - Hard/Team + fitness < 0.75 → blocking (current task uses new skill). Aligns with “skill for current work” goal.
34
34
 
35
35
  3. **Tool-scoped behavior**
36
36
  - All install/verify actions are for the **current tool only**; `-g -y` and no cross-tool install unless user asks. Reduces confusion and errors.
@@ -78,7 +78,7 @@
78
78
 
79
79
  ### 5. Default variant (optional)
80
80
 
81
- **Issue**: When user says `/cook` without `:fast` or `:hard`, the router picks a default. Discovery runs only for hard/focus. If the default is “hard”, discovery applies; if “fast”, it does not. Not ambiguous but could be explicit.
81
+ **Issue**: When user says `/cook` without `:fast` or `:hard`, the router picks a default. Discovery runs only for hard/team. If the default is “hard”, discovery applies; if “fast”, it does not. Not ambiguous but could be explicit.
82
82
 
83
83
  **Suggestion**: In SKILL-DISCOVERY or SKILL-ORCHESTRATION, one line: “When command has no variant, use the router’s default (e.g. hard for full workflows); discovery eligibility follows that variant.” Optional.
84
84
 
@@ -96,7 +96,7 @@
96
96
  - **Install flow**: Commands, scope (current tool), and confirm rules are clear.
97
97
  - **Fallbacks**: Timeout, no skills, install failure are handled.
98
98
  - **Config**: _index.yaml has discovery on/off, thresholds, variants, promotion; per-agent overrides exist.
99
- - **Cross-doc alignment**: Thresholds (0.75, 0.8), variant list (hard, focus), and flow (blocking vs async) match across docs and config.
99
+ - **Cross-doc alignment**: Thresholds (0.75, 0.8), variant list (hard, team), and flow (blocking vs async) match across docs and config.
100
100
 
101
101
  ---
102
102
 
@@ -263,7 +263,7 @@ ROOT CAUSE: No automated feedback loop between:
263
263
  > **Blocking** (matrix fitness &lt; 0.75): Wait for discovery → install → re-inject → **then** execute. Purpose: new skill is **used for the current task** — best completion for this request. **Async** (fitness 0.75–0.8): Do not wait; execute with matrix; when discovery returns only surface recommendation for **next time**. Async does not improve accuracy for the current task.
264
264
 
265
265
  **Principle 2b: Conditional Discovery (Variant + Fitness)**
266
- > Dynamic discovery (find-skills, steps 8–10) runs **only** when: (1) command variant is **`hard`** or **`focus`** — **`fast`** skips discovery so fast stays fast; (2) best matrix fitness **&lt; 0.8** — if matrix already has a highly suitable skill (e.g. 9–10), skip discovery. So: fast flow → steps 1–7 + execute; hard/focus + matrix sufficient → same; hard/focus + matrix &lt; 0.8 → full flow including discovery.
266
+ > Dynamic discovery (find-skills, steps 8–10) runs **only** when: (1) command variant is **`hard`** or **`team`** — **`fast`** skips discovery so fast stays fast; (2) best matrix fitness **&lt; 0.8** — if matrix already has a highly suitable skill (e.g. 9–10), skip discovery. So: fast flow → steps 1–7 + execute; hard/team + matrix sufficient → same; hard/team + matrix &lt; 0.8 → full flow including discovery.
267
267
 
268
268
  **Principle 3: Graduated Trust**
269
269
  > Newly discovered skills start in "evaluation mode" with limited scope. Trust increases with successful executions.
@@ -0,0 +1,101 @@
1
+ # Agent Assistant — Business Features (MoSCoW)
2
+
3
+ > **Purpose**: Features summary, table of contents, key facts, cross-references, and known gaps for @namch/agent-assistant v1.3.0
4
+ > **Last Updated**: 2026-03-26
5
+ > **Generated By**: docs-business skill
6
+
7
+ ---
8
+
9
+ ## Quick Summary
10
+
11
+ This document set catalogs the **23 business features** of @namch/agent-assistant v1.3.0, classified using the MoSCoW prioritization framework. Features span the full product surface — from one-time global installation (BF-001) through autonomous execution (BF-020) — and map directly to 10 business goals (BG-001 through BG-010).
12
+
13
+ The MoSCoW breakdown is: **10 Must Have** (core orchestration, agents, commands, skills), **8 Should Have** (teams, error healing, dynamic discovery, debate), **5 Could Have** (deployment workflows, autonomous mode, reporting, plan short-circuit, CLI list). All 10 Must Have features shipped in v1.0.0. Should Have features landed across v1.0.3–v1.2.0. Could Have features are partially delivered (BF-019 in v1.2.0, BF-020–BF-022 in v1.0.4, BF-023 pending).
14
+
15
+ ---
16
+
17
+ ## Sub-Files
18
+
19
+ | # | File | Description |
20
+ |---|------|-------------|
21
+ | 1 | [01-feature-inventory.md](./01-feature-inventory.md) | Complete inventory of all 23 features (BF-001–BF-023) with descriptions and business value |
22
+ | 2 | [02-prioritization-moscow.md](./02-prioritization-moscow.md) | MoSCoW classification with rationale and dependency analysis |
23
+ | 3 | [03-feature-specifications.md](./03-feature-specifications.md) | Per-feature specifications: acceptance criteria (Given/When/Then), technical surface, dependencies |
24
+ | 4 | [04-dependencies-and-release-sequencing.md](./04-dependencies-and-release-sequencing.md) | Dependency graph (Mermaid), release history mapping, recommended rollout order |
25
+ | 5 | [05-success-metrics.md](./05-success-metrics.md) | KPIs per feature, baselines, targets, measurement approach |
26
+
27
+ ---
28
+
29
+ ## Key Facts
30
+
31
+ | Key | Value |
32
+ |-----|-------|
33
+ | Total Features | 23 (BF-001 through BF-023) |
34
+ | Must Have | 10 |
35
+ | Should Have | 8 |
36
+ | Could Have | 5 |
37
+ | Won't Have | 0 (this release) |
38
+ | Features Delivered | 22 of 23 |
39
+ | Features Pending | 1 (BF-023: CLI List Command) |
40
+ | Business Goals Covered | 10 of 10 (BG-001–BG-010) |
41
+ | First Feature Release | v1.0.0 (2026-01-26) |
42
+ | Latest Feature Release | v1.3.0 (2026-03-23) |
43
+ | Releases with Features | 6 (v1.0.0, v1.0.3, v1.0.4, v1.1.0, v1.2.0, v1.3.0) |
44
+
45
+ ---
46
+
47
+ ## Cross-References
48
+
49
+ ### Knowledge Folders (docs-core)
50
+
51
+ | Folder | Relationship to Features |
52
+ |--------|--------------------------|
53
+ | [../knowledge-overview/](../knowledge-overview/) | Feature descriptions, capability counts, performance metrics — factual basis for BF inventory |
54
+ | [../knowledge-architecture/](../knowledge-architecture/) | System components, data flow, design patterns — informs technical surface per feature |
55
+ | [../knowledge-domain/](../knowledge-domain/) | Entities, business rules — domain context for feature specifications |
56
+ | [../knowledge-source-base/](../knowledge-source-base/) | Directory structure, key modules — evidence for file mappings in specifications |
57
+ | [../knowledge-standards/](../knowledge-standards/) | Code style, conventions — informs quality-related features (BF-012, BF-014) |
58
+
59
+ ### Business Folders (docs-business)
60
+
61
+ | Folder | Relationship to Features |
62
+ |--------|--------------------------|
63
+ | [../business-prd/](../business-prd/) | PRD goals (BG-001–BG-010) and requirements (BR-001–BR-023) that features implement |
64
+ | business-features/ (this folder) | MoSCoW feature classification, specifications, dependencies, metrics |
65
+ | business-user-stories/ | User stories derived from these features |
66
+ | business-use-cases/ | Use case specifications exercising these features |
67
+ | business-glossary/ | Canonical terminology for feature descriptions |
68
+
69
+ ### Source Documents
70
+
71
+ | Document | Relationship |
72
+ |----------|-------------|
73
+ | [../../reports/business-analysis/structured-business-pack.md](../../reports/business-analysis/structured-business-pack.md) | Primary source — features section with MoSCoW table and goal mappings |
74
+ | [../../CHANGELOG.md](../../CHANGELOG.md) | Release history — maps features to versions |
75
+ | [../../README.md](../../README.md) | Public feature descriptions and metrics |
76
+ | [../HSOL-ASSESSMENT.md](../HSOL-ASSESSMENT.md) | HSOL readiness — informs BF-007, BF-013, BF-014 metrics |
77
+
78
+ ---
79
+
80
+ ## Known Gaps
81
+
82
+ | Gap ID | Description | Impact | Mitigation |
83
+ |--------|-------------|--------|------------|
84
+ | GAP-F01 | Performance metrics (70% faster, 70% bug reduction, 85% token savings) are self-reported and unvalidated by independent testing | Success metrics for BF-003, BF-007, BF-008 rely on unverified baselines | Flag as "UNVALIDATED" in metrics; plan benchmark suite |
85
+ | GAP-F02 | BF-023 (CLI List Command) not yet implemented | Feature inventory shows 22/23 delivered | Low priority — Could Have classification; no business goal blocked |
86
+ | GAP-F03 | Dynamic skill discovery (BF-013) depends on external network and community skill registry that does not yet have a published API | BF-014 (Trust Progression) also blocked without functional discovery | Design offline fallback; define registry API contract |
87
+ | GAP-F04 | No formal A/B testing or telemetry to measure feature adoption rates | Cannot validate success metrics for adoption-related KPIs | Define measurement plan before v2.0 |
88
+ | GAP-F05 | Debate mechanism (BF-016) max rounds and convergence rates not benchmarked | Cannot confirm 3-round max is sufficient for all domains | Collect empirical data from `:team` variant usage |
89
+
90
+ ---
91
+
92
+ ## Evidence Sources
93
+
94
+ | Source | Path |
95
+ |--------|------|
96
+ | Structured Business Pack (features, goals, MoSCoW) | [../../reports/business-analysis/structured-business-pack.md](../../reports/business-analysis/structured-business-pack.md) |
97
+ | CHANGELOG (release history) | [../../CHANGELOG.md](../../CHANGELOG.md) |
98
+ | README (feature descriptions) | [../../README.md](../../README.md) |
99
+ | Knowledge overview — features | [../knowledge-overview/03-features.md](../knowledge-overview/03-features.md) |
100
+ | PRD — goals and scope | [../business-prd/02-problem-goals-and-scope.md](../business-prd/02-problem-goals-and-scope.md) |
101
+ | PRD — requirements | [../business-prd/03-stakeholders-and-requirements.md](../business-prd/03-stakeholders-and-requirements.md) |