@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,428 @@
|
|
|
1
|
+
# Agent Assistant — Canonical Terms
|
|
2
|
+
|
|
3
|
+
| Field | Value |
|
|
4
|
+
|-------|-------|
|
|
5
|
+
| **Purpose** | Formal definitions of all 35+ canonical terms used across the agent-assistant framework |
|
|
6
|
+
| **Parent** | [00-index.md](00-index.md) |
|
|
7
|
+
| **Last Updated** | 2026-03-26 |
|
|
8
|
+
| **Generated By** | docs-business skill |
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## 1. Core Concepts
|
|
13
|
+
|
|
14
|
+
### Orchestrator
|
|
15
|
+
|
|
16
|
+
| Attribute | Value |
|
|
17
|
+
|-----------|-------|
|
|
18
|
+
| **Definition** | The transformed AI identity that coordinates all work — delegates to agents, follows Laws, never implements directly |
|
|
19
|
+
| **Category** | Core Concepts |
|
|
20
|
+
| **Related Terms** | Agent, Tiered Execution, Orchestration Laws, Pre-Flight |
|
|
21
|
+
|
|
22
|
+
The Orchestrator is the central coordination identity. Upon loading a platform entry point, the AI ceases to be a general-purpose assistant and becomes the Orchestrator. It reads commands, delegates to specialist agents, verifies deliverables, and synthesizes outputs. It is bound by 10 immutable Laws (L1–L10) and must never write code, debug, test, or design directly.
|
|
23
|
+
|
|
24
|
+
### Agent
|
|
25
|
+
|
|
26
|
+
| Attribute | Value |
|
|
27
|
+
|-----------|-------|
|
|
28
|
+
| **Definition** | A specialist Markdown file defining a role (profile, directive, protocol, constraints, output format) that the Orchestrator delegates to |
|
|
29
|
+
| **Category** | Core Concepts |
|
|
30
|
+
| **Related Terms** | Orchestrator, Team Agent, Profile, Handoff, Cognitive Anchor |
|
|
31
|
+
|
|
32
|
+
Agents are the execution units of the framework. Each agent is a `.md` file in `agents/` with YAML frontmatter (profile, handoffs, constraints) and structured sections (directive, protocol, output format). The Orchestrator never executes work itself — it always delegates to the appropriate agent. There are 21 agents in the current framework.
|
|
33
|
+
|
|
34
|
+
### Team Agent
|
|
35
|
+
|
|
36
|
+
| Attribute | Value |
|
|
37
|
+
|-----------|-------|
|
|
38
|
+
| **Definition** | One of 3 Golden Triangle role files (tech-lead/executor/reviewer) within a domain team folder |
|
|
39
|
+
| **Category** | Core Concepts |
|
|
40
|
+
| **Related Terms** | Golden Triangle, Agent, Mailbox, Consensus Stamp |
|
|
41
|
+
|
|
42
|
+
Team agents exist within `agents/teams/{domain}/` folders and implement the adversarial Golden Triangle protocol. Each team has exactly three roles: a Tech Lead (architecture/planning), an Executor (implementation), and a Reviewer (quality assurance). Team agents are activated by `:team` variant commands.
|
|
43
|
+
|
|
44
|
+
### Command
|
|
45
|
+
|
|
46
|
+
| Attribute | Value |
|
|
47
|
+
|-----------|-------|
|
|
48
|
+
| **Definition** | A router Markdown file that analyzes user input and routes to an appropriate variant workflow |
|
|
49
|
+
| **Category** | Core Concepts |
|
|
50
|
+
| **Related Terms** | Router, Variant, Phase |
|
|
51
|
+
|
|
52
|
+
Commands are the primary interface between user intent and framework execution. Each command has a top-level router file (`commands/{cmd}.md`) that determines the scope and complexity of the request, then routes to the appropriate variant. There are 14 commands: `/cook`, `/fix`, `/plan`, `/debug`, `/test`, `/review`, `/docs`, `/design`, `/deploy`, `/report`, `/brainstorm`, `/ask`, `/code`, `/auto`.
|
|
53
|
+
|
|
54
|
+
### Variant
|
|
55
|
+
|
|
56
|
+
| Attribute | Value |
|
|
57
|
+
|-----------|-------|
|
|
58
|
+
| **Definition** | A specific execution strategy for a command controlling scope, agent count, and quality gates |
|
|
59
|
+
| **Category** | Core Concepts |
|
|
60
|
+
| **Related Terms** | Command, Phase, Router |
|
|
61
|
+
|
|
62
|
+
Variants define how a command executes. Each variant file (`commands/{cmd}/{variant}.md`) specifies the ordered sequence of phases, which agents handle each phase, and what exit criteria must be met. Variants scale from lightweight (single agent, few phases) to heavyweight (`:team` variant with Golden Triangle).
|
|
63
|
+
|
|
64
|
+
### Phase
|
|
65
|
+
|
|
66
|
+
| Attribute | Value |
|
|
67
|
+
|-----------|-------|
|
|
68
|
+
| **Definition** | A sequential unit of work within a variant workflow, each delegated to a specific agent with exit criteria |
|
|
69
|
+
| **Category** | Core Concepts |
|
|
70
|
+
| **Related Terms** | Variant, Stateful Handoff, Deliverable Integrity |
|
|
71
|
+
|
|
72
|
+
Phases are the atomic execution units within a variant. Each phase specifies the responsible agent, input requirements, exit criteria, and deliverable format. Phases execute strictly in order. Prior phase deliverables become immutable constraints for subsequent phases (Stateful Handoff, L8).
|
|
73
|
+
|
|
74
|
+
### Platform Entry Point
|
|
75
|
+
|
|
76
|
+
| Attribute | Value |
|
|
77
|
+
|-----------|-------|
|
|
78
|
+
| **Definition** | The file an AI tool reads first to boot the Orchestrator |
|
|
79
|
+
| **Category** | Core Concepts |
|
|
80
|
+
| **Related Terms** | Orchestrator, Pre-Flight |
|
|
81
|
+
|
|
82
|
+
Platform entry points are the root-level files that different AI coding assistants read on initialization: `CLAUDE.md`, `CURSOR.md`, `COPILOT.md`, `CODEX.md`, `GEMINI.md`. Each entry point triggers the Pre-Flight sequence and transforms the AI into the Orchestrator.
|
|
83
|
+
|
|
84
|
+
### Router
|
|
85
|
+
|
|
86
|
+
| Attribute | Value |
|
|
87
|
+
|-----------|-------|
|
|
88
|
+
| **Definition** | A command's top-level Markdown file that routes to the correct variant |
|
|
89
|
+
| **Category** | Core Concepts |
|
|
90
|
+
| **Related Terms** | Command, Variant |
|
|
91
|
+
|
|
92
|
+
The router is the entry point for a command. It analyzes the user's request to determine scope (single file vs. multi-file vs. full feature), then dispatches to the appropriate variant. Example: `commands/cook.md` is the router for the `/cook` command.
|
|
93
|
+
|
|
94
|
+
### Domain
|
|
95
|
+
|
|
96
|
+
| Attribute | Value |
|
|
97
|
+
|-----------|-------|
|
|
98
|
+
| **Definition** | One of 19 skill categories organizing the matrix skill registry |
|
|
99
|
+
| **Category** | Core Concepts |
|
|
100
|
+
| **Related Terms** | Matrix Skill, HSOL, Profile |
|
|
101
|
+
|
|
102
|
+
Domains partition the skill registry into coherent categories. Each domain has a corresponding YAML file in `matrix-skills/`: `ai-ml`, `architecture`, `backend`, `cloud`, `data`, `design`, `devops`, `frontend`, `gaming`, `languages`, `management`, `mcp`, `mobile`, `performance`, `planning`, `quality`, `research`, `security`, `tools`.
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## 2. Execution Model
|
|
107
|
+
|
|
108
|
+
### Tiered Execution
|
|
109
|
+
|
|
110
|
+
| Attribute | Value |
|
|
111
|
+
|-----------|-------|
|
|
112
|
+
| **Definition** | Two-tier delegation system: TIER 1 (sub-agent, isolated) preferred; TIER 2 (embody, shared) fallback |
|
|
113
|
+
| **Category** | Execution Model |
|
|
114
|
+
| **Related Terms** | TIER 1, TIER 2, Embody, Orchestrator |
|
|
115
|
+
|
|
116
|
+
Tiered Execution is the mandatory delegation protocol. The Orchestrator must always attempt TIER 1 first. Only when TIER 1 is unavailable or fails does the Orchestrator fall back to TIER 2. Using TIER 2 when TIER 1 is available is a protocol violation.
|
|
117
|
+
|
|
118
|
+
### TIER 1
|
|
119
|
+
|
|
120
|
+
| Attribute | Value |
|
|
121
|
+
|-----------|-------|
|
|
122
|
+
| **Definition** | Primary delegation tier using runSubagent tool for isolated parallel execution |
|
|
123
|
+
| **Category** | Execution Model |
|
|
124
|
+
| **Related Terms** | Tiered Execution, TIER 2, Orchestrator |
|
|
125
|
+
|
|
126
|
+
TIER 1 launches a sub-agent in an isolated context using the `runSubagent` tool. The sub-agent receives a scoped prompt with the agent definition, task context, and constraints. It executes independently and returns deliverables. TIER 1 enables parallel execution of non-dependent phases.
|
|
127
|
+
|
|
128
|
+
### TIER 2
|
|
129
|
+
|
|
130
|
+
| Attribute | Value |
|
|
131
|
+
|-----------|-------|
|
|
132
|
+
| **Definition** | Fallback delegation tier where Orchestrator reads and acts as agent in shared context |
|
|
133
|
+
| **Category** | Execution Model |
|
|
134
|
+
| **Related Terms** | Tiered Execution, TIER 1, Embody, Orchestrator |
|
|
135
|
+
|
|
136
|
+
TIER 2 is the fallback when `runSubagent` is not available or fails. The Orchestrator loads the agent definition file, internalizes its role, constraints, and protocol, then acts as that agent within the shared context. TIER 2 is serial (one agent at a time) and shares context with the Orchestrator.
|
|
137
|
+
|
|
138
|
+
### Embody
|
|
139
|
+
|
|
140
|
+
| Attribute | Value |
|
|
141
|
+
|-----------|-------|
|
|
142
|
+
| **Definition** | The act of the Orchestrator loading and becoming a specialist agent in TIER 2 |
|
|
143
|
+
| **Category** | Execution Model |
|
|
144
|
+
| **Related Terms** | TIER 2, Agent, Orchestrator |
|
|
145
|
+
|
|
146
|
+
Embodiment is the TIER 2 mechanism. The Orchestrator reads the target agent's `.md` file, adopts its identity, follows its directive and protocol, respects its constraints, and produces output in its specified format. After the phase completes, the Orchestrator resumes its coordinator role.
|
|
147
|
+
|
|
148
|
+
### Pre-Flight
|
|
149
|
+
|
|
150
|
+
| Attribute | Value |
|
|
151
|
+
|-----------|-------|
|
|
152
|
+
| **Definition** | Mandatory rule-loading sequence (CORE→PHASES→AGENTS) blocking execution |
|
|
153
|
+
| **Category** | Execution Model |
|
|
154
|
+
| **Related Terms** | Orchestrator, Platform Entry Point |
|
|
155
|
+
|
|
156
|
+
Pre-Flight is the boot sequence that must complete before any command processing. The Orchestrator loads `rules/CORE.md` first (identity, laws, prohibitions), then loads additional rules on demand: `PHASES.md`, `AGENTS.md`, `SKILLS.md`, `TEAMS.md`, `ERRORS.md`, `REFERENCE.md`. Execution is blocked until CORE.md is internalized.
|
|
157
|
+
|
|
158
|
+
### Handoff
|
|
159
|
+
|
|
160
|
+
| Attribute | Value |
|
|
161
|
+
|-----------|-------|
|
|
162
|
+
| **Definition** | Allowed delegation chain between agents defined by handoffs array in frontmatter |
|
|
163
|
+
| **Category** | Execution Model |
|
|
164
|
+
| **Related Terms** | Agent, Phase, Orchestrator |
|
|
165
|
+
|
|
166
|
+
Handoffs define which agents can delegate to which other agents. Each agent's YAML frontmatter includes a `handoffs` array listing permitted downstream agents. The Orchestrator respects these chains when composing multi-phase workflows.
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
## 3. Skill System
|
|
171
|
+
|
|
172
|
+
### HSOL
|
|
173
|
+
|
|
174
|
+
| Attribute | Value |
|
|
175
|
+
|-----------|-------|
|
|
176
|
+
| **Definition** | Hybrid Skill Orchestration Layer — resolves and injects relevant skills based on agent profile and task context |
|
|
177
|
+
| **Category** | Skill System |
|
|
178
|
+
| **Related Terms** | Matrix Skill, Dynamic Skill, Fitness Score, Profile, Domain |
|
|
179
|
+
|
|
180
|
+
HSOL is the skill resolution engine. When the Orchestrator delegates to an agent, HSOL reads the agent's `profile` field, queries the matrix skill registry, evaluates fitness scores, and injects the most relevant skills into the agent's context. HSOL prefers matrix skills (trust=1.0) unless a dynamic skill exceeds the superiority delta.
|
|
181
|
+
|
|
182
|
+
### Matrix Skill
|
|
183
|
+
|
|
184
|
+
| Attribute | Value |
|
|
185
|
+
|-----------|-------|
|
|
186
|
+
| **Definition** | A pre-curated skill entry in a domain YAML file, always trusted (trust=1.0) |
|
|
187
|
+
| **Category** | Skill System |
|
|
188
|
+
| **Related Terms** | HSOL, Dynamic Skill, Domain, Fitness Score |
|
|
189
|
+
|
|
190
|
+
Matrix skills are the built-in skill entries defined in `matrix-skills/{domain}.yaml` files. They are curated by maintainers, have implicit trust of 1.0, and form the baseline knowledge for each domain. Matrix skills are never subject to trust progression.
|
|
191
|
+
|
|
192
|
+
### Dynamic Skill
|
|
193
|
+
|
|
194
|
+
| Attribute | Value |
|
|
195
|
+
|-----------|-------|
|
|
196
|
+
| **Definition** | A community-installed skill tracked in _dynamic.yaml, subject to trust progression |
|
|
197
|
+
| **Category** | Skill System |
|
|
198
|
+
| **Related Terms** | HSOL, Matrix Skill, Trust Progression, Promotion, find-skills |
|
|
199
|
+
|
|
200
|
+
Dynamic skills are community-contributed skills installed via the CLI. They are registered in `matrix-skills/_dynamic.yaml` and start with low trust (0.3). Through successful executions, they progress through trust levels and may eventually be promoted to matrix status.
|
|
201
|
+
|
|
202
|
+
### Skill Module
|
|
203
|
+
|
|
204
|
+
| Attribute | Value |
|
|
205
|
+
|-----------|-------|
|
|
206
|
+
| **Definition** | A folder containing a SKILL.md file with domain knowledge for a specific capability |
|
|
207
|
+
| **Category** | Skill System |
|
|
208
|
+
| **Related Terms** | HSOL, Matrix Skill, Dynamic Skill |
|
|
209
|
+
|
|
210
|
+
A skill module is the physical representation of a skill — a folder under `skills/` containing at minimum a `SKILL.md` file. The SKILL.md file holds structured domain knowledge, best practices, constraints, and examples for a specific capability. There are 1,430 skill modules in the current framework.
|
|
211
|
+
|
|
212
|
+
### Trust Progression
|
|
213
|
+
|
|
214
|
+
| Attribute | Value |
|
|
215
|
+
|-----------|-------|
|
|
216
|
+
| **Definition** | Lifecycle where dynamic skills earn trust (0.3→0.5→0.7→1.0) through successful executions |
|
|
217
|
+
| **Category** | Skill System |
|
|
218
|
+
| **Related Terms** | Dynamic Skill, Promotion, Fitness Score |
|
|
219
|
+
|
|
220
|
+
Trust progression is the maturation lifecycle for dynamic skills. A newly installed dynamic skill starts at trust 0.3. After verified successful executions, trust increments: 0.3 → 0.5 → 0.7 → 1.0. Trust is one of 5 fitness score components (20% weight). Skills reaching trust 1.0 become promotion candidates.
|
|
221
|
+
|
|
222
|
+
### Fitness Score
|
|
223
|
+
|
|
224
|
+
| Attribute | Value |
|
|
225
|
+
|-----------|-------|
|
|
226
|
+
| **Definition** | Weighted calculation (semantic 35%, specificity 25%, trust 20%, freshness 10%, success 10%) determining skill relevance |
|
|
227
|
+
| **Category** | Skill System |
|
|
228
|
+
| **Related Terms** | HSOL, Trust Progression, Superiority Delta |
|
|
229
|
+
|
|
230
|
+
The fitness score is HSOL's ranking mechanism for skill candidates. It combines five factors: semantic similarity to the task (35%), specificity match to the agent profile (25%), trust level (20%), recency of last update (10%), and historical success rate (10%). Skills are ranked by fitness score during resolution.
|
|
231
|
+
|
|
232
|
+
### Superiority Delta
|
|
233
|
+
|
|
234
|
+
| Attribute | Value |
|
|
235
|
+
|-----------|-------|
|
|
236
|
+
| **Definition** | Minimum difference (0.15) a dynamic skill must exceed the best matrix skill to be preferred |
|
|
237
|
+
| **Category** | Skill System |
|
|
238
|
+
| **Related Terms** | Fitness Score, Dynamic Skill, Matrix Skill |
|
|
239
|
+
|
|
240
|
+
The superiority delta is a guardrail ensuring matrix skills are preferred unless a dynamic skill is significantly better. A dynamic skill's fitness score must exceed the best matrix skill's score by at least 0.15 to be selected. This protects against untested dynamic skills displacing reliable matrix skills.
|
|
241
|
+
|
|
242
|
+
### Profile
|
|
243
|
+
|
|
244
|
+
| Attribute | Value |
|
|
245
|
+
|-----------|-------|
|
|
246
|
+
| **Definition** | A {domain}:{category} string in agent frontmatter determining which skills HSOL injects |
|
|
247
|
+
| **Category** | Skill System |
|
|
248
|
+
| **Related Terms** | Agent, HSOL, Domain |
|
|
249
|
+
|
|
250
|
+
The profile field in an agent's YAML frontmatter (e.g., `backend:api`, `frontend:react`) tells HSOL which domain to search and what category to prioritize. It is the primary input for skill resolution. Each agent has exactly one profile.
|
|
251
|
+
|
|
252
|
+
### find-skills
|
|
253
|
+
|
|
254
|
+
| Attribute | Value |
|
|
255
|
+
|-----------|-------|
|
|
256
|
+
| **Definition** | CLI mechanism for discovering and installing community skills at runtime |
|
|
257
|
+
| **Category** | Skill System |
|
|
258
|
+
| **Related Terms** | Dynamic Skill, Promotion |
|
|
259
|
+
|
|
260
|
+
The `find-skills` mechanism allows users to discover community-contributed skills and install them into the framework. Installed skills are registered in `matrix-skills/_dynamic.yaml` as dynamic skills with initial trust 0.3.
|
|
261
|
+
|
|
262
|
+
### Promotion
|
|
263
|
+
|
|
264
|
+
| Attribute | Value |
|
|
265
|
+
|-----------|-------|
|
|
266
|
+
| **Definition** | Automatic elevation of a dynamic skill to matrix status |
|
|
267
|
+
| **Category** | Skill System |
|
|
268
|
+
| **Related Terms** | Dynamic Skill, Matrix Skill, Trust Progression |
|
|
269
|
+
|
|
270
|
+
Promotion is the terminal event in a dynamic skill's lifecycle. When a dynamic skill reaches trust 1.0 and meets additional quality criteria, it is automatically elevated to matrix skill status — moved from `_dynamic.yaml` into the appropriate domain YAML file.
|
|
271
|
+
|
|
272
|
+
---
|
|
273
|
+
|
|
274
|
+
## 4. Team Protocol
|
|
275
|
+
|
|
276
|
+
### Golden Triangle
|
|
277
|
+
|
|
278
|
+
| Attribute | Value |
|
|
279
|
+
|-----------|-------|
|
|
280
|
+
| **Definition** | Adversarial 3-agent collaboration model (Tech Lead + Executor + Reviewer) for :team variants |
|
|
281
|
+
| **Category** | Team Protocol |
|
|
282
|
+
| **Related Terms** | Team Agent, Mailbox, Debate Mechanism, Consensus Stamp |
|
|
283
|
+
|
|
284
|
+
The Golden Triangle is the team execution model. It establishes three roles with inherent tension: the Tech Lead sets architecture and standards, the Executor implements, and the Reviewer challenges. This adversarial structure produces higher-quality output than single-agent execution. Activated by `:team` command variants.
|
|
285
|
+
|
|
286
|
+
### Mailbox
|
|
287
|
+
|
|
288
|
+
| Attribute | Value |
|
|
289
|
+
|-----------|-------|
|
|
290
|
+
| **Definition** | Append-only shared communication file for inter-agent exchanges during team workflows |
|
|
291
|
+
| **Category** | Team Protocol |
|
|
292
|
+
| **Related Terms** | Golden Triangle, Team Agent, Shared Task List |
|
|
293
|
+
|
|
294
|
+
The mailbox is the communication channel for team workflows. Each team execution creates a mailbox file where agents post messages, status updates, and review comments. The mailbox is append-only — agents cannot edit or delete prior entries. This ensures full auditability of team interactions.
|
|
295
|
+
|
|
296
|
+
### Consensus Stamp
|
|
297
|
+
|
|
298
|
+
| Attribute | Value |
|
|
299
|
+
|-----------|-------|
|
|
300
|
+
| **Definition** | Required sign-off format before team phase output is released |
|
|
301
|
+
| **Category** | Team Protocol |
|
|
302
|
+
| **Related Terms** | Golden Triangle, Debate Mechanism, Deliverable Integrity |
|
|
303
|
+
|
|
304
|
+
The consensus stamp is the quality gate for team deliverables. All three Golden Triangle roles must sign off on the output before it is considered complete. The stamp format is standardized and includes each role's approval/rejection and any conditions.
|
|
305
|
+
|
|
306
|
+
### Debate Mechanism
|
|
307
|
+
|
|
308
|
+
| Attribute | Value |
|
|
309
|
+
|-----------|-------|
|
|
310
|
+
| **Definition** | Structured adversarial review cycle (max 3 rounds) |
|
|
311
|
+
| **Category** | Team Protocol |
|
|
312
|
+
| **Related Terms** | Golden Triangle, Consensus Stamp, Reviewer |
|
|
313
|
+
|
|
314
|
+
The debate mechanism is the quality assurance process within team workflows. The Reviewer challenges the Executor's output, the Executor responds, and the process repeats for up to 3 rounds. If consensus is not reached after 3 rounds, the Tech Lead makes the final decision.
|
|
315
|
+
|
|
316
|
+
### Shared Task List
|
|
317
|
+
|
|
318
|
+
| Attribute | Value |
|
|
319
|
+
|-----------|-------|
|
|
320
|
+
| **Definition** | State management artifact owned by Tech Lead tracking assignments and status |
|
|
321
|
+
| **Category** | Team Protocol |
|
|
322
|
+
| **Related Terms** | Golden Triangle, Team Agent, Mailbox |
|
|
323
|
+
|
|
324
|
+
The shared task list is the work tracking artifact for team workflows. Owned and maintained by the Tech Lead, it captures task breakdown, assignments to Executor/Reviewer, status (pending/in-progress/complete/blocked), and dependencies. All team agents reference this list.
|
|
325
|
+
|
|
326
|
+
---
|
|
327
|
+
|
|
328
|
+
## 5. Governance
|
|
329
|
+
|
|
330
|
+
### Orchestration Laws (L1–L10)
|
|
331
|
+
|
|
332
|
+
| Attribute | Value |
|
|
333
|
+
|-----------|-------|
|
|
334
|
+
| **Definition** | Ten immutable governance rules constraining all Orchestrator and agent behavior |
|
|
335
|
+
| **Category** | Governance |
|
|
336
|
+
| **Related Terms** | Orchestrator, Constraint Propagation, Stateful Handoff, Deliverable Integrity |
|
|
337
|
+
|
|
338
|
+
The 10 Laws are the constitutional rules of the framework. They are immutable — no command, variant, or agent can override them. They govern identity (L1: Orchestrator never implements), delegation (L2–L4), phase execution (L5–L8), constraint propagation (L9), and deliverable integrity (L10).
|
|
339
|
+
|
|
340
|
+
### Constraint Propagation (L9)
|
|
341
|
+
|
|
342
|
+
| Attribute | Value |
|
|
343
|
+
|-----------|-------|
|
|
344
|
+
| **Definition** | Rule that constraints tighten through scouter→planner→implementer chain |
|
|
345
|
+
| **Category** | Governance |
|
|
346
|
+
| **Related Terms** | Orchestration Laws, Phase, Requirements Registry |
|
|
347
|
+
|
|
348
|
+
Law 9 establishes that constraints only tighten as work flows downstream. A scouter's technology choices constrain the planner's architecture, which constrains the implementer's code. No downstream agent can relax an upstream constraint. This ensures coherence across multi-phase workflows.
|
|
349
|
+
|
|
350
|
+
### Stateful Handoff (L8)
|
|
351
|
+
|
|
352
|
+
| Attribute | Value |
|
|
353
|
+
|-----------|-------|
|
|
354
|
+
| **Definition** | Rule that prior phase deliverables are immutable constraints |
|
|
355
|
+
| **Category** | Governance |
|
|
356
|
+
| **Related Terms** | Orchestration Laws, Phase, Deliverable Integrity |
|
|
357
|
+
|
|
358
|
+
Law 8 declares that once a phase produces a deliverable, that deliverable becomes an immutable constraint for all subsequent phases. No later agent can modify, override, or ignore a prior deliverable. This ensures deterministic workflow progression.
|
|
359
|
+
|
|
360
|
+
### Deliverable Integrity (L10)
|
|
361
|
+
|
|
362
|
+
| Attribute | Value |
|
|
363
|
+
|-----------|-------|
|
|
364
|
+
| **Definition** | Rule that files created by an agent define the standard |
|
|
365
|
+
| **Category** | Governance |
|
|
366
|
+
| **Related Terms** | Orchestration Laws, Phase, Agent |
|
|
367
|
+
|
|
368
|
+
Law 10 establishes that the output of an agent is authoritative. When an agent creates files or artifacts, those artifacts are the standard. Subsequent agents consuming those artifacts must treat them as-is, not reinterpret or modify them.
|
|
369
|
+
|
|
370
|
+
### Cognitive Anchor
|
|
371
|
+
|
|
372
|
+
| Attribute | Value |
|
|
373
|
+
|-----------|-------|
|
|
374
|
+
| **Definition** | Mandatory block in agent files that overrides default AI patterns and binds AI to exact protocols |
|
|
375
|
+
| **Category** | Governance |
|
|
376
|
+
| **Related Terms** | Agent, Orchestrator |
|
|
377
|
+
|
|
378
|
+
The cognitive anchor is a structured block within each agent's Markdown file that forcefully overrides the AI's default behaviors. It uses explicit, often emphatic language to bind the AI to the agent's exact protocols and prevent drift toward generic AI assistant patterns.
|
|
379
|
+
|
|
380
|
+
### Requirements Registry
|
|
381
|
+
|
|
382
|
+
| Attribute | Value |
|
|
383
|
+
|-----------|-------|
|
|
384
|
+
| **Definition** | Structured table capturing ALL user requirements before any phase executes |
|
|
385
|
+
| **Category** | Governance |
|
|
386
|
+
| **Related Terms** | Phase, Orchestration Laws, Constraint Propagation |
|
|
387
|
+
|
|
388
|
+
The requirements registry is a mandatory artifact produced early in multi-phase workflows. It captures every user requirement in a structured table format. All subsequent phases reference this registry. No requirement can be added, modified, or removed after registry creation without explicit user approval.
|
|
389
|
+
|
|
390
|
+
### Anti-Pattern Registry (A1–A10)
|
|
391
|
+
|
|
392
|
+
| Attribute | Value |
|
|
393
|
+
|-----------|-------|
|
|
394
|
+
| **Definition** | Catalog of prohibited behaviors |
|
|
395
|
+
| **Category** | Governance |
|
|
396
|
+
| **Related Terms** | Orchestration Laws, Cognitive Anchor |
|
|
397
|
+
|
|
398
|
+
The anti-pattern registry catalogs 10 explicitly forbidden behaviors (A1–A10). These patterns represent common failure modes such as the Orchestrator implementing directly, skipping phases, ignoring constraints, or bypassing quality gates. Each anti-pattern includes detection criteria and correction procedures.
|
|
399
|
+
|
|
400
|
+
---
|
|
401
|
+
|
|
402
|
+
## 6. Error Handling
|
|
403
|
+
|
|
404
|
+
### Error Classification (E1–E4)
|
|
405
|
+
|
|
406
|
+
| Attribute | Value |
|
|
407
|
+
|-----------|-------|
|
|
408
|
+
| **Definition** | Four-class recovery system: E1 Transient, E1b Overflow, E2 Recoverable, E3 Blocking, E4 Cascading |
|
|
409
|
+
| **Category** | Error Handling |
|
|
410
|
+
| **Related Terms** | Orchestration Laws, Phase |
|
|
411
|
+
|
|
412
|
+
The error classification system defines four severity classes with prescribed recovery actions. E1 (Transient) errors auto-retry. E1b (Overflow) errors trigger context reduction. E2 (Recoverable) errors invoke alternative strategies. E3 (Blocking) errors halt execution and escalate to the user. E4 (Cascading) errors trigger full workflow rollback.
|
|
413
|
+
|
|
414
|
+
---
|
|
415
|
+
|
|
416
|
+
## Evidence Sources
|
|
417
|
+
|
|
418
|
+
- `rules/CORE.md` — Laws L1–L10, Orchestrator identity, anti-patterns A1–A10
|
|
419
|
+
- `rules/AGENTS.md` — Tiered Execution, TIER 1/TIER 2, agent delegation protocol
|
|
420
|
+
- `rules/PHASES.md` — Phase structure, deliverable format, requirements registry
|
|
421
|
+
- `rules/TEAMS.md` — Golden Triangle, mailbox, consensus stamp, debate mechanism
|
|
422
|
+
- `rules/ERRORS.md` — Error classification E1–E4, recovery procedures
|
|
423
|
+
- `rules/SKILLS.md` — HSOL, fitness score, superiority delta, trust progression
|
|
424
|
+
- `matrix-skills/_index.yaml` — HSOL configuration, fitness weights, trust thresholds
|
|
425
|
+
- `matrix-skills/_dynamic.yaml` — Dynamic skill registry structure
|
|
426
|
+
- `agents/*.md` — Agent file structure, profile field, handoffs, cognitive anchor
|
|
427
|
+
- `commands/*.md` — Command routing, variant structure
|
|
428
|
+
- `CLAUDE.md`, `CURSOR.md`, `COPILOT.md`, `CODEX.md`, `GEMINI.md` — Platform entry points
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
# Agent Assistant — Synonyms and Deprecated Terms
|
|
2
|
+
|
|
3
|
+
| Field | Value |
|
|
4
|
+
|-------|-------|
|
|
5
|
+
| **Purpose** | Complete alias table for all canonical terms, deprecated term guidance, and commonly confused concepts |
|
|
6
|
+
| **Parent** | [00-index.md](00-index.md) |
|
|
7
|
+
| **Last Updated** | 2026-03-26 |
|
|
8
|
+
| **Generated By** | docs-business skill |
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Synonym Table
|
|
13
|
+
|
|
14
|
+
Each canonical term is listed with all known aliases. Use the **Canonical Term** in all official documentation, agent definitions, command files, and rules.
|
|
15
|
+
|
|
16
|
+
### Core Concepts
|
|
17
|
+
|
|
18
|
+
| Canonical Term | Accepted Aliases | Notes |
|
|
19
|
+
|----------------|-----------------|-------|
|
|
20
|
+
| **Orchestrator** | Conductor, Coordinator | "Conductor" is used metaphorically in closing statements of rules files |
|
|
21
|
+
| **Agent** | Specialist, Worker | "Specialist" preferred in user-facing context; "Worker" acceptable in technical discussion |
|
|
22
|
+
| **Team Agent** | Team member, Triangle role | "Triangle role" only in context of Golden Triangle discussion |
|
|
23
|
+
| **Command** | Slash command, Workflow trigger | "Slash command" reflects the `/cook`, `/fix` syntax |
|
|
24
|
+
| **Variant** | Mode, Strategy | "Mode" common in user communication; "Strategy" in technical docs |
|
|
25
|
+
| **Phase** | Step, Stage | Both acceptable in informal discussion; use "Phase" in all structured output |
|
|
26
|
+
| **Platform Entry Point** | Entry file, Boot file | "Boot file" emphasizes the Pre-Flight sequence |
|
|
27
|
+
| **Router** | Command router, Entry router | "Entry router" distinguishes from internal routing |
|
|
28
|
+
| **Domain** | Skill domain, Matrix domain | "Matrix domain" when specifically referencing YAML registry files |
|
|
29
|
+
|
|
30
|
+
### Execution Model
|
|
31
|
+
|
|
32
|
+
| Canonical Term | Accepted Aliases | Notes |
|
|
33
|
+
|----------------|-----------------|-------|
|
|
34
|
+
| **Tiered Execution** | Delegation tiers | — |
|
|
35
|
+
| **TIER 1** | Sub-agent mode | Refers to the `runSubagent` mechanism specifically |
|
|
36
|
+
| **TIER 2** | Embody mode, Fallback tier | "Fallback" emphasizes that TIER 2 is never preferred |
|
|
37
|
+
| **Embody** | Act as, Fallback execution | "Act as" is informal; use "Embody" in protocol references |
|
|
38
|
+
| **Pre-Flight** | Boot sequence, Mandatory load | "Boot sequence" in platform entry point context |
|
|
39
|
+
| **Handoff** | Agent delegation, Agent chain | "Agent chain" when describing multi-hop delegation sequences |
|
|
40
|
+
|
|
41
|
+
### Skill System
|
|
42
|
+
|
|
43
|
+
| Canonical Term | Accepted Aliases | Notes |
|
|
44
|
+
|----------------|-----------------|-------|
|
|
45
|
+
| **HSOL** | Skill resolver, Matrix Skill Discovery | "Matrix Skill Discovery" is broader and less precise |
|
|
46
|
+
| **Matrix Skill** | Static skill, Built-in skill, Curated skill | "Static" contrasts with "Dynamic"; "Curated" emphasizes maintainer review |
|
|
47
|
+
| **Dynamic Skill** | Community skill, External skill | "Community" emphasizes origin; "External" emphasizes trust boundary |
|
|
48
|
+
| **Skill Module** | Skill, Knowledge module | "Skill" alone is acceptable in context; "Knowledge module" in architecture docs |
|
|
49
|
+
| **Trust Progression** | Trust lifecycle, Skill maturation | — |
|
|
50
|
+
| **Fitness Score** | HSOL fitness, Skill fitness | Always clarify the 5-factor formula on first use |
|
|
51
|
+
| **Superiority Delta** | Override threshold | "Override threshold" acceptable in configuration context |
|
|
52
|
+
| **Profile** | Agent profile, HSOL profile | "HSOL profile" when discussing skill resolution specifically |
|
|
53
|
+
| **find-skills** | Dynamic discovery, Skill finder | CLI usage always uses `find-skills` |
|
|
54
|
+
| **Promotion** | Auto-promote, Skill graduation | "Graduation" is informal but evocative |
|
|
55
|
+
|
|
56
|
+
### Team Protocol
|
|
57
|
+
|
|
58
|
+
| Canonical Term | Accepted Aliases | Notes |
|
|
59
|
+
|----------------|-----------------|-------|
|
|
60
|
+
| **Golden Triangle** | Team protocol, Debate triangle | "Debate triangle" emphasizes the adversarial aspect |
|
|
61
|
+
| **Mailbox** | Communication log, Message bus | "Message bus" is an analogy; technically it is a flat append-only file |
|
|
62
|
+
| **Consensus Stamp** | Sign-off, Approval stamp | — |
|
|
63
|
+
| **Debate Mechanism** | Review loop, Adversarial review | "Review loop" is less precise (could mean any review) |
|
|
64
|
+
| **Shared Task List** | Task board, Work breakdown | "Work breakdown" acceptable in planning context |
|
|
65
|
+
|
|
66
|
+
### Governance
|
|
67
|
+
|
|
68
|
+
| Canonical Term | Accepted Aliases | Notes |
|
|
69
|
+
|----------------|-----------------|-------|
|
|
70
|
+
| **Orchestration Laws (L1–L10)** | Laws, Governance rules | Always include "(L1–L10)" on first reference in any document |
|
|
71
|
+
| **Constraint Propagation (L9)** | Downstream locking | — |
|
|
72
|
+
| **Stateful Handoff (L8)** | Phase immutability, Deliverable locking | "Deliverable locking" emphasizes the artifact freeze |
|
|
73
|
+
| **Deliverable Integrity (L10)** | Output authority | — |
|
|
74
|
+
| **Cognitive Anchor** | Binding block, Agent override | "Binding block" in template/authoring context |
|
|
75
|
+
| **Requirements Registry** | Requirement list | "Requirement list" is less precise (lacks "structured table" connotation) |
|
|
76
|
+
| **Anti-Pattern Registry (A1–A10)** | Forbidden patterns | Always include "(A1–A10)" on first reference |
|
|
77
|
+
|
|
78
|
+
### Error Handling
|
|
79
|
+
|
|
80
|
+
| Canonical Term | Accepted Aliases | Notes |
|
|
81
|
+
|----------------|-----------------|-------|
|
|
82
|
+
| **Error Classification (E1–E4)** | Error tiers, Self-healing | "Self-healing" specifically applies to E1/E2 auto-recovery |
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
## Deprecated Terms
|
|
87
|
+
|
|
88
|
+
Terms that **must not** be used in new documentation. Replace all instances with the canonical alternative.
|
|
89
|
+
|
|
90
|
+
| Deprecated Term | Replacement | Reason | Migration Guidance |
|
|
91
|
+
|-----------------|-------------|--------|--------------------|
|
|
92
|
+
| **Sub-agent** (when meaning individual agent) | **Agent** | "Sub-agent" conflates the individual agent concept with the TIER 1 `runSubagent` mechanism. An "agent" is a specialist role file; "sub-agent" is a TIER 1 execution mode. | Replace all instances of "sub-agent" meaning "a specialist" with "agent". Reserve "sub-agent" exclusively for TIER 1 `runSubagent` execution context. |
|
|
93
|
+
| **Matrix Skill Discovery** (as HSOL synonym) | **HSOL** | "Matrix Skill Discovery" is vague and does not capture the hybrid (matrix + dynamic) nature of the resolution layer. | Replace with "HSOL" or "Hybrid Skill Orchestration Layer" on first reference. |
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
## Commonly Confused Terms
|
|
98
|
+
|
|
99
|
+
Pairs or groups of terms that are frequently mixed up, with clarification on their distinct meanings.
|
|
100
|
+
|
|
101
|
+
### Agent vs. Orchestrator
|
|
102
|
+
|
|
103
|
+
| | Agent | Orchestrator |
|
|
104
|
+
|---|-------|-------------|
|
|
105
|
+
| **Role** | Executes specialized work | Coordinates and delegates |
|
|
106
|
+
| **Count** | 21 specialists | Exactly 1 |
|
|
107
|
+
| **Implements** | Yes — writes code, tests, reviews, etc. | Never — delegation only |
|
|
108
|
+
| **Defined in** | `agents/*.md` | `rules/CORE.md` |
|
|
109
|
+
| **Key distinction** | Agents DO the work | Orchestrator ROUTES the work |
|
|
110
|
+
|
|
111
|
+
### TIER 1 vs. TIER 2
|
|
112
|
+
|
|
113
|
+
| | TIER 1 | TIER 2 |
|
|
114
|
+
|---|--------|--------|
|
|
115
|
+
| **Mechanism** | `runSubagent` tool call | Read and embody agent file |
|
|
116
|
+
| **Context** | Isolated (own context window) | Shared (Orchestrator's context) |
|
|
117
|
+
| **Parallelism** | Supports parallel execution | Serial only |
|
|
118
|
+
| **Preference** | Always preferred | Fallback only |
|
|
119
|
+
| **Key distinction** | Isolated delegation | In-context role-play |
|
|
120
|
+
|
|
121
|
+
### Matrix Skill vs. Dynamic Skill
|
|
122
|
+
|
|
123
|
+
| | Matrix Skill | Dynamic Skill |
|
|
124
|
+
|---|-------------|---------------|
|
|
125
|
+
| **Source** | Maintainer-curated | Community-contributed |
|
|
126
|
+
| **Trust** | Always 1.0 | Starts at 0.3, progresses |
|
|
127
|
+
| **Registry** | `matrix-skills/{domain}.yaml` | `matrix-skills/_dynamic.yaml` |
|
|
128
|
+
| **Promotion** | N/A (already matrix) | Can be promoted to matrix |
|
|
129
|
+
| **Key distinction** | Built-in and trusted | External and earning trust |
|
|
130
|
+
|
|
131
|
+
### Command vs. Variant vs. Phase
|
|
132
|
+
|
|
133
|
+
| | Command | Variant | Phase |
|
|
134
|
+
|---|---------|---------|-------|
|
|
135
|
+
| **Granularity** | Workflow category | Execution strategy | Single work unit |
|
|
136
|
+
| **Example** | `/cook` | `:team` | "Phase 3: Implementation" |
|
|
137
|
+
| **File location** | `commands/{cmd}.md` | `commands/{cmd}/{variant}.md` | Defined within variant |
|
|
138
|
+
| **Contains** | Routing logic | Phase sequence | Agent + exit criteria |
|
|
139
|
+
| **Key distinction** | WHAT to do | HOW to do it | WHO does WHICH part |
|
|
140
|
+
|
|
141
|
+
### Profile vs. Domain
|
|
142
|
+
|
|
143
|
+
| | Profile | Domain |
|
|
144
|
+
|---|---------|--------|
|
|
145
|
+
| **Format** | `{domain}:{category}` | Single label |
|
|
146
|
+
| **Scope** | Per-agent | Per-YAML file |
|
|
147
|
+
| **Example** | `backend:api` | `backend` |
|
|
148
|
+
| **Used by** | Agent frontmatter | Matrix skill registry |
|
|
149
|
+
| **Key distinction** | Specific agent capability | Broad skill category |
|
|
150
|
+
|
|
151
|
+
### Handoff vs. Stateful Handoff (L8)
|
|
152
|
+
|
|
153
|
+
| | Handoff | Stateful Handoff (L8) |
|
|
154
|
+
|---|---------|----------------------|
|
|
155
|
+
| **Meaning** | Agent-to-agent delegation permission | Phase deliverable immutability rule |
|
|
156
|
+
| **Scope** | Agent frontmatter `handoffs` array | Orchestration Law governing all phases |
|
|
157
|
+
| **Key distinction** | WHO can delegate to WHOM | Once delivered, NOTHING changes |
|
|
158
|
+
|
|
159
|
+
### Consensus Stamp vs. Debate Mechanism
|
|
160
|
+
|
|
161
|
+
| | Consensus Stamp | Debate Mechanism |
|
|
162
|
+
|---|----------------|-----------------|
|
|
163
|
+
| **What** | Final approval artifact | Review cycle process |
|
|
164
|
+
| **When** | End of team phase | During team phase |
|
|
165
|
+
| **Rounds** | Single sign-off event | Up to 3 adversarial rounds |
|
|
166
|
+
| **Key distinction** | The RESULT of agreement | The PROCESS of reaching agreement |
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
## Evidence Sources
|
|
171
|
+
|
|
172
|
+
- `rules/CORE.md` — Orchestrator identity, Law definitions
|
|
173
|
+
- `rules/AGENTS.md` — TIER 1/TIER 2 distinction, agent delegation
|
|
174
|
+
- `rules/TEAMS.md` — Golden Triangle roles, mailbox, consensus
|
|
175
|
+
- `rules/SKILLS.md` — HSOL, matrix vs. dynamic skills
|
|
176
|
+
- `rules/PHASES.md` — Phase structure, variant execution
|
|
177
|
+
- `agents/*.md` — Agent frontmatter structure, profile field
|
|
178
|
+
- `matrix-skills/_index.yaml` — HSOL configuration
|
|
179
|
+
- `matrix-skills/_dynamic.yaml` — Dynamic skill registry
|
|
180
|
+
- `commands/*.md` — Command/variant/phase hierarchy
|