@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.
- package/CHANGELOG.md +24 -1
- package/README.md +3 -4
- package/agents/backend-engineer.md +3 -3
- package/agents/brainstormer.md +3 -3
- package/agents/business-analyst.md +3 -3
- package/agents/database-architect.md +3 -3
- package/agents/debugger.md +2 -2
- package/agents/designer.md +2 -2
- package/agents/devops-engineer.md +2 -2
- package/agents/docs-manager.md +23 -15
- package/agents/frontend-engineer.md +3 -3
- package/agents/game-engineer.md +3 -3
- package/agents/mobile-engineer.md +4 -4
- package/agents/performance-engineer.md +3 -3
- package/agents/planner.md +4 -4
- package/agents/project-manager.md +3 -3
- package/agents/researcher.md +3 -3
- package/agents/reviewer.md +3 -3
- package/agents/scouter.md +3 -3
- package/agents/security-engineer.md +3 -3
- package/agents/tech-lead.md +3 -3
- package/agents/tester.md +2 -2
- package/code-assistants/codex-assistant/CODEX.md +1 -2
- package/commands/ask/hard.md +1 -1
- package/commands/brainstorm/hard.md +1 -1
- package/commands/code/hard.md +1 -1
- package/commands/code.md +2 -7
- package/commands/cook/hard.md +1 -1
- package/commands/cook.md +1 -6
- package/commands/debug/hard.md +1 -1
- package/commands/debug.md +1 -6
- package/commands/design/hard.md +1 -1
- package/commands/design.md +1 -6
- package/commands/docs/audit.md +554 -78
- package/commands/docs/business.md +392 -76
- package/commands/docs/core.md +573 -74
- package/commands/docs.md +62 -61
- package/commands/fix/hard.md +1 -1
- package/commands/fix.md +1 -6
- package/commands/plan/hard.md +1 -1
- package/commands/plan.md +1 -6
- package/commands/report/fast.md +2 -2
- package/commands/report/hard.md +1 -1
- package/commands/report.md +2 -7
- package/commands/review/hard.md +1 -1
- package/commands/test/hard.md +1 -1
- package/commands/test.md +1 -6
- package/documents/HSOL-ASSESSMENT.md +6 -6
- package/documents/SMART-SKILL-ORCHESTRATION-BLUEPRINT.md +1 -1
- package/documents/business/business-features/00-index.md +101 -0
- package/documents/business/business-features/01-feature-inventory.md +341 -0
- package/documents/business/business-features/02-prioritization-moscow.md +148 -0
- package/documents/business/business-features/03-feature-specifications.md +511 -0
- package/documents/business/business-features/04-dependencies-and-release-sequencing.md +313 -0
- package/documents/business/business-features/05-success-metrics.md +290 -0
- package/documents/business/business-glossary/00-index.md +89 -0
- package/documents/business/business-glossary/01-canonical-terms.md +428 -0
- package/documents/business/business-glossary/02-synonyms-and-deprecated-terms.md +180 -0
- package/documents/business/business-glossary/03-domain-entities-and-events.md +395 -0
- package/documents/business/business-glossary/04-api-term-mapping.md +173 -0
- package/documents/business/business-prd/00-index.md +107 -0
- package/documents/business/business-prd/01-executive-summary.md +131 -0
- package/documents/business/business-prd/02-problem-goals-and-scope.md +204 -0
- package/documents/business/business-prd/03-stakeholders-and-requirements.md +210 -0
- package/documents/business/business-prd/04-acceptance-risks-assumptions.md +246 -0
- package/documents/business/business-workflows/00-index.md +107 -0
- package/documents/business/business-workflows/01-actor-map.md +303 -0
- package/documents/business/business-workflows/02-workflow-catalog.md +252 -0
- package/documents/business/business-workflows/03-detailed-workflows.md +641 -0
- package/documents/business/business-workflows/04-decision-rules-and-exceptions.md +216 -0
- package/documents/business/business-workflows/05-sla-and-handoffs.md +253 -0
- package/documents/knowledge-architecture/00-index.md +159 -0
- package/documents/knowledge-architecture/01-system-overview.md +240 -0
- package/documents/knowledge-architecture/02-components.md +419 -0
- package/documents/knowledge-architecture/03-data-flow.md +368 -0
- package/documents/knowledge-architecture/04-design-patterns.md +497 -0
- package/documents/knowledge-architecture/05-decisions.md +410 -0
- package/documents/knowledge-domain/00-index.md +251 -0
- package/documents/knowledge-domain/01-entities.md +582 -0
- package/documents/knowledge-domain/02-database-schema.md +138 -0
- package/documents/knowledge-domain/03-api-contracts.md +477 -0
- package/documents/knowledge-domain/04-business-rules.md +554 -0
- package/documents/knowledge-overview/00-index.md +107 -0
- package/documents/knowledge-overview/01-project-identity.md +162 -0
- package/documents/knowledge-overview/02-tech-stack.md +119 -0
- package/documents/knowledge-overview/03-features.md +232 -0
- package/documents/knowledge-overview/04-getting-started.md +394 -0
- package/documents/knowledge-source-base/00-index.md +107 -0
- package/documents/knowledge-source-base/01-directory-structure.md +312 -0
- package/documents/knowledge-source-base/02-entry-points.md +346 -0
- package/documents/knowledge-source-base/03-key-modules.md +581 -0
- package/documents/knowledge-source-base/04-configuration.md +467 -0
- package/documents/knowledge-standards/00-index.md +129 -0
- package/documents/knowledge-standards/01-code-style.md +161 -0
- package/documents/knowledge-standards/02-conventions.md +254 -0
- package/documents/knowledge-standards/03-git-workflow.md +228 -0
- package/documents/knowledge-standards/04-testing-standards.md +175 -0
- package/matrix-skills/_index.yaml +1 -1
- package/package.json +1 -1
- package/rules/AGENTS.md +1 -1
- package/rules/REFERENCE.md +18 -14
- package/rules/SKILLS.md +1 -1
- package/rules/TEAMS.md +1 -2
- package/skills/docs-audit/README.md +10 -8
- package/skills/docs-audit/SKILL.md +45 -41
- package/skills/docs-audit/references/scoring-framework.md +5 -5
- package/skills/docs-core/README.md +19 -14
- package/skills/docs-core/SKILL.md +189 -117
- package/skills/planning/references/codebase-understanding.md +5 -5
- package/code-assistants/codex-assistant/skills/agent-assistant-code-focus/SKILL.md +0 -18
- package/code-assistants/codex-assistant/skills/agent-assistant-code-focus/agents/openai.yaml +0 -4
- package/code-assistants/codex-assistant/skills/agent-assistant-cook-focus/SKILL.md +0 -18
- package/code-assistants/codex-assistant/skills/agent-assistant-cook-focus/agents/openai.yaml +0 -4
- package/code-assistants/codex-assistant/skills/agent-assistant-debug-focus/SKILL.md +0 -18
- package/code-assistants/codex-assistant/skills/agent-assistant-debug-focus/agents/openai.yaml +0 -4
- package/code-assistants/codex-assistant/skills/agent-assistant-design-focus/SKILL.md +0 -18
- package/code-assistants/codex-assistant/skills/agent-assistant-design-focus/agents/openai.yaml +0 -4
- package/code-assistants/codex-assistant/skills/agent-assistant-fix-focus/SKILL.md +0 -18
- package/code-assistants/codex-assistant/skills/agent-assistant-fix-focus/agents/openai.yaml +0 -4
- package/code-assistants/codex-assistant/skills/agent-assistant-plan-focus/SKILL.md +0 -18
- package/code-assistants/codex-assistant/skills/agent-assistant-plan-focus/agents/openai.yaml +0 -4
- package/code-assistants/codex-assistant/skills/agent-assistant-report-focus/SKILL.md +0 -18
- package/code-assistants/codex-assistant/skills/agent-assistant-report-focus/agents/openai.yaml +0 -4
- package/code-assistants/codex-assistant/skills/agent-assistant-test-focus/SKILL.md +0 -18
- package/code-assistants/codex-assistant/skills/agent-assistant-test-focus/agents/openai.yaml +0 -4
- package/commands/code/focus.md +0 -297
- package/commands/cook/focus.md +0 -209
- package/commands/debug/focus.md +0 -103
- package/commands/design/focus.md +0 -229
- package/commands/fix/focus.md +0 -145
- package/commands/plan/focus.md +0 -140
- package/commands/report/focus.md +0 -107
- package/commands/test/focus.md +0 -123
- package/documents/business/business-features.md +0 -894
- package/documents/business/business-glossary.md +0 -554
- package/documents/business/business-prd.md +0 -400
- package/documents/business/business-workflows.md +0 -713
- package/documents/knowledge-architecture.md +0 -621
- package/documents/knowledge-domain.md +0 -602
- package/documents/knowledge-overview.md +0 -316
- package/documents/knowledge-source-base.md +0 -581
- package/documents/knowledge-standards.md +0 -632
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
# Agent Assistant — Workflow Catalog
|
|
2
|
+
|
|
3
|
+
| Field | Value |
|
|
4
|
+
|-------|-------|
|
|
5
|
+
| **Purpose** | Complete catalog of all 12 business workflows with classification metadata |
|
|
6
|
+
| **Parent** | [00-index.md](00-index.md) |
|
|
7
|
+
| **Last Updated** | 2026-03-26 |
|
|
8
|
+
| **Generated By** | docs-business skill |
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Catalog Overview
|
|
13
|
+
|
|
14
|
+
All 12 workflows are classified by complexity (Low / Medium / High) and frequency (Per-Session / Per-Task / On-Demand / Rare). Complexity reflects the number of decision points, branching paths, and actor handoffs. Frequency reflects how often the workflow is triggered in typical framework usage.
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## Full Catalog
|
|
19
|
+
|
|
20
|
+
### BW-001 — Framework Installation
|
|
21
|
+
|
|
22
|
+
| Attribute | Value |
|
|
23
|
+
|-----------|-------|
|
|
24
|
+
| **ID** | BW-001 |
|
|
25
|
+
| **Name** | Framework Installation |
|
|
26
|
+
| **Actor** | Framework User |
|
|
27
|
+
| **Trigger** | `agent-assistant install <tool>` or `agent-assistant install --all` |
|
|
28
|
+
| **Outcome** | Framework files copied to `~/.{tool}/skills/agent-assistant/` with placeholder replacement applied |
|
|
29
|
+
| **Exception Handling** | Invalid tool → exit 1; missing Node >=18 → error; directory creation failure → exit |
|
|
30
|
+
| **Complexity** | Low |
|
|
31
|
+
| **Frequency** | Rare (once per environment setup) |
|
|
32
|
+
| **Dependencies** | Node.js >=18, npm, filesystem write access |
|
|
33
|
+
| **Detailed Flow** | [03-detailed-workflows.md#bw-001](03-detailed-workflows.md#bw-001--framework-installation) |
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
### BW-002 — Framework Uninstallation
|
|
38
|
+
|
|
39
|
+
| Attribute | Value |
|
|
40
|
+
|-----------|-------|
|
|
41
|
+
| **ID** | BW-002 |
|
|
42
|
+
| **Name** | Framework Uninstallation |
|
|
43
|
+
| **Actor** | Framework User |
|
|
44
|
+
| **Trigger** | `agent-assistant uninstall <tool>` or `agent-assistant uninstall --all` |
|
|
45
|
+
| **Outcome** | Bundled files removed from target directory; custom user files preserved |
|
|
46
|
+
| **Exception Handling** | Non-existent installation → skip with informational message |
|
|
47
|
+
| **Complexity** | Low |
|
|
48
|
+
| **Frequency** | Rare (environment cleanup) |
|
|
49
|
+
| **Dependencies** | Prior BW-001 execution |
|
|
50
|
+
| **Detailed Flow** | [03-detailed-workflows.md#bw-002](03-detailed-workflows.md#bw-002--framework-uninstallation) |
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
### BW-003 — Command Execution (Standard)
|
|
55
|
+
|
|
56
|
+
| Attribute | Value |
|
|
57
|
+
|-----------|-------|
|
|
58
|
+
| **ID** | BW-003 |
|
|
59
|
+
| **Name** | Command Execution (Standard) |
|
|
60
|
+
| **Actor** | AI Model (Orchestrator) |
|
|
61
|
+
| **Trigger** | User types `/{cmd}`, `/{cmd}:{variant}`, or natural language mapped to a command |
|
|
62
|
+
| **Outcome** | Pre-flight checks → command router → variant resolution → sequential phase execution → agent delegation per phase → exit criteria verification → deliverable to user |
|
|
63
|
+
| **Exception Handling** | Ambiguous requirement → PAUSE + ASK (Law 2); exit criteria not met → halt workflow |
|
|
64
|
+
| **Complexity** | High |
|
|
65
|
+
| **Frequency** | Per-Task (every user request) |
|
|
66
|
+
| **Dependencies** | BW-001 (framework installed), BW-004 (agent delegation), BW-005 (skill resolution) |
|
|
67
|
+
| **Detailed Flow** | [03-detailed-workflows.md#bw-003](03-detailed-workflows.md#bw-003--command-execution-standard) |
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
### BW-004 — Agent Delegation (Tiered)
|
|
72
|
+
|
|
73
|
+
| Attribute | Value |
|
|
74
|
+
|-----------|-------|
|
|
75
|
+
| **ID** | BW-004 |
|
|
76
|
+
| **Name** | Agent Delegation (Tiered) |
|
|
77
|
+
| **Actor** | Orchestrator |
|
|
78
|
+
| **Trigger** | A phase within a command requires specialist work |
|
|
79
|
+
| **Outcome** | Check `runSubagent` availability → TIER 1: spawn isolated sub-agent → TIER 2 fallback: embody agent in shared context → execute phase → verify deliverable against exit criteria |
|
|
80
|
+
| **Exception Handling** | `runSubagent` error → TIER 2 with logged justification |
|
|
81
|
+
| **Complexity** | Medium |
|
|
82
|
+
| **Frequency** | Per-Task (multiple times per command execution) |
|
|
83
|
+
| **Dependencies** | BW-003 (provides phase context), agent definitions in `agents/*.md` |
|
|
84
|
+
| **Detailed Flow** | [03-detailed-workflows.md#bw-004](03-detailed-workflows.md#bw-004--agent-delegation-tiered) |
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
|
|
88
|
+
### BW-005 — Skill Resolution (HSOL)
|
|
89
|
+
|
|
90
|
+
| Attribute | Value |
|
|
91
|
+
|-----------|-------|
|
|
92
|
+
| **ID** | BW-005 |
|
|
93
|
+
| **Name** | Skill Resolution (HSOL) |
|
|
94
|
+
| **Actor** | Agent (via Orchestrator) |
|
|
95
|
+
| **Trigger** | An agent assigned to a phase needs domain skills to execute |
|
|
96
|
+
| **Outcome** | Parse agent profile → load domain YAMLs → filter by relevance → fitness scoring (5 weights) → route by threshold band → return sorted skill set |
|
|
97
|
+
| **Exception Handling** | Network timeout → matrix-only fallback; no matching skills → report gap to Orchestrator |
|
|
98
|
+
| **Complexity** | High |
|
|
99
|
+
| **Frequency** | Per-Task (once per agent delegation with skill needs) |
|
|
100
|
+
| **Dependencies** | BW-004 (agent context), `matrix-skills/*.yaml`, `_dynamic.yaml` |
|
|
101
|
+
| **Detailed Flow** | [03-detailed-workflows.md#bw-005](03-detailed-workflows.md#bw-005--skill-resolution-hsol) |
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
### BW-006 — Dynamic Skill Discovery
|
|
106
|
+
|
|
107
|
+
| Attribute | Value |
|
|
108
|
+
|-----------|-------|
|
|
109
|
+
| **ID** | BW-006 |
|
|
110
|
+
| **Name** | Dynamic Skill Discovery |
|
|
111
|
+
| **Actor** | HSOL System |
|
|
112
|
+
| **Trigger** | Fitness score < 0.8 for hard/team command variants |
|
|
113
|
+
| **Outcome** | `npx skills find` → evaluate candidates → check superiority delta (>0.15) → if low-trust + critical: user confirmation → `npx skills add` → register in `_dynamic.yaml` |
|
|
114
|
+
| **Exception Handling** | Timeout (5s) → matrix-only fallback; install failure → rollback + offer matrix skills |
|
|
115
|
+
| **Complexity** | High |
|
|
116
|
+
| **Frequency** | On-Demand (only when matrix skills insufficient) |
|
|
117
|
+
| **Dependencies** | BW-005 (low fitness trigger), npm registry access, `_dynamic.yaml` |
|
|
118
|
+
| **Detailed Flow** | [03-detailed-workflows.md#bw-006](03-detailed-workflows.md#bw-006--dynamic-skill-discovery) |
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
### BW-007 — Trust Progression
|
|
123
|
+
|
|
124
|
+
| Attribute | Value |
|
|
125
|
+
|-----------|-------|
|
|
126
|
+
| **ID** | BW-007 |
|
|
127
|
+
| **Name** | Trust Progression |
|
|
128
|
+
| **Actor** | HSOL System |
|
|
129
|
+
| **Trigger** | A dynamically discovered skill completes execution (success or failure) |
|
|
130
|
+
| **Outcome** | NEW (0.3) → 3 successes → EVALUATING (0.5) → 10 successes → VALIDATED (0.7) → auto-promote if count≥10, rate≥85%, inactive≤30d → PROMOTED (1.0) |
|
|
131
|
+
| **Exception Handling** | Success rate <85% → BLOCKED; inactive >30d → BLOCKED; 90-day inactivity → decay |
|
|
132
|
+
| **Complexity** | Medium |
|
|
133
|
+
| **Frequency** | Per-Task (after each dynamic skill execution) |
|
|
134
|
+
| **Dependencies** | BW-006 (dynamic skill installed), `_dynamic.yaml` (trust state storage) |
|
|
135
|
+
| **Detailed Flow** | [03-detailed-workflows.md#bw-007](03-detailed-workflows.md#bw-007--trust-progression) |
|
|
136
|
+
|
|
137
|
+
---
|
|
138
|
+
|
|
139
|
+
### BW-008 — Team Collaboration (Golden Triangle)
|
|
140
|
+
|
|
141
|
+
| Attribute | Value |
|
|
142
|
+
|-----------|-------|
|
|
143
|
+
| **ID** | BW-008 |
|
|
144
|
+
| **Name** | Team Collaboration (Golden Triangle) |
|
|
145
|
+
| **Actor** | Orchestrator + 3 Team Agents (Tech Lead, Executor, Reviewer) |
|
|
146
|
+
| **Trigger** | User invokes a `:team` variant of any command |
|
|
147
|
+
| **Outcome** | Tech Lead decomposes task → TASK_ASSIGNMENT to Mailbox → Executor implements → SUBMISSION → Reviewer critiques → REVIEW (PASS/FAIL) → if FAIL: defend/fix cycle → max 3 rounds → consensus stamp → release |
|
|
148
|
+
| **Exception Handling** | Max 3 rounds reached → Tech Lead arbitrates final; "disagree without proof" → auto-FAIL |
|
|
149
|
+
| **Complexity** | High |
|
|
150
|
+
| **Frequency** | On-Demand (`:team` variant invocations) |
|
|
151
|
+
| **Dependencies** | BW-003 (command routing), `rules/TEAMS.md`, `agents/teams/` |
|
|
152
|
+
| **Detailed Flow** | [03-detailed-workflows.md#bw-008](03-detailed-workflows.md#bw-008--team-collaboration-golden-triangle) |
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
### BW-009 — Documentation Generation
|
|
157
|
+
|
|
158
|
+
| Attribute | Value |
|
|
159
|
+
|-----------|-------|
|
|
160
|
+
| **ID** | BW-009 |
|
|
161
|
+
| **Name** | Documentation Generation |
|
|
162
|
+
| **Actor** | Orchestrator |
|
|
163
|
+
| **Trigger** | `/docs`, `/docs:core`, `/docs:business`, `/docs:audit` |
|
|
164
|
+
| **Outcome** | Sequential generation: core (5 folders) → business (4 folders) → audit (4 folders) |
|
|
165
|
+
| **Exception Handling** | Incomplete generation = FAILED status; each step must complete before the next begins |
|
|
166
|
+
| **Complexity** | Medium |
|
|
167
|
+
| **Frequency** | On-Demand (documentation maintenance cycles) |
|
|
168
|
+
| **Dependencies** | BW-003 (command routing), BW-004 (agent delegation to docs-manager) |
|
|
169
|
+
| **Detailed Flow** | [03-detailed-workflows.md#bw-009](03-detailed-workflows.md#bw-009--documentation-generation) |
|
|
170
|
+
|
|
171
|
+
---
|
|
172
|
+
|
|
173
|
+
### BW-010 — Error Recovery (E1–E4)
|
|
174
|
+
|
|
175
|
+
| Attribute | Value |
|
|
176
|
+
|-----------|-------|
|
|
177
|
+
| **ID** | BW-010 |
|
|
178
|
+
| **Name** | Error Recovery (E1–E4) |
|
|
179
|
+
| **Actor** | Orchestrator |
|
|
180
|
+
| **Trigger** | Error occurs during any phase of any workflow |
|
|
181
|
+
| **Outcome** | E1: retry 3× → E1b: chunk into smaller units → E2: alternative approach → E3: save to safe point → E4: rollback → user escalation |
|
|
182
|
+
| **Exception Handling** | All paths terminate in either success or explicit user decision — no silent halts permitted |
|
|
183
|
+
| **Complexity** | High |
|
|
184
|
+
| **Frequency** | On-Demand (only on errors; ideally infrequent) |
|
|
185
|
+
| **Dependencies** | Originating workflow context, `rules/ERRORS.md` |
|
|
186
|
+
| **Detailed Flow** | [03-detailed-workflows.md#bw-010](03-detailed-workflows.md#bw-010--error-recovery-e1e4) |
|
|
187
|
+
|
|
188
|
+
---
|
|
189
|
+
|
|
190
|
+
### BW-011 — Plan Short-Circuit
|
|
191
|
+
|
|
192
|
+
| Attribute | Value |
|
|
193
|
+
|-----------|-------|
|
|
194
|
+
| **ID** | BW-011 |
|
|
195
|
+
| **Name** | Plan Short-Circuit |
|
|
196
|
+
| **Actor** | Orchestrator |
|
|
197
|
+
| **Trigger** | User references an existing `PLAN-*.md` file in `/code:hard` or `/code:team` commands |
|
|
198
|
+
| **Outcome** | Detect plan reference → skip research/scout/brainstorm phases → jump to context optimization → implement → test → review |
|
|
199
|
+
| **Exception Handling** | Plan file must exist and be valid; invalid plan → fall back to standard BW-003 flow |
|
|
200
|
+
| **Complexity** | Low |
|
|
201
|
+
| **Frequency** | On-Demand (when users have pre-existing plans) |
|
|
202
|
+
| **Dependencies** | BW-003 (command context), valid `PLAN-*.md` in workspace |
|
|
203
|
+
| **Detailed Flow** | [03-detailed-workflows.md#bw-011](03-detailed-workflows.md#bw-011--plan-short-circuit) |
|
|
204
|
+
|
|
205
|
+
---
|
|
206
|
+
|
|
207
|
+
### BW-012 — Platform Integration
|
|
208
|
+
|
|
209
|
+
| Attribute | Value |
|
|
210
|
+
|-----------|-------|
|
|
211
|
+
| **ID** | BW-012 |
|
|
212
|
+
| **Name** | Platform Integration |
|
|
213
|
+
| **Actor** | Framework Maintainer |
|
|
214
|
+
| **Trigger** | Decision to support a new AI coding assistant platform |
|
|
215
|
+
| **Outcome** | Add to TOOLS config → create install/uninstall scripts → add to CORE.md resolution table → create `code-assistants/` directory → add npm scripts → update README |
|
|
216
|
+
| **Exception Handling** | New platform must follow existing conventions; deviation → design review required |
|
|
217
|
+
| **Complexity** | Medium |
|
|
218
|
+
| **Frequency** | Rare (new platform adoption) |
|
|
219
|
+
| **Dependencies** | Framework architecture knowledge, `cli/install.js` extension points |
|
|
220
|
+
| **Detailed Flow** | [03-detailed-workflows.md#bw-012](03-detailed-workflows.md#bw-012--platform-integration) |
|
|
221
|
+
|
|
222
|
+
---
|
|
223
|
+
|
|
224
|
+
## Complexity Distribution
|
|
225
|
+
|
|
226
|
+
| Complexity | Count | Workflows |
|
|
227
|
+
|------------|-------|-----------|
|
|
228
|
+
| Low | 3 | BW-001, BW-002, BW-011 |
|
|
229
|
+
| Medium | 4 | BW-004, BW-007, BW-009, BW-012 |
|
|
230
|
+
| High | 5 | BW-003, BW-005, BW-006, BW-008, BW-010 |
|
|
231
|
+
|
|
232
|
+
## Frequency Distribution
|
|
233
|
+
|
|
234
|
+
| Frequency | Count | Workflows |
|
|
235
|
+
|-----------|-------|-----------|
|
|
236
|
+
| Per-Task | 4 | BW-003, BW-004, BW-005, BW-007 |
|
|
237
|
+
| On-Demand | 5 | BW-006, BW-008, BW-009, BW-010, BW-011 |
|
|
238
|
+
| Rare | 3 | BW-001, BW-002, BW-012 |
|
|
239
|
+
|
|
240
|
+
---
|
|
241
|
+
|
|
242
|
+
## Evidence Sources
|
|
243
|
+
|
|
244
|
+
- `CLAUDE.md` — Command routing, orchestrator behavior
|
|
245
|
+
- `rules/CORE.md` — Orchestration Laws governing all workflows
|
|
246
|
+
- `rules/AGENTS.md` — Tiered agent delegation
|
|
247
|
+
- `rules/SKILLS.md` — HSOL resolution and trust progression
|
|
248
|
+
- `rules/TEAMS.md` — Golden Triangle team protocol
|
|
249
|
+
- `rules/ERRORS.md` — E1–E4 error recovery classification
|
|
250
|
+
- `rules/PHASES.md` — Phase sequencing and exit criteria
|
|
251
|
+
- `cli/install.js` — Install/uninstall implementation
|
|
252
|
+
- `commands/*.md` — Command and variant definitions
|