@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
@@ -0,0 +1,341 @@
1
+ # Agent Assistant — Feature Inventory
2
+
3
+ > **Purpose**: Complete inventory of all 23 business features (BF-001–BF-023) with descriptions, business value, and goal traceability
4
+ > **Parent**: [00-index.md](./00-index.md)
5
+ > **Last Updated**: 2026-03-26
6
+ > **Generated By**: docs-business skill
7
+
8
+ ---
9
+
10
+ ## Inventory Overview
11
+
12
+ | Metric | Count |
13
+ |--------|-------|
14
+ | Total Features | 23 |
15
+ | Must Have | 10 (BF-001–BF-010) |
16
+ | Should Have | 8 (BF-011–BF-018) |
17
+ | Could Have | 5 (BF-019–BF-023) |
18
+ | Delivered | 22 |
19
+ | Pending | 1 (BF-023) |
20
+
21
+ ---
22
+
23
+ ## Must Have Features (10)
24
+
25
+ ### BF-001 — One-Time Global Installation
26
+
27
+ **Description**: The CLI installer copies all framework files (agents, commands, rules, skills, matrix-skills) into the AI tool's global configuration directory. Install once per platform — zero per-project configuration. Supports `install --all` for batch installation across all 5 platforms.
28
+
29
+ **Business Value**: Eliminates setup friction. Developers start using 21 agents and 1,430+ skills immediately on every project without any per-repository configuration. Reduces onboarding time to under 60 seconds.
30
+
31
+ **Goal Mapping**: BG-001 (Global setup)
32
+
33
+ **Key Files**: `cli/install.js`, `package.json` (npm scripts)
34
+
35
+ ---
36
+
37
+ ### BF-002 — Multi-Platform Support (5 Platforms)
38
+
39
+ **Description**: Identical agent definitions, commands, workflows, and skills work across Cursor, GitHub Copilot, Claude Code, Codex, and Antigravity/Gemini. Platform-specific path resolution and template variable replacement (`{TOOL}`, `{HOME}`) adapt the same source files for each platform's directory structure.
40
+
41
+ **Business Value**: Write once, orchestrate everywhere. Teams using different AI tools share the same agent intelligence and workflow quality. No vendor lock-in.
42
+
43
+ **Goal Mapping**: BG-002 (Multi-platform)
44
+
45
+ **Key Files**: `cli/install.js` (TOOLS config), `code-assistants/*/`, platform entry files (CURSOR.md, COPILOT.md, CLAUDE.md, CODEX.md, GEMINI.md)
46
+
47
+ ---
48
+
49
+ ### BF-003 — Orchestrator Pattern
50
+
51
+ **Description**: The AI assistant assumes the role of Orchestrator — it coordinates, delegates, and verifies but never implements directly. This is enforced by CORE.md loaded at session boot with mandatory prohibition statements and self-check protocol.
52
+
53
+ **Business Value**: Prevents the AI from producing unreviewed, unstructured code. Forces specialization, traceability, and quality gates on every task. Directly drives the 70% time-to-production improvement and 70% bug reduction.
54
+
55
+ **Goal Mapping**: BG-003 (Speed), BG-004 (Quality)
56
+
57
+ **Key Files**: `rules/CORE.md`, platform entry files
58
+
59
+ ---
60
+
61
+ ### BF-004 — 21 Specialist Agents
62
+
63
+ **Description**: Each agent is a Markdown file with a defined profile (role, expertise, cognitive anchor), directive (primary mission), protocol (how it executes), and constraints (what it must not do). Agents span implementation (4), architecture (2), quality (4), planning (3), and support (8) domains.
64
+
65
+ **Business Value**: Specialization produces higher-quality output than generic AI responses. Each agent's profile triggers HSOL skill injection, ensuring domain-relevant knowledge is loaded. Agent constraints prevent scope creep.
66
+
67
+ **Goal Mapping**: BG-004 (Quality)
68
+
69
+ **Key Files**: `agents/*.md` (21 files), `agents/teams/` (17 teams × 3 roles = 51 team agent files)
70
+
71
+ ---
72
+
73
+ ### BF-005 — 14 Structured Commands
74
+
75
+ **Description**: Commands are workflow definitions that orchestrate agent collaboration across phases. Each command file specifies the routing logic, phase sequence, agent assignments, and exit criteria. Categories: Build (`/cook`, `/code`, `/fix`), Quality (`/test`, `/review`, `/debug`), Plan (`/plan`, `/brainstorm`, `/design`), Docs (`/docs`), Report (`/report`), Deploy (`/deploy`), Inquiry (`/ask`), Auto (`/auto`).
76
+
77
+ **Business Value**: Standardized workflows eliminate ad-hoc prompting. Every task follows a proven sequence of specialist agents, ensuring consistent quality regardless of the user's prompt engineering skill.
78
+
79
+ **Goal Mapping**: BG-003 (Speed), BG-006 (Structured workflows)
80
+
81
+ **Key Files**: `commands/*.md` (14 files), `commands/*/` (variant subdirectories)
82
+
83
+ ---
84
+
85
+ ### BF-006 — 3 Variant Strategies
86
+
87
+ **Description**: Each command supports up to 3 variants controlling scope and rigor: `:fast` (2–3 agents, basic gates), `:hard` (5–8 agents, comprehensive gates including test/review/security), `:team` (adversarial Golden Triangle with debate mechanism).
88
+
89
+ **Business Value**: Right-sized workflows for every task. Simple fixes use `:fast` (seconds), production features use `:hard` (thorough), critical systems use `:team` (adversarial review). Token cost scales with complexity.
90
+
91
+ **Goal Mapping**: BG-003 (Speed), BG-006 (Structured workflows)
92
+
93
+ **Key Files**: `commands/cook/fast.md`, `commands/cook/hard.md`, `commands/cook/team.md`, `commands/cook/team.md` (pattern repeated per command)
94
+
95
+ ---
96
+
97
+ ### BF-007 — Matrix Skill Discovery (HSOL)
98
+
99
+ **Description**: The Hybrid Skill Orchestration Layer automatically resolves and injects relevant skills based on the agent's profile and task context. Resolution algorithm: parse agent profile → load inherited domains from `matrix-skills/_index.yaml` → filter by relevance → apply priority thresholds → calculate fitness scores (semantic 35%, specificity 25%, trust 20%, freshness 10%, success 10%) → return sorted skill set. 1,430+ skills across 19 domains.
100
+
101
+ **Business Value**: Eliminates manual skill selection. Agents receive precisely the knowledge they need, reducing token waste (85% savings) and improving output relevance. Skills scale independently of agent count.
102
+
103
+ **Goal Mapping**: BG-005 (Token cost), BG-007 (Skill injection)
104
+
105
+ **Key Files**: `rules/SKILLS.md`, `matrix-skills/_index.yaml`, `matrix-skills/*.yaml` (19 domain files), `skills/` (1,430+ modules)
106
+
107
+ ---
108
+
109
+ ### BF-008 — Tiered Execution
110
+
111
+ **Description**: Two-tier execution model — TIER 1 uses `runSubagent` for isolated parallel execution when the platform supports it (Claude Code, Cursor Max mode). TIER 2 falls back to in-context agent embodiment when sub-agents are unavailable. TIER 1 is mandatory when available.
112
+
113
+ **Business Value**: Maximizes parallelism where supported (multiple agents working simultaneously), while ensuring universal compatibility. Reduces total execution time on capable platforms.
114
+
115
+ **Goal Mapping**: BG-003 (Speed), BG-005 (Token cost)
116
+
117
+ **Key Files**: `rules/CORE.md` (Tiered Execution section), `rules/AGENTS.md`
118
+
119
+ ---
120
+
121
+ ### BF-009 — 10 Orchestration Laws
122
+
123
+ **Description**: Formal governance rules constraining Orchestrator behavior: (L1) Single Point of Truth, (L2) Requirement Integrity, (L3) Phase Completion, (L4) Agent Specialization, (L5) Transparent Delegation, (L6) No Silent Failures, (L7) Skill Authority, (L8) Output Verification, (L9) Context Preservation, (L10) Minimal Intervention.
124
+
125
+ **Business Value**: Predictable, auditable behavior. Laws prevent common AI failures — scope drift, silent errors, context loss, unauthorized implementation. Every session is governed by the same rules.
126
+
127
+ **Goal Mapping**: BG-004 (Quality)
128
+
129
+ **Key Files**: `rules/CORE.md` (Laws section)
130
+
131
+ ---
132
+
133
+ ### BF-010 — Cognitive Anchoring
134
+
135
+ **Description**: Every agent file contains a cognitive anchor block — a structured identity section that reinforces the agent's role, expertise, and boundaries at the start of execution. This prevents role drift during long sessions.
136
+
137
+ **Business Value**: Agents maintain consistent behavior across extended conversations. Role-specific expertise is preserved even when context windows approach limits.
138
+
139
+ **Goal Mapping**: BG-004 (Quality)
140
+
141
+ **Key Files**: `agents/*.md` (cognitive anchor block in each), `AGENT-TEMPLATE.md`
142
+
143
+ ---
144
+
145
+ ## Should Have Features (8)
146
+
147
+ ### BF-011 — 17 Domain Teams (Golden Triangle)
148
+
149
+ **Description**: Adversarial collaboration system with 17 specialized domain teams, each composed of 3 roles: Tech Lead (designs approach), Executor (implements), Reviewer (challenges). Teams span backend, frontend, fullstack, database, research, planning, QA, design, debug, devops, security, game, mobile, performance, docs, project, and report domains.
150
+
151
+ **Business Value**: Multiple expert perspectives on critical features. The adversarial model catches design flaws, implementation bugs, and edge cases that a single agent would miss. 51 team agents total.
152
+
153
+ **Goal Mapping**: BG-004 (Quality), BG-008 (Adversarial quality)
154
+
155
+ **Key Files**: `rules/TEAMS.md`, `agents/teams/*/` (17 directories × 3 files each)
156
+
157
+ ---
158
+
159
+ ### BF-012 — Error Self-Healing (E1–E4)
160
+
161
+ **Description**: Classified error recovery system — E1 (Warning: auto-retry), E2 (Recoverable: fallback strategy), E3 (Blocking: pause for user input), E4 (Critical: halt with diagnostics). No silent failures — every error is surfaced, classified, and handled according to its severity.
162
+
163
+ **Business Value**: Prevents cascading failures and invisible quality degradation. Users always know the state of execution. Recovery is automatic where safe, manual where necessary.
164
+
165
+ **Goal Mapping**: BG-004 (Quality)
166
+
167
+ **Key Files**: `rules/ERRORS.md`
168
+
169
+ ---
170
+
171
+ ### BF-013 — Dynamic Skill Discovery
172
+
173
+ **Description**: When the matrix fitness score falls below 0.8 for `:hard` or `:team` variants, the `find-skills` mechanism can discover additional community skills at runtime. Discovered skills are registered in `matrix-skills/_dynamic.yaml`.
174
+
175
+ **Business Value**: Extends the framework's knowledge beyond the bundled 1,430 skills. Community contributions supplement gaps in niche or emerging domains without requiring a framework release.
176
+
177
+ **Goal Mapping**: BG-007 (Skill injection), BG-009 (Community ecosystem)
178
+
179
+ **Key Files**: `rules/SKILLS.md` (dynamic section), `matrix-skills/_dynamic.yaml`
180
+
181
+ ---
182
+
183
+ ### BF-014 — Trust Progression Lifecycle
184
+
185
+ **Description**: Dynamically discovered skills follow a trust lifecycle: NEW → EVALUATING → VALIDATED → PROMOTED. Skills are gated at each stage based on usage outcomes, preventing untested community skills from ranking alongside verified core skills.
186
+
187
+ **Business Value**: Balances openness (community skills welcome) with quality (untested skills don't override proven ones). Trust builds through demonstrated success, not popularity.
188
+
189
+ **Goal Mapping**: BG-007 (Skill injection), BG-009 (Community ecosystem)
190
+
191
+ **Key Files**: `rules/SKILLS.md` (trust section), `matrix-skills/_dynamic.yaml`
192
+
193
+ ---
194
+
195
+ ### BF-015 — Documentation Generation (/docs)
196
+
197
+ **Description**: The `/docs` command generates structured documentation across three categories: Core (5 folders: overview, architecture, domain, source-base, standards), Business (4 folders: PRD, user stories, use cases, glossary + features), and Audit (4 folders). Uses scouter for discovery, business-analyst for analysis, and docs-manager for authoring.
198
+
199
+ **Business Value**: Auto-generates comprehensive project documentation from source code and framework artifacts. Reduces documentation debt and ensures consistency across docs types.
200
+
201
+ **Goal Mapping**: BG-006 (Structured workflows), BG-010 (Auto-docs)
202
+
203
+ **Key Files**: `commands/docs.md`, `commands/docs/*.md`, `agents/docs-manager.md`, `agents/scouter.md`, `agents/business-analyst.md`
204
+
205
+ ---
206
+
207
+ ### BF-016 — Debate Mechanism (Mailbox)
208
+
209
+ **Description**: The `:team` variant uses an append-only mailbox (`./reports/{topic}/MAILBOX-{date}.md`) for inter-agent communication. Message types: TASK_ASSIGNMENT, SUBMISSION, REVIEW, DEFENSE, ARBITRATION, DECISION. Maximum 3 debate rounds before Tech Lead makes a binding arbitration decision.
210
+
211
+ **Business Value**: Traceable quality improvement. Every challenge, defense, and resolution is recorded. The 3-round limit prevents infinite loops while ensuring substantive review.
212
+
213
+ **Goal Mapping**: BG-008 (Adversarial quality)
214
+
215
+ **Key Files**: `rules/TEAMS.md` (mailbox section)
216
+
217
+ ---
218
+
219
+ ### BF-017 — Natural Language Command Detection
220
+
221
+ **Description**: The Orchestrator detects user intent from natural language and maps it to the correct command. Examples: "implement/build/create" → `/cook` or `/code`, "fix/bug" → `/fix`, "plan" → `/plan`. Routing logic is defined in CORE.md.
222
+
223
+ **Business Value**: Users do not need to memorize 14 commands and 54 variants. Natural language input is automatically routed to the correct workflow, lowering the learning curve.
224
+
225
+ **Goal Mapping**: BG-005 (Token cost)
226
+
227
+ **Key Files**: `rules/CORE.md` (command routing section)
228
+
229
+ ---
230
+
231
+ ### BF-018 — Language Compliance (L6)
232
+
233
+ **Description**: Responses are always in the user's language. Code, comments, and generated files are always in English. This is enforced as Law L6 in CORE.md and referenced in every platform entry file.
234
+
235
+ **Business Value**: International accessibility without sacrificing code consistency. Non-English speakers receive guidance in their language while all artifacts remain in English for team collaboration.
236
+
237
+ **Goal Mapping**: BG-004 (Quality)
238
+
239
+ **Key Files**: `rules/CORE.md` (Law L6)
240
+
241
+ ---
242
+
243
+ ## Could Have Features (5)
244
+
245
+ ### BF-019 — Deployment Workflows (/deploy)
246
+
247
+ **Description**: The `/deploy` command provides 4 variants: `check` (pre-deployment validation), `preview` (staging deployment), `production` (production release), `rollback` (revert). Orchestrated by devops-engineer agent.
248
+
249
+ **Business Value**: Structured deployment reduces release risk. Validation steps catch issues before they reach production. Rollback provides a safety net.
250
+
251
+ **Goal Mapping**: BG-006 (Structured workflows)
252
+
253
+ **Key Files**: `commands/deploy.md`, `commands/deploy/*.md`, `agents/devops-engineer.md`
254
+
255
+ ---
256
+
257
+ ### BF-020 — Autonomous Execution (/auto)
258
+
259
+ **Description**: The `/auto` command enables self-routing execution without user pauses at phase boundaries. The tech-lead agent classifies the task and selects the appropriate command and variant automatically.
260
+
261
+ **Business Value**: Hands-off execution for confident users. The AI handles the full workflow from classification to delivery without interruption.
262
+
263
+ **Goal Mapping**: BG-006 (Structured workflows)
264
+
265
+ **Key Files**: `commands/auto.md`, `agents/tech-lead.md`
266
+
267
+ ---
268
+
269
+ ### BF-021 — Reporting System (/report)
270
+
271
+ **Description**: The `/report` command generates status reports, sprint summaries, and analysis documents. Uses the reporter agent for authoring and scouter for data gathering. Supports create, update, and template-based output modes.
272
+
273
+ **Business Value**: Automated project reporting reduces manual effort and ensures reports are grounded in actual project state rather than memory.
274
+
275
+ **Goal Mapping**: BG-006 (Structured workflows)
276
+
277
+ **Key Files**: `commands/report.md`, `commands/report/*.md`, `agents/reporter.md`, `agents/scouter.md`
278
+
279
+ ---
280
+
281
+ ### BF-022 — Plan Short-Circuit
282
+
283
+ **Description**: When the user references an existing plan (`@plan`, `@PLAN-...`, path to `PLAN-*.md`, or phrases like "follow the plan"), research/scout/brainstorm phases are skipped. Execution jumps directly to context optimization → implementation → test → review.
284
+
285
+ **Business Value**: Eliminates redundant research when planning is already complete. Reduces token cost and execution time for plan-driven development.
286
+
287
+ **Goal Mapping**: BG-003 (Speed)
288
+
289
+ **Key Files**: `commands/code.md` (routing), `commands/code/hard.md`, `commands/code/team.md` (skip logic)
290
+
291
+ ---
292
+
293
+ ### BF-023 — CLI List Command
294
+
295
+ **Description**: A CLI command to show which platforms have agent-assistant installed, their versions, and installation status.
296
+
297
+ **Business Value**: Visibility into installation state across platforms. Useful for troubleshooting and verifying multi-platform setup.
298
+
299
+ **Goal Mapping**: BG-001 (Global setup)
300
+
301
+ **Key Files**: `cli/install.js` (planned addition)
302
+
303
+ **Status**: NOT YET IMPLEMENTED
304
+
305
+ ---
306
+
307
+ ## Business Goals → Features Traceability
308
+
309
+ | Goal | ID | Features |
310
+ |------|----|----------|
311
+ | Global setup | BG-001 | BF-001, BF-023 |
312
+ | Multi-platform | BG-002 | BF-002 |
313
+ | Speed | BG-003 | BF-003, BF-005, BF-006, BF-008, BF-022 |
314
+ | Quality | BG-004 | BF-003, BF-004, BF-009, BF-010, BF-011, BF-012, BF-018 |
315
+ | Token cost | BG-005 | BF-007, BF-008, BF-017 |
316
+ | Structured workflows | BG-006 | BF-005, BF-006, BF-015, BF-019, BF-020, BF-021 |
317
+ | Skill injection | BG-007 | BF-007, BF-013, BF-014 |
318
+ | Adversarial quality | BG-008 | BF-011, BF-016 |
319
+ | Community ecosystem | BG-009 | BF-013, BF-014 |
320
+ | Auto-docs | BG-010 | BF-015 |
321
+
322
+ ---
323
+
324
+ ## Evidence Sources
325
+
326
+ | Source | Path |
327
+ |--------|------|
328
+ | Structured Business Pack | [../../reports/business-analysis/structured-business-pack.md](../../reports/business-analysis/structured-business-pack.md) |
329
+ | Knowledge overview — features | [../knowledge-overview/03-features.md](../knowledge-overview/03-features.md) |
330
+ | CHANGELOG | [../../CHANGELOG.md](../../CHANGELOG.md) |
331
+ | README | [../../README.md](../../README.md) |
332
+ | CORE rules | [../../rules/CORE.md](../../rules/CORE.md) |
333
+ | SKILLS rules | [../../rules/SKILLS.md](../../rules/SKILLS.md) |
334
+ | TEAMS rules | [../../rules/TEAMS.md](../../rules/TEAMS.md) |
335
+ | ERRORS rules | [../../rules/ERRORS.md](../../rules/ERRORS.md) |
336
+ | AGENTS rules | [../../rules/AGENTS.md](../../rules/AGENTS.md) |
337
+ | CLI installer | [../../cli/install.js](../../cli/install.js) |
338
+ | Agent definitions | [../../agents/](../../agents/) |
339
+ | Commands | [../../commands/](../../commands/) |
340
+ | Matrix skills | [../../matrix-skills/](../../matrix-skills/) |
341
+ | HSOL Assessment | [../HSOL-ASSESSMENT.md](../HSOL-ASSESSMENT.md) |
@@ -0,0 +1,148 @@
1
+ # Agent Assistant — MoSCoW Prioritization
2
+
3
+ > **Purpose**: MoSCoW classification of all 23 features with rationale, dependency analysis, and priority justification
4
+ > **Parent**: [00-index.md](./00-index.md)
5
+ > **Last Updated**: 2026-03-26
6
+ > **Generated By**: docs-business skill
7
+
8
+ ---
9
+
10
+ ## MoSCoW Summary
11
+
12
+ | Priority | Count | Features | Rationale |
13
+ |----------|-------|----------|-----------|
14
+ | **Must Have** | 10 | BF-001–BF-010 | Core framework — without these, the product has no value proposition |
15
+ | **Should Have** | 8 | BF-011–BF-018 | Significant quality and ecosystem enhancements — differentiate from basic prompt engineering |
16
+ | **Could Have** | 5 | BF-019–BF-023 | Convenience and automation — valuable but not required for core workflows |
17
+ | **Won't Have** | 0 | — | No features deferred from v1.3.0 scope |
18
+
19
+ ---
20
+
21
+ ## Must Have (10) — Core Framework
22
+
23
+ These features are non-negotiable. Without any one of them, the framework cannot deliver its primary value proposition of structured multi-agent orchestration.
24
+
25
+ | BF-ID | Feature | Rationale | Dependencies | Delivered |
26
+ |-------|---------|-----------|-------------|-----------|
27
+ | BF-001 | One-Time Global Installation | Entry point to the framework. Without installation, nothing works. Zero-config is the fundamental UX promise. | Node.js >=18, npm | v1.0.0 |
28
+ | BF-002 | Multi-Platform Support (5) | Platform coverage is a stated product goal (BG-002). Single-platform would limit addressable market to one tool's users. | BF-001 (CLI platform config) | v1.0.0–v1.2.0 |
29
+ | BF-003 | Orchestrator Pattern | The defining architectural decision. If the AI implements directly, there is no orchestration — just a chatbot with extra prompts. | CORE.md loaded at boot | v1.0.0 |
30
+ | BF-004 | 21 Specialist Agents | Agents are the execution workforce. Without specialists, the Orchestrator has nobody to delegate to. Agent profiles drive HSOL skill injection. | BF-003 (pattern requires agents) | v1.0.0 |
31
+ | BF-005 | 14 Structured Commands | Commands are the user interface to the framework. Without commands, users have no structured entry point to workflows. | BF-003 (Orchestrator routes), BF-004 (agents execute) | v1.0.0 |
32
+ | BF-006 | 4 Variant Strategies | Variants enable right-sizing — without them, every task gets the same treatment regardless of complexity. `:fast` vs `:hard` is a core efficiency mechanism. | BF-005 (command router logic) | v1.0.0–v1.0.4 |
33
+ | BF-007 | Matrix Skill Discovery (HSOL) | Skill injection is the knowledge layer. Without HSOL, agents operate on generic training data only, losing the 85% token savings and domain-specific quality. | BF-004 (agent profiles), matrix YAML files | v1.0.0 (v1.1.0 rewrite) |
34
+ | BF-008 | Tiered Execution | Platform capability varies. Without tiered execution, the framework either fails on limited platforms or under-utilizes capable ones. | BF-003 (Orchestrator delegates) | v1.0.0 |
35
+ | BF-009 | 10 Orchestration Laws | Laws prevent the Orchestrator from drifting into anti-patterns (silent failures, scope creep, direct implementation). Without governance, quality is inconsistent. | BF-003 (laws govern Orchestrator) | v1.0.0 |
36
+ | BF-010 | Cognitive Anchoring | Prevents role drift in AI agents during long sessions. Without anchoring, agents gradually lose their specialist identity and produce generic output. | BF-004 (agent file format) | v1.0.0 |
37
+
38
+ ### Must Have Dependency Chain
39
+
40
+ ```
41
+ BF-001 (Install) → BF-002 (Platforms)
42
+ BF-001 (Install) → BF-003 (Orchestrator) → BF-009 (Laws)
43
+ BF-003 (Orchestrator) → BF-004 (Agents) → BF-010 (Anchoring)
44
+ BF-003 (Orchestrator) → BF-005 (Commands) → BF-006 (Variants)
45
+ BF-003 (Orchestrator) → BF-008 (Tiered Execution)
46
+ BF-004 (Agents) → BF-007 (HSOL)
47
+ ```
48
+
49
+ **Critical path**: BF-001 → BF-003 → BF-004 → BF-007. If any link in this chain is missing, the core value proposition collapses.
50
+
51
+ ---
52
+
53
+ ## Should Have (8) — Quality & Ecosystem
54
+
55
+ These features significantly enhance quality, reliability, and extensibility. The framework functions without them, but key differentiators (adversarial quality, self-healing, ecosystem growth) are lost.
56
+
57
+ | BF-ID | Feature | Rationale | Dependencies | Delivered |
58
+ |-------|---------|-----------|-------------|-----------|
59
+ | BF-011 | 17 Domain Teams | Adversarial collaboration (BG-008) is a key quality differentiator — but single-agent execution still works. Teams are an upgrade, not a requirement. | BF-006 (`:team` variant), `rules/TEAMS.md` | v1.2.0 |
60
+ | BF-012 | Error Self-Healing (E1–E4) | Silent failures degrade trust. Classified recovery is important but the framework can operate (with degraded UX) without it. | `rules/ERRORS.md` | v1.0.0 |
61
+ | BF-013 | Dynamic Skill Discovery | Extends skills beyond bundled 1,430. Important for niche domains but the core skill set covers most use cases. | `find-skills` CLI, network access | v1.3.0 |
62
+ | BF-014 | Trust Progression Lifecycle | Quality gate for dynamic skills. Without it, community skills could degrade output quality. Important but only relevant when BF-013 is active. | BF-013 (dynamic discovery active) | v1.3.0 |
63
+ | BF-015 | Documentation Generation | Auto-docs save significant effort (BG-010) but developers can write docs manually. High value, not existential. | BF-004 (scouter, BA, docs-manager agents) | v1.0.0 |
64
+ | BF-016 | Debate Mechanism (Mailbox) | Traceable inter-agent communication is valuable for audit and quality but teams can function with implicit communication. | BF-011 (teams active), `rules/TEAMS.md` | v1.2.0 |
65
+ | BF-017 | Natural Language Command Detection | Lowers learning curve by mapping plain language to commands. Useful but users can learn the 14 command names directly. | CORE.md routing logic | v1.0.0 |
66
+ | BF-018 | Language Compliance (L6) | International accessibility. English-only users are unaffected. Important for global adoption but not blocking for English-speaking markets. | CORE.md Law L6 | v1.0.0 |
67
+
68
+ ### Should Have Dependency Analysis
69
+
70
+ | Feature | Hard Dependencies | Soft Dependencies |
71
+ |---------|-------------------|-------------------|
72
+ | BF-011 | BF-006 (`:team` variant exists) | BF-016 (mailbox enhances teams) |
73
+ | BF-012 | None (standalone rules file) | BF-008 (tiered execution generates errors) |
74
+ | BF-013 | BF-007 (HSOL active, fitness score available) | Network access |
75
+ | BF-014 | BF-013 (skills must be discoverable) | BF-007 (trust integrates with fitness scoring) |
76
+ | BF-015 | BF-004 (scouter, BA, docs-manager agents) | BF-005 (`/docs` command) |
77
+ | BF-016 | BF-011 (teams must exist) | — |
78
+ | BF-017 | BF-005 (commands must exist to route to) | — |
79
+ | BF-018 | None (CORE.md law) | — |
80
+
81
+ ---
82
+
83
+ ## Could Have (5) — Convenience & Automation
84
+
85
+ These features improve user experience and automation but are not required for the primary use cases. They can be deferred or delivered incrementally.
86
+
87
+ | BF-ID | Feature | Rationale | Dependencies | Delivered |
88
+ |-------|---------|-----------|-------------|-----------|
89
+ | BF-019 | Deployment Workflows | Deployment is valuable but many teams have existing CI/CD pipelines. Agent-assisted deployment is additive, not essential. | BF-004 (devops-engineer agent) | v1.2.0 |
90
+ | BF-020 | Autonomous Execution | Hands-off execution is powerful but users generally want visibility into AI decisions. Higher risk without human checkpoints. | BF-004 (tech-lead agent), BF-005 (command classification) | v1.0.4 |
91
+ | BF-021 | Reporting System | Automated reports save time but are not part of the core build→test→review loop. Additive value. | BF-004 (reporter, scouter agents) | v1.0.3 |
92
+ | BF-022 | Plan Short-Circuit | Optimization for plan-driven workflows. Saves tokens and time but non-critical — redundant research is wasteful, not blocking. | BF-005 (`/code` command), existing `PLAN-*.md` | v1.0.4 |
93
+ | BF-023 | CLI List Command | Diagnostic convenience. Users can check installation status manually by inspecting directories. | BF-001 (CLI exists) | NOT YET |
94
+
95
+ ### Could Have Dependency Analysis
96
+
97
+ | Feature | Hard Dependencies | Soft Dependencies |
98
+ |---------|-------------------|-------------------|
99
+ | BF-019 | BF-004 (devops-engineer agent) | BF-006 (`:team` variant for deploy) |
100
+ | BF-020 | BF-004 (tech-lead), BF-005 (commands) | All commands (auto routes to them) |
101
+ | BF-021 | BF-004 (reporter, scouter) | BF-005 (`/report` command) |
102
+ | BF-022 | BF-005 (`/code` command) | Existing plan files |
103
+ | BF-023 | BF-001 (CLI) | — |
104
+
105
+ ---
106
+
107
+ ## Priority Justification Matrix
108
+
109
+ | BF-ID | Without It... | MoSCoW |
110
+ |-------|---------------|--------|
111
+ | BF-001 | Framework cannot be installed | Must |
112
+ | BF-002 | Limited to one platform | Must |
113
+ | BF-003 | No orchestration — just a chatbot | Must |
114
+ | BF-004 | Nothing to delegate to | Must |
115
+ | BF-005 | No structured entry point | Must |
116
+ | BF-006 | Every task gets same treatment | Must |
117
+ | BF-007 | Agents lack domain knowledge | Must |
118
+ | BF-008 | Fails on limited platforms OR wastes capable ones | Must |
119
+ | BF-009 | Orchestrator behavior is unpredictable | Must |
120
+ | BF-010 | Agents drift roles in long sessions | Must |
121
+ | BF-011 | No adversarial review — single-agent quality only | Should |
122
+ | BF-012 | Silent failures degrade trust | Should |
123
+ | BF-013 | Limited to bundled skills only | Should |
124
+ | BF-014 | Community skills could degrade quality | Should |
125
+ | BF-015 | Manual documentation effort | Should |
126
+ | BF-016 | Team communication is implicit, not auditable | Should |
127
+ | BF-017 | Users must memorize commands | Should |
128
+ | BF-018 | English-only interface | Should |
129
+ | BF-019 | Teams use existing CI/CD | Could |
130
+ | BF-020 | Users guide execution manually | Could |
131
+ | BF-021 | Reports written manually | Could |
132
+ | BF-022 | Redundant research when plans exist | Could |
133
+ | BF-023 | Check install status manually | Could |
134
+
135
+ ---
136
+
137
+ ## Evidence Sources
138
+
139
+ | Source | Path |
140
+ |--------|------|
141
+ | Structured Business Pack (MoSCoW table) | [../../reports/business-analysis/structured-business-pack.md](../../reports/business-analysis/structured-business-pack.md) |
142
+ | Knowledge overview — features | [../knowledge-overview/03-features.md](../knowledge-overview/03-features.md) |
143
+ | PRD — goals and scope | [../business-prd/02-problem-goals-and-scope.md](../business-prd/02-problem-goals-and-scope.md) |
144
+ | CHANGELOG | [../../CHANGELOG.md](../../CHANGELOG.md) |
145
+ | CORE rules | [../../rules/CORE.md](../../rules/CORE.md) |
146
+ | TEAMS rules | [../../rules/TEAMS.md](../../rules/TEAMS.md) |
147
+ | SKILLS rules | [../../rules/SKILLS.md](../../rules/SKILLS.md) |
148
+ | ERRORS rules | [../../rules/ERRORS.md](../../rules/ERRORS.md) |