agentboot 0.1.0 → 0.3.0
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/README.md +9 -8
- package/agentboot.config.json +4 -1
- package/package.json +2 -2
- package/scripts/cli.ts +465 -18
- package/scripts/compile.ts +724 -75
- package/scripts/dev-sync.ts +1 -1
- package/scripts/lib/config.ts +259 -1
- package/scripts/lib/frontmatter.ts +3 -1
- package/scripts/validate.ts +12 -7
- package/website/docusaurus.config.ts +117 -0
- package/website/package-lock.json +18448 -0
- package/website/package.json +47 -0
- package/website/sidebars.ts +53 -0
- package/website/src/css/custom.css +23 -0
- package/website/src/pages/index.module.css +23 -0
- package/website/src/pages/index.tsx +125 -0
- package/website/static/.nojekyll +0 -0
- package/website/static/CNAME +1 -0
- package/website/static/img/favicon.ico +0 -0
- package/website/static/img/logo.svg +1 -0
- package/.github/ISSUE_TEMPLATE/persona-request.md +0 -62
- package/.github/ISSUE_TEMPLATE/quality-feedback.md +0 -67
- package/.github/workflows/cla.yml +0 -25
- package/.github/workflows/validate.yml +0 -49
- package/.idea/agentboot.iml +0 -9
- package/.idea/misc.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -6
- package/CLAUDE.md +0 -230
- package/CONTRIBUTING.md +0 -168
- package/PERSONAS.md +0 -156
- package/core/instructions/baseline.instructions.md +0 -133
- package/core/instructions/security.instructions.md +0 -186
- package/core/personas/code-reviewer/SKILL.md +0 -175
- package/core/personas/security-reviewer/SKILL.md +0 -233
- package/core/personas/test-data-expert/SKILL.md +0 -234
- package/core/personas/test-generator/SKILL.md +0 -262
- package/core/traits/audit-trail.md +0 -182
- package/core/traits/confidence-signaling.md +0 -172
- package/core/traits/critical-thinking.md +0 -129
- package/core/traits/schema-awareness.md +0 -132
- package/core/traits/source-citation.md +0 -174
- package/core/traits/structured-output.md +0 -199
- package/docs/ci-cd-automation.md +0 -548
- package/docs/claude-code-reference/README.md +0 -21
- package/docs/claude-code-reference/agentboot-coverage.md +0 -484
- package/docs/claude-code-reference/feature-inventory.md +0 -906
- package/docs/cli-commands-audit.md +0 -112
- package/docs/cli-design.md +0 -924
- package/docs/concepts.md +0 -1117
- package/docs/config-schema-audit.md +0 -121
- package/docs/configuration.md +0 -645
- package/docs/delivery-methods.md +0 -758
- package/docs/developer-onboarding.md +0 -342
- package/docs/extending.md +0 -448
- package/docs/getting-started.md +0 -298
- package/docs/knowledge-layer.md +0 -464
- package/docs/marketplace.md +0 -822
- package/docs/org-connection.md +0 -570
- package/docs/plans/architecture.md +0 -2429
- package/docs/plans/design.md +0 -2018
- package/docs/plans/prd.md +0 -1862
- package/docs/plans/stack-rank.md +0 -261
- package/docs/plans/technical-spec.md +0 -2755
- package/docs/privacy-and-safety.md +0 -807
- package/docs/prompt-optimization.md +0 -1071
- package/docs/test-plan.md +0 -972
- package/docs/third-party-ecosystem.md +0 -496
- package/domains/compliance-template/README.md +0 -173
- package/domains/compliance-template/traits/compliance-aware.md +0 -228
- package/examples/enterprise/agentboot.config.json +0 -184
- package/examples/minimal/agentboot.config.json +0 -46
- package/tests/REGRESSION-PLAN.md +0 -705
- package/tests/TEST-PLAN.md +0 -111
- package/tests/cli.test.ts +0 -705
- package/tests/pipeline.test.ts +0 -608
- package/tests/validate.test.ts +0 -278
- package/tsconfig.json +0 -62
|
@@ -1,496 +0,0 @@
|
|
|
1
|
-
# Third-Party Ecosystem — Partners, Credit & Licensing
|
|
2
|
-
|
|
3
|
-
AgentBoot exists in a rapidly growing ecosystem of Claude Code frameworks, plugins,
|
|
4
|
-
and tools. This doc maps the landscape, identifies partnership opportunities, and
|
|
5
|
-
establishes credit/attribution practices.
|
|
6
|
-
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
## The Ecosystem Map
|
|
10
|
-
|
|
11
|
-
```
|
|
12
|
-
AgentBoot
|
|
13
|
-
(governance + distribution)
|
|
14
|
-
│
|
|
15
|
-
┌────────────────┼────────────────┐
|
|
16
|
-
│ │ │
|
|
17
|
-
Complements Overlaps Adjacent
|
|
18
|
-
│ │ │
|
|
19
|
-
┌──────┴──────┐ ┌────┴────┐ ┌──────┴──────┐
|
|
20
|
-
│ spec-kit │ │ Super- │ │ arc-kit │
|
|
21
|
-
│ (planning) │ │ Claude │ │ (arch gov) │
|
|
22
|
-
│ │ │ (traits │ │ │
|
|
23
|
-
│ Trail of │ │ agents)│ │ awesome- │
|
|
24
|
-
│ Bits skills │ │ │ │ claude-code │
|
|
25
|
-
│ (security) │ └─────────┘ │ (curation) │
|
|
26
|
-
└─────────────┘ └─────────────┘
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
---
|
|
30
|
-
|
|
31
|
-
## Tool Profiles
|
|
32
|
-
|
|
33
|
-
### 1. SuperClaude Framework
|
|
34
|
-
|
|
35
|
-
**What:** A configuration framework that enhances Claude Code with specialized
|
|
36
|
-
commands, cognitive personas, and development methodologies. 16 core agents,
|
|
37
|
-
12 composable traits, 30+ skills, MCP integration.
|
|
38
|
-
|
|
39
|
-
**Repo:** [SuperClaude-Org/SuperClaude_Framework](https://github.com/SuperClaude-Org/SuperClaude_Framework)
|
|
40
|
-
**Author:** NomenAK (community)
|
|
41
|
-
**License:** MIT
|
|
42
|
-
**Stars:** ~5.7k
|
|
43
|
-
**Status:** Active (v4.2.0, Jan 2026). Also has SuperClaude_Plugin and SuperGemini_Framework.
|
|
44
|
-
|
|
45
|
-
**Relationship to AgentBoot:**
|
|
46
|
-
|
|
47
|
-
| Dimension | SuperClaude | AgentBoot |
|
|
48
|
-
|-----------|------------|-----------|
|
|
49
|
-
| Scope | Individual developer | Organization (multi-team, multi-repo) |
|
|
50
|
-
| Traits | 12 composable traits | 6 core + extensible domain traits |
|
|
51
|
-
| Agents | 16 domain specialists | 4 core + org-specific |
|
|
52
|
-
| Distribution | Copy .claude/ to repo | Build pipeline + marketplace + MDM + sync |
|
|
53
|
-
| Governance | None (no scope hierarchy) | Org → Group → Team → Repo |
|
|
54
|
-
| Compliance | None | Hooks, managed settings, defense-in-depth |
|
|
55
|
-
| Format | .claude/ native | agentskills.io + CC-native |
|
|
56
|
-
|
|
57
|
-
**Overlap:** Trait composition pattern and agent definitions. SuperClaude validates
|
|
58
|
-
that the composable-trait approach works at scale. Their `+flag` composition UX
|
|
59
|
-
is cleaner than AgentBoot's current design.
|
|
60
|
-
|
|
61
|
-
**Partnership opportunity:**
|
|
62
|
-
- **AgentBoot could ship SuperClaude traits as an optional domain layer.** An org
|
|
63
|
-
could `agentboot add domain superclaude` to get SC's 12 traits + 16 agents as a
|
|
64
|
-
starting point, then customize.
|
|
65
|
-
- **SuperClaude users could adopt AgentBoot for governance.** SC solves the "what
|
|
66
|
-
personas to use" problem; AB solves the "how to govern and distribute them at
|
|
67
|
-
scale" problem. They're complementary.
|
|
68
|
-
- **Trait format alignment.** If AgentBoot's trait format is compatible with SC's,
|
|
69
|
-
the communities can share traits bidirectionally.
|
|
70
|
-
|
|
71
|
-
**Credit approach:** Prior art acknowledgment. SuperClaude arrived at composable traits
|
|
72
|
-
independently and earlier. ACKNOWLEDGMENTS.md.
|
|
73
|
-
|
|
74
|
-
---
|
|
75
|
-
|
|
76
|
-
### 2. ArcKit
|
|
77
|
-
|
|
78
|
-
**What:** Enterprise Architecture Governance & Vendor Procurement toolkit. 64 AI-assisted
|
|
79
|
-
commands for systematic, compliant architecture work following UK Government standards.
|
|
80
|
-
Now a CC plugin with marketplace distribution. Supports Claude Code, Gemini CLI,
|
|
81
|
-
Codex CLI, OpenCode CLI, Copilot.
|
|
82
|
-
|
|
83
|
-
**Repo:** [tractorjuice/arc-kit](https://github.com/tractorjuice/arc-kit)
|
|
84
|
-
**Author:** Mark Craddock
|
|
85
|
-
**License:** MIT
|
|
86
|
-
**Stars:** Growing (v4.0.0, Mar 2026)
|
|
87
|
-
**Status:** Very active. Already a CC plugin. Multi-platform (v4 added Codex + Gemini).
|
|
88
|
-
|
|
89
|
-
**Relationship to AgentBoot:**
|
|
90
|
-
|
|
91
|
-
| Dimension | ArcKit | AgentBoot |
|
|
92
|
-
|-----------|--------|-----------|
|
|
93
|
-
| Domain | Enterprise architecture (TOGAF, Wardley Maps, GDS) | Software engineering governance |
|
|
94
|
-
| Commands | 64 architecture-specific | Generic (review, test, generate) |
|
|
95
|
-
| Hooks | 4 automation hooks (session init, context injection, naming, validation) | Compliance hooks (PHI, credentials, audit) |
|
|
96
|
-
| MCP | Bundled (AWS Knowledge, MS Learn, Google Dev) | Generated from domain config |
|
|
97
|
-
| Distribution | CC plugin marketplace | Plugin + sync + managed settings + MCP |
|
|
98
|
-
| Governance | Architecture governance | AI persona governance |
|
|
99
|
-
|
|
100
|
-
**Overlap:** Hook architecture. ArcKit's 4 automation hooks (session init, project
|
|
101
|
-
context injection, filename enforcement, output validation) are the most mature public
|
|
102
|
-
example of hooks-as-governance. Their pattern of "inject project context into every
|
|
103
|
-
prompt" via SessionStart hook is directly applicable to AgentBoot.
|
|
104
|
-
|
|
105
|
-
**Partnership opportunity:**
|
|
106
|
-
- **ArcKit as an AgentBoot domain layer.** Architecture governance is a domain, not
|
|
107
|
-
core. `agentboot add domain arc-kit` could import ArcKit's commands as a domain
|
|
108
|
-
layer, wrapped in AgentBoot's scope hierarchy.
|
|
109
|
-
- **Shared hook patterns.** ArcKit's hook architecture (especially context injection
|
|
110
|
-
and output validation) should inform AgentBoot's hook generation. Study their
|
|
111
|
-
`hooks.json` structure before building AgentBoot's.
|
|
112
|
-
- **Cross-reference, don't compete.** ArcKit solves architecture governance; AgentBoot
|
|
113
|
-
solves persona governance. An org could use both — ArcKit for architects, AgentBoot
|
|
114
|
-
for all engineers.
|
|
115
|
-
|
|
116
|
-
**Credit approach:** Prior art acknowledgment. ArcKit's hook-as-governance pattern is
|
|
117
|
-
the most mature public example. ACKNOWLEDGMENTS.md + extending.md.
|
|
118
|
-
|
|
119
|
-
---
|
|
120
|
-
|
|
121
|
-
### 3. spec-kit (GitHub)
|
|
122
|
-
|
|
123
|
-
**What:** GitHub's open-source toolkit for Spec-Driven Development (SDD). Structured
|
|
124
|
-
process: describe what you're building → agent generates specification → specification
|
|
125
|
-
drives implementation. Supports 22+ AI platforms including Claude Code, Copilot,
|
|
126
|
-
Gemini CLI.
|
|
127
|
-
|
|
128
|
-
**Repo:** [github/spec-kit](https://github.com/github/spec-kit)
|
|
129
|
-
**Author:** GitHub (Microsoft)
|
|
130
|
-
**License:** MIT
|
|
131
|
-
**Stars:** Active (large community)
|
|
132
|
-
**Status:** Very active. 110 releases. Massive adoption.
|
|
133
|
-
|
|
134
|
-
**Relationship to AgentBoot:**
|
|
135
|
-
|
|
136
|
-
| Dimension | spec-kit | AgentBoot |
|
|
137
|
-
|-----------|----------|-----------|
|
|
138
|
-
| Phase | Before coding (specification) | During coding (review, generation, governance) |
|
|
139
|
-
| Focus | What to build | How to build it correctly |
|
|
140
|
-
| Output | Specifications (PRDs, technical designs) | Personas, traits, hooks, rules |
|
|
141
|
-
| Multi-platform | 22+ platforms | CC primary, Copilot/Cursor secondary |
|
|
142
|
-
| Governance | None | Full scope hierarchy |
|
|
143
|
-
|
|
144
|
-
**Overlap:** Almost none. spec-kit operates in the planning phase; AgentBoot operates
|
|
145
|
-
in the development phase. They're sequential, not competing.
|
|
146
|
-
|
|
147
|
-
**Partnership opportunity:**
|
|
148
|
-
- **spec-kit output feeds AgentBoot personas.** A specification generated by spec-kit
|
|
149
|
-
could become input to AgentBoot's architecture reviewer persona. The spec defines
|
|
150
|
-
the rules; the reviewer enforces them.
|
|
151
|
-
- **AgentBoot could ship a `spec-review` persona.** A persona that reviews code against
|
|
152
|
-
the spec-kit-generated specification, checking that implementation matches the spec.
|
|
153
|
-
- **Workflow integration.** `spec-kit generate` → `agentboot build` → `agentboot sync`.
|
|
154
|
-
The spec drives the persona configuration.
|
|
155
|
-
- **Reference in onboarding.** The `agentboot setup` wizard could ask "Do you use
|
|
156
|
-
spec-driven development?" and recommend spec-kit integration if yes.
|
|
157
|
-
|
|
158
|
-
**Credit approach:** "Complementary to [spec-kit](https://github.com/github/spec-kit)
|
|
159
|
-
for spec-driven development workflows." In docs and getting-started guide. No code
|
|
160
|
-
dependency — just a workflow recommendation.
|
|
161
|
-
|
|
162
|
-
---
|
|
163
|
-
|
|
164
|
-
### 4. Trail of Bits — claude-code-config
|
|
165
|
-
|
|
166
|
-
**What:** Opinionated defaults, documentation, and workflows for Claude Code at
|
|
167
|
-
Trail of Bits. Covers sandboxing, permissions, hooks, skills, MCP servers. Philosophy:
|
|
168
|
-
"hooks are guardrails, not walls — structured prompt injection at opportune times."
|
|
169
|
-
|
|
170
|
-
**Repo:** [trailofbits/claude-code-config](https://github.com/trailofbits/claude-code-config)
|
|
171
|
-
**Author:** Trail of Bits (security research firm)
|
|
172
|
-
**License:** Not explicitly stated in search results (check repo)
|
|
173
|
-
**Status:** Active. Influential in the security community.
|
|
174
|
-
|
|
175
|
-
**Key philosophy:** "Hooks are not a security boundary — a prompt injection can work
|
|
176
|
-
around them. They are structured prompt injection at opportune times: intercepting tool
|
|
177
|
-
calls, injecting context, blocking known-bad patterns, and steering agent behavior.
|
|
178
|
-
Guardrails, not walls."
|
|
179
|
-
|
|
180
|
-
**Relationship to AgentBoot:**
|
|
181
|
-
|
|
182
|
-
| Dimension | ToB config | AgentBoot |
|
|
183
|
-
|-----------|-----------|-----------|
|
|
184
|
-
| Scope | Single developer/team | Organization |
|
|
185
|
-
| Focus | Security-first configuration | Governance + compliance + quality |
|
|
186
|
-
| Hooks | 2 blocking hooks as defaults; rest as inspiration | Generated from domain config |
|
|
187
|
-
| Philosophy | "Adapt, not drop-in" | "Convention over configuration" |
|
|
188
|
-
| Distribution | Copy/reference | Build + sync + marketplace |
|
|
189
|
-
|
|
190
|
-
**What to learn:**
|
|
191
|
-
- **Only 2 blocking hooks as defaults.** Everything else is "read the code, understand
|
|
192
|
-
it, tailor it." AgentBoot should follow this — don't ship 20 hooks that people don't
|
|
193
|
-
understand. Ship 2-3 essential ones and document the rest as templates.
|
|
194
|
-
- **Hooks as guardrails, not walls.** This should be AgentBoot's documented philosophy.
|
|
195
|
-
Don't oversell enforcement. Be honest about what hooks can and cannot prevent.
|
|
196
|
-
- **`hookify` plugin.** Generates hooks from plain English. AgentBoot could learn from
|
|
197
|
-
or integrate this pattern.
|
|
198
|
-
- **Weekly `/insights` reviews.** Continuous improvement pattern. Relevant to
|
|
199
|
-
AgentBoot's self-improvement reflections concept.
|
|
200
|
-
|
|
201
|
-
**Credit approach:** Prior art acknowledgment. Their "guardrails, not walls" framing
|
|
202
|
-
articulates what AgentBoot independently concluded. ACKNOWLEDGMENTS.md + extending.md.
|
|
203
|
-
|
|
204
|
-
---
|
|
205
|
-
|
|
206
|
-
### 5. Trail of Bits — skills
|
|
207
|
-
|
|
208
|
-
**What:** Claude Code skills for security research, vulnerability detection, and
|
|
209
|
-
audit workflows. Static analysis with CodeQL/Semgrep, variant analysis, fix
|
|
210
|
-
verification, differential code review.
|
|
211
|
-
|
|
212
|
-
**Repo:** [trailofbits/skills](https://github.com/trailofbits/skills)
|
|
213
|
-
**Author:** Trail of Bits
|
|
214
|
-
**License:** CC-BY-SA-4.0 (Creative Commons Attribution-ShareAlike)
|
|
215
|
-
**Status:** Active. Multiple plugin packages (testing-handbook-skills, audit-context-building, building-secure-contracts).
|
|
216
|
-
|
|
217
|
-
**Relationship to AgentBoot:**
|
|
218
|
-
|
|
219
|
-
This is a **domain layer**, not a competing framework. ToB skills are security-domain
|
|
220
|
-
personas and skills that could be consumed by AgentBoot's governance system.
|
|
221
|
-
|
|
222
|
-
**Partnership opportunity:**
|
|
223
|
-
- **ToB skills as an AgentBoot security domain layer.** `agentboot add domain trailofbits-security`
|
|
224
|
-
could import their skills into AgentBoot's scope hierarchy with proper attribution.
|
|
225
|
-
- **CC-BY-SA-4.0 requires ShareAlike.** Any derivative work must use the same license.
|
|
226
|
-
This means AgentBoot cannot relicense ToB skills as Apache 2.0. They must remain CC-BY-SA
|
|
227
|
-
in any distribution. This is fine — domain layers can have different licenses than core.
|
|
228
|
-
|
|
229
|
-
**Credit approach:** Full CC-BY-SA attribution required. Include license notice in
|
|
230
|
-
any distribution that includes ToB skills. Credit: "Security skills by
|
|
231
|
-
[Trail of Bits](https://github.com/trailofbits/skills), licensed under CC-BY-SA-4.0."
|
|
232
|
-
|
|
233
|
-
---
|
|
234
|
-
|
|
235
|
-
### 6. Other Notable Projects
|
|
236
|
-
|
|
237
|
-
| Project | What | License | Relationship |
|
|
238
|
-
|---------|------|---------|-------------|
|
|
239
|
-
| [awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code) | Curated list of CC skills, hooks, plugins | — | Curation; AgentBoot should be listed |
|
|
240
|
-
| [awesome-claude-code-toolkit](https://github.com/rohitg00/awesome-claude-code-toolkit) | 135 agents, 35 skills, 150+ plugins | — | Curation; potential plugin source |
|
|
241
|
-
| [VoltAgent/awesome-claude-code-subagents](https://github.com/VoltAgent/awesome-claude-code-subagents) | 100+ specialized subagents | MIT | Agent library; could feed AgentBoot personas |
|
|
242
|
-
| [wshobson/agents](https://github.com/wshobson/agents) | Multi-agent orchestration | — | Orchestration patterns |
|
|
243
|
-
| [claude-plugins-official](https://github.com/anthropics/claude-plugins-official) | Anthropic's official plugin marketplace | — | Distribution channel for AgentBoot |
|
|
244
|
-
| [claude-code-ultimate-guide](https://github.com/FlorianBruniaux/claude-code-ultimate-guide) | Comprehensive CC guide | — | Reference; complementary documentation |
|
|
245
|
-
|
|
246
|
-
---
|
|
247
|
-
|
|
248
|
-
## Licensing Strategy
|
|
249
|
-
|
|
250
|
-
### AgentBoot Core License
|
|
251
|
-
|
|
252
|
-
**Decision: Apache 2.0.**
|
|
253
|
-
|
|
254
|
-
Reasons:
|
|
255
|
-
- Maximum adoption (no friction for enterprise legal teams)
|
|
256
|
-
- Explicit patent grant (enterprise legal teams appreciate this over MIT)
|
|
257
|
-
- Compatible with all tools in the ecosystem (SuperClaude MIT, ArcKit MIT, spec-kit MIT)
|
|
258
|
-
- Allows orgs to create proprietary domain layers on top
|
|
259
|
-
- Standard for developer tooling
|
|
260
|
-
|
|
261
|
-
### Domain Layer Licenses
|
|
262
|
-
|
|
263
|
-
Domain layers can have different licenses than core:
|
|
264
|
-
|
|
265
|
-
| Layer | License | Why |
|
|
266
|
-
|-------|---------|-----|
|
|
267
|
-
| AgentBoot core | Apache 2.0 | Maximum adoption + patent grant |
|
|
268
|
-
| Org-specific layers | Proprietary (the org's choice) | Contains org IP |
|
|
269
|
-
| Community domain layers | Apache 2.0 | Community contribution |
|
|
270
|
-
| ToB security skills (if bundled) | CC-BY-SA-4.0 | Required by upstream license |
|
|
271
|
-
| Healthcare compliance domain | Apache 2.0 or proprietary | Depends on contributor |
|
|
272
|
-
|
|
273
|
-
**Key rule:** AgentBoot core must never depend on non-permissive code. Domain layers are
|
|
274
|
-
opt-in and carry their own licenses. The build system should include license metadata
|
|
275
|
-
in compiled output so orgs know what they're distributing.
|
|
276
|
-
|
|
277
|
-
### License Compatibility Matrix
|
|
278
|
-
|
|
279
|
-
| Upstream License | Can AgentBoot bundle it? | Can orgs use it? | Requirements |
|
|
280
|
-
|-----------------|------------------------|-----------------|-------------|
|
|
281
|
-
| MIT | Yes | Yes | Include license text |
|
|
282
|
-
| Apache-2.0 | Yes (AgentBoot's license) | Yes | Include license + NOTICE |
|
|
283
|
-
| CC-BY-4.0 | As domain layer only | Yes | Attribution |
|
|
284
|
-
| CC-BY-SA-4.0 | As domain layer only | Yes, but derivatives must be CC-BY-SA | Attribution + ShareAlike |
|
|
285
|
-
| GPL-3.0 | **No** (core) | As isolated domain layer only | Viral — infects everything it touches |
|
|
286
|
-
| Proprietary | No | N/A | N/A |
|
|
287
|
-
|
|
288
|
-
---
|
|
289
|
-
|
|
290
|
-
## Credit & Attribution Practices
|
|
291
|
-
|
|
292
|
-
### Levels of Attribution
|
|
293
|
-
|
|
294
|
-
| Level | When to Use | Format |
|
|
295
|
-
|-------|-------------|--------|
|
|
296
|
-
| **Prior art** | Independent parallel development; they shipped first | "See also [Project](url) which solves similar problems" |
|
|
297
|
-
| **Recommended** | Complementary tool we point users to | "Works well with [Project](url)" in docs |
|
|
298
|
-
| **Integrated** | Direct integration (domain layer, marketplace listing) | Attribution in domain layer README + ACKNOWLEDGMENTS |
|
|
299
|
-
| **Includes** | Bundled content from another project | Full license text + attribution in distribution |
|
|
300
|
-
|
|
301
|
-
### Important Context
|
|
302
|
-
|
|
303
|
-
AgentBoot's core concepts (composable traits, scope hierarchy, persona governance,
|
|
304
|
-
hook-based compliance, hub-and-spoke distribution) were developed independently
|
|
305
|
-
through real-world use across multiple projects
|
|
306
|
-
The third-party tools listed
|
|
307
|
-
here were discovered *after* the design was complete.
|
|
308
|
-
|
|
309
|
-
This is parallel evolution, not derivation. Multiple teams independently arrived at
|
|
310
|
-
similar patterns (composable traits, hook-based governance, agent personas) because
|
|
311
|
-
these are natural solutions to the same underlying problems. The third-party tools
|
|
312
|
-
got there first and in several cases did it better. AgentBoot acknowledges their
|
|
313
|
-
prior art, respects their work, and seeks to partner rather than compete.
|
|
314
|
-
|
|
315
|
-
### Current Attribution Requirements
|
|
316
|
-
|
|
317
|
-
| Project | Level | Where to Credit |
|
|
318
|
-
|---------|-------|----------------|
|
|
319
|
-
| SuperClaude | Prior art | ACKNOWLEDGMENTS.md |
|
|
320
|
-
| ArcKit | Prior art + recommended | ACKNOWLEDGMENTS.md, extending.md |
|
|
321
|
-
| spec-kit | Recommended | getting-started.md, delivery-methods.md |
|
|
322
|
-
| Trail of Bits config | Prior art + recommended | ACKNOWLEDGMENTS.md, extending.md |
|
|
323
|
-
| Trail of Bits skills | Includes (if bundled) | Full CC-BY-SA notice in domain layer |
|
|
324
|
-
| agentskills.io | Integrated (format standard) | README, concepts.md |
|
|
325
|
-
|
|
326
|
-
### ACKNOWLEDGMENTS.md
|
|
327
|
-
|
|
328
|
-
AgentBoot should maintain an `ACKNOWLEDGMENTS.md` at the repo root:
|
|
329
|
-
|
|
330
|
-
```markdown
|
|
331
|
-
# Acknowledgments
|
|
332
|
-
|
|
333
|
-
AgentBoot was developed independently through real-world use across personal projects
|
|
334
|
-
and engineering teams. Along the way, we discovered
|
|
335
|
-
that several other projects had arrived at similar patterns — in many cases earlier
|
|
336
|
-
and better. We acknowledge their prior art and look forward to collaborating.
|
|
337
|
-
|
|
338
|
-
## Prior Art
|
|
339
|
-
|
|
340
|
-
These projects independently developed patterns that overlap with AgentBoot's
|
|
341
|
-
design. We discovered them after our core design was complete.
|
|
342
|
-
|
|
343
|
-
- **[SuperClaude Framework](https://github.com/SuperClaude-Org/SuperClaude_Framework)**
|
|
344
|
-
by NomenAK — composable trait architecture and cognitive persona patterns.
|
|
345
|
-
The most mature public implementation of the composable-trait approach that
|
|
346
|
-
AgentBoot also uses. Licensed under MIT.
|
|
347
|
-
|
|
348
|
-
- **[ArcKit](https://github.com/tractorjuice/arc-kit)** by Mark Craddock —
|
|
349
|
-
enterprise governance via hooks, with the most mature public hook-as-governance
|
|
350
|
-
architecture. Licensed under MIT.
|
|
351
|
-
|
|
352
|
-
- **[Trail of Bits claude-code-config](https://github.com/trailofbits/claude-code-config)**
|
|
353
|
-
— production-hardened hook patterns and the "guardrails, not walls" philosophy
|
|
354
|
-
that aligns with AgentBoot's approach to compliance hooks.
|
|
355
|
-
|
|
356
|
-
## Complementary Tools
|
|
357
|
-
|
|
358
|
-
These projects solve adjacent problems and work well alongside AgentBoot.
|
|
359
|
-
|
|
360
|
-
- **[spec-kit](https://github.com/github/spec-kit)** by GitHub — spec-driven
|
|
361
|
-
development. Specifications feed into AgentBoot personas for enforcement.
|
|
362
|
-
Licensed under MIT.
|
|
363
|
-
|
|
364
|
-
- **[Trail of Bits skills](https://github.com/trailofbits/skills)** — security
|
|
365
|
-
audit skills that can be consumed as an AgentBoot domain layer.
|
|
366
|
-
Licensed under CC-BY-SA-4.0.
|
|
367
|
-
|
|
368
|
-
## Standards
|
|
369
|
-
|
|
370
|
-
- **[agentskills.io](https://agentskills.io)** — open standard for agent skills,
|
|
371
|
-
adopted as AgentBoot's persona definition format.
|
|
372
|
-
|
|
373
|
-
## Community
|
|
374
|
-
|
|
375
|
-
- **[awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code)** —
|
|
376
|
-
community curation that helped map the ecosystem.
|
|
377
|
-
```
|
|
378
|
-
|
|
379
|
-
---
|
|
380
|
-
|
|
381
|
-
## Partnership Models
|
|
382
|
-
|
|
383
|
-
### Model 1: Domain Layer Distribution
|
|
384
|
-
|
|
385
|
-
AgentBoot distributes third-party tools as optional domain layers:
|
|
386
|
-
|
|
387
|
-
```bash
|
|
388
|
-
agentboot add domain superclaude # Import SC traits + agents
|
|
389
|
-
agentboot add domain arc-kit # Import ArcKit architecture commands
|
|
390
|
-
agentboot add domain tob-security # Import Trail of Bits security skills
|
|
391
|
-
```
|
|
392
|
-
|
|
393
|
-
**How it works:**
|
|
394
|
-
- Domain layer is a thin wrapper that maps the upstream project's files into
|
|
395
|
-
AgentBoot's directory structure
|
|
396
|
-
- Upstream project's license is preserved (CC-BY-SA, MIT, etc.)
|
|
397
|
-
- AgentBoot's build system composes them with the org's config
|
|
398
|
-
- Updates tracked via upstream version pinning
|
|
399
|
-
|
|
400
|
-
**Requirements:**
|
|
401
|
-
- Permission from upstream maintainers (even for MIT — it's courteous)
|
|
402
|
-
- License compatibility verified
|
|
403
|
-
- Attribution in ACKNOWLEDGMENTS.md and in the domain layer's README
|
|
404
|
-
- `agentboot.domain.json` includes `license` and `attribution` fields
|
|
405
|
-
|
|
406
|
-
### Model 2: Plugin Marketplace Curation
|
|
407
|
-
|
|
408
|
-
AgentBoot's marketplace lists recommended third-party plugins:
|
|
409
|
-
|
|
410
|
-
```json
|
|
411
|
-
{
|
|
412
|
-
"name": "agentboot-marketplace",
|
|
413
|
-
"plugins": [
|
|
414
|
-
{ "name": "agentboot-core", "source": "./plugins/core" },
|
|
415
|
-
{ "name": "superclaude", "source": { "source": "github", "repo": "SuperClaude-Org/SuperClaude_Plugin" } },
|
|
416
|
-
{ "name": "arckit", "source": { "source": "github", "repo": "tractorjuice/arc-kit" } },
|
|
417
|
-
{ "name": "tob-security", "source": { "source": "github", "repo": "trailofbits/skills" } }
|
|
418
|
-
]
|
|
419
|
-
}
|
|
420
|
-
```
|
|
421
|
-
|
|
422
|
-
**Advantages:**
|
|
423
|
-
- No bundling — AgentBoot points to upstream, doesn't copy
|
|
424
|
-
- Always latest version (or pinned)
|
|
425
|
-
- No license complexity (user installs directly from upstream)
|
|
426
|
-
- AgentBoot acts as curator, not distributor
|
|
427
|
-
|
|
428
|
-
**This is the recommended approach** for most third-party tools. AgentBoot's value
|
|
429
|
-
is the governance layer, not the plugin content. Let the ecosystem produce the content;
|
|
430
|
-
AgentBoot organizes and distributes it.
|
|
431
|
-
|
|
432
|
-
### Model 3: Co-Development
|
|
433
|
-
|
|
434
|
-
For projects where the overlap is significant enough to warrant collaboration:
|
|
435
|
-
|
|
436
|
-
- **Joint traits.** AgentBoot + SuperClaude develop a shared trait format standard
|
|
437
|
-
that both projects adopt. Traits authored in either project work in both.
|
|
438
|
-
- **Hook recipes.** AgentBoot + Trail of Bits publish a shared hook recipe collection
|
|
439
|
-
that works standalone or within AgentBoot's build system.
|
|
440
|
-
- **Architecture integration.** AgentBoot + ArcKit define how architecture governance
|
|
441
|
-
and persona governance compose (e.g., ArcKit's architecture commands as AgentBoot
|
|
442
|
-
personas with scope hierarchy).
|
|
443
|
-
|
|
444
|
-
This requires active maintainer relationship and isn't feasible until AgentBoot has
|
|
445
|
-
users and credibility.
|
|
446
|
-
|
|
447
|
-
### Model 4: Upstream Contribution
|
|
448
|
-
|
|
449
|
-
When AgentBoot develops something useful to the ecosystem:
|
|
450
|
-
|
|
451
|
-
- **Trait format spec.** If AgentBoot defines a formal trait composition spec that's
|
|
452
|
-
better than what exists, contribute it upstream to agentskills.io.
|
|
453
|
-
- **Governance patterns.** Document scope hierarchy, managed settings patterns, and
|
|
454
|
-
hook generation as reusable patterns that other frameworks can adopt.
|
|
455
|
-
- **Cross-platform output.** The multi-format compilation approach (CC + Copilot +
|
|
456
|
-
Cursor from single source) could become a community standard.
|
|
457
|
-
|
|
458
|
-
---
|
|
459
|
-
|
|
460
|
-
## Competitive Positioning
|
|
461
|
-
|
|
462
|
-
AgentBoot is **not competing** with these tools. It's solving a different problem:
|
|
463
|
-
|
|
464
|
-
| Tool | Problem | Audience |
|
|
465
|
-
|------|---------|----------|
|
|
466
|
-
| SuperClaude | "I want better Claude Code behavior" | Individual developer |
|
|
467
|
-
| ArcKit | "I need systematic architecture governance" | Enterprise architects |
|
|
468
|
-
| spec-kit | "I need specifications before coding" | Teams starting projects |
|
|
469
|
-
| Trail of Bits | "I need security-focused AI tooling" | Security researchers/auditors |
|
|
470
|
-
| **AgentBoot** | "I need to govern AI behavior across my org" | Platform teams, engineering leadership |
|
|
471
|
-
|
|
472
|
-
The differentiator: **AgentBoot is the governance and distribution layer.** It doesn't
|
|
473
|
-
compete with the content (traits, agents, skills) — it governs and distributes them.
|
|
474
|
-
An org could use SuperClaude's traits, ArcKit's architecture commands, and ToB's
|
|
475
|
-
security skills, all composed and distributed through AgentBoot's scope hierarchy.
|
|
476
|
-
|
|
477
|
-
Think of it like: npm doesn't compete with React. npm distributes React. AgentBoot
|
|
478
|
-
doesn't compete with SuperClaude. AgentBoot distributes SuperClaude (along with
|
|
479
|
-
everything else, governed).
|
|
480
|
-
|
|
481
|
-
---
|
|
482
|
-
|
|
483
|
-
## Sources
|
|
484
|
-
|
|
485
|
-
- [SuperClaude Framework — GitHub](https://github.com/SuperClaude-Org/SuperClaude_Framework) (MIT)
|
|
486
|
-
- [SuperClaude Plugin — GitHub](https://github.com/SuperClaude-Org/SuperClaude_Plugin)
|
|
487
|
-
- [ArcKit — GitHub](https://github.com/tractorjuice/arc-kit) (MIT)
|
|
488
|
-
- [ArcKit 2.0 — Now a Claude Code Plugin (Medium)](https://medium.com/arckit/arckit-2-0-now-a-claude-code-plugin-18a55f46828a)
|
|
489
|
-
- [ArcKit v4: First-Class Codex and Gemini Support (Medium)](https://medium.com/arckit/arckit-v4-first-class-codex-and-gemini-support-with-hooks-mcp-servers-and-native-policies-abdf9569e00e)
|
|
490
|
-
- [spec-kit — GitHub](https://github.com/github/spec-kit) (MIT)
|
|
491
|
-
- [Spec-driven development with AI (GitHub Blog)](https://github.blog/ai-and-ml/generative-ai/spec-driven-development-with-ai-get-started-with-a-new-open-source-toolkit/)
|
|
492
|
-
- [Trail of Bits claude-code-config — GitHub](https://github.com/trailofbits/claude-code-config)
|
|
493
|
-
- [Trail of Bits skills — GitHub](https://github.com/trailofbits/skills) (CC-BY-SA-4.0)
|
|
494
|
-
- [awesome-claude-code — GitHub](https://github.com/hesreallyhim/awesome-claude-code)
|
|
495
|
-
- [awesome-claude-code-toolkit — GitHub](https://github.com/rohitg00/awesome-claude-code-toolkit)
|
|
496
|
-
- [Claude Code Plugins Official — GitHub](https://github.com/anthropics/claude-plugins-official)
|
|
@@ -1,173 +0,0 @@
|
|
|
1
|
-
# Compliance Domain Template
|
|
2
|
-
|
|
3
|
-
This directory is a starting point for building a compliance domain layer on top of
|
|
4
|
-
AgentBoot core. Copy and rename it for your specific compliance context
|
|
5
|
-
(e.g., `domains/healthcare/`, `domains/fintech/`, `domains/federal/`), then fill in
|
|
6
|
-
your organization's actual requirements.
|
|
7
|
-
|
|
8
|
-
This README explains the template structure, how to adapt it, and how to test and
|
|
9
|
-
deploy the domain layer alongside core.
|
|
10
|
-
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
## What this template gives you
|
|
14
|
-
|
|
15
|
-
- A trait file (`traits/compliance-aware.md`) showing the structure of a compliance
|
|
16
|
-
trait with placeholder content you fill in
|
|
17
|
-
- A domain manifest stub (`agentboot.domain.json`) you edit to match your domain
|
|
18
|
-
- A directory layout that the AgentBoot build system knows how to resolve
|
|
19
|
-
|
|
20
|
-
What this template does NOT give you: real compliance rules. The template contains no
|
|
21
|
-
actual regulatory requirements, no jurisdiction-specific obligations, and no proprietary
|
|
22
|
-
compliance content. Those are yours to add.
|
|
23
|
-
|
|
24
|
-
---
|
|
25
|
-
|
|
26
|
-
## Template structure
|
|
27
|
-
|
|
28
|
-
```
|
|
29
|
-
domains/compliance-template/
|
|
30
|
-
README.md ← this file
|
|
31
|
-
agentboot.domain.json ← domain manifest (edit this)
|
|
32
|
-
traits/
|
|
33
|
-
compliance-aware.md ← example compliance trait (fill in)
|
|
34
|
-
personas/
|
|
35
|
-
compliance-reviewer/
|
|
36
|
-
SKILL.md ← compliance reviewer persona (fill in)
|
|
37
|
-
instructions/
|
|
38
|
-
always-on.md ← always-on compliance context (fill in)
|
|
39
|
-
path-scoped/
|
|
40
|
-
*.config.md ← activates on config file changes (example)
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
---
|
|
44
|
-
|
|
45
|
-
## Step 1: Copy and rename
|
|
46
|
-
|
|
47
|
-
```bash
|
|
48
|
-
cp -r domains/compliance-template domains/your-domain-name
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
Replace `your-domain-name` with a short, lowercase identifier for your compliance
|
|
52
|
-
domain. Examples: `healthcare`, `pci`, `sox`, `federal`, `gdpr`.
|
|
53
|
-
|
|
54
|
-
---
|
|
55
|
-
|
|
56
|
-
## Step 2: Edit the domain manifest
|
|
57
|
-
|
|
58
|
-
Open `agentboot.domain.json` and fill in:
|
|
59
|
-
|
|
60
|
-
```json
|
|
61
|
-
{
|
|
62
|
-
"name": "your-domain-name",
|
|
63
|
-
"version": "1.0.0",
|
|
64
|
-
"description": "Compliance domain layer for [your context]",
|
|
65
|
-
"traits": ["compliance-aware"],
|
|
66
|
-
"personas": ["compliance-reviewer"],
|
|
67
|
-
"requires_core_version": ">=1.0.0"
|
|
68
|
-
}
|
|
69
|
-
```
|
|
70
|
-
|
|
71
|
-
The `name` field must match the directory name. The `traits` and `personas` arrays
|
|
72
|
-
must list all traits and personas defined in this domain that should be registered
|
|
73
|
-
with the build system.
|
|
74
|
-
|
|
75
|
-
---
|
|
76
|
-
|
|
77
|
-
## Step 3: Fill in the compliance trait
|
|
78
|
-
|
|
79
|
-
Open `traits/compliance-aware.md`. The file contains placeholder sections marked with
|
|
80
|
-
`[your content here]` comments. Replace each placeholder with your actual compliance
|
|
81
|
-
requirements.
|
|
82
|
-
|
|
83
|
-
Follow the design principles in [`CONTRIBUTING.md`](../../CONTRIBUTING.md):
|
|
84
|
-
- Keep the trait generic within your domain — no references to specific client configs,
|
|
85
|
-
internal system names, or proprietary tooling.
|
|
86
|
-
- Document the behavioral directives at each weight level (HIGH / MEDIUM / LOW), or
|
|
87
|
-
remove the weight system if your compliance requirements are binary.
|
|
88
|
-
- Include the "what not to do" section. Without it, the trait will produce noisy output.
|
|
89
|
-
|
|
90
|
-
---
|
|
91
|
-
|
|
92
|
-
## Step 4: Fill in the compliance reviewer persona
|
|
93
|
-
|
|
94
|
-
Open `personas/compliance-reviewer/SKILL.md`. The file contains a complete persona
|
|
95
|
-
structure with placeholder sections. Fill in:
|
|
96
|
-
|
|
97
|
-
1. The system prompt: describe the compliance context, the persona's mandate, and any
|
|
98
|
-
operating assumptions.
|
|
99
|
-
2. The output schema: define exactly what a compliance finding looks like (severity,
|
|
100
|
-
citation, recommendation).
|
|
101
|
-
3. The what-not-to-do section: what the persona must never flag, what is out of scope,
|
|
102
|
-
and what tempting behaviors to suppress.
|
|
103
|
-
|
|
104
|
-
---
|
|
105
|
-
|
|
106
|
-
## Step 5: Fill in always-on instructions
|
|
107
|
-
|
|
108
|
-
Open `instructions/always-on.md`. This content is prepended to the always-on
|
|
109
|
-
instructions in every repo that activates this domain layer. It should be a brief
|
|
110
|
-
reminder of the compliance context — not a full rule set (that lives in the trait and
|
|
111
|
-
persona). Keep it under 200 words.
|
|
112
|
-
|
|
113
|
-
---
|
|
114
|
-
|
|
115
|
-
## Step 6: Add path-scoped instructions (optional)
|
|
116
|
-
|
|
117
|
-
If your compliance domain has requirements that apply only to specific file types —
|
|
118
|
-
database migration files, configuration files, secret management files, API contract
|
|
119
|
-
files — add path-scoped instruction files under `instructions/path-scoped/`.
|
|
120
|
-
|
|
121
|
-
Filename format: the filename becomes the glob pattern. Examples:
|
|
122
|
-
- `*.migration.sql.md` — activates when working on SQL migration files
|
|
123
|
-
- `config/secrets*.md` — activates when in the secrets config directory
|
|
124
|
-
- `iac/**/*.tf.md` — activates when working on Terraform/OpenTofu files
|
|
125
|
-
|
|
126
|
-
---
|
|
127
|
-
|
|
128
|
-
## Step 7: Activate the domain in agentboot.config.json
|
|
129
|
-
|
|
130
|
-
In your org personas repo's `agentboot.config.json`:
|
|
131
|
-
|
|
132
|
-
```json
|
|
133
|
-
{
|
|
134
|
-
"extend": {
|
|
135
|
-
"domains": ["./domains/your-domain-name"]
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
```
|
|
139
|
-
|
|
140
|
-
---
|
|
141
|
-
|
|
142
|
-
## Step 8: Test the domain layer
|
|
143
|
-
|
|
144
|
-
Before deploying to your organization:
|
|
145
|
-
|
|
146
|
-
1. Run `npm run validate` — verifies frontmatter, trait references, and domain manifest.
|
|
147
|
-
2. Run `npm run build` — compiles the domain layer and verifies it merges with core correctly.
|
|
148
|
-
3. In a test repo, run `npm run sync` and open Claude Code.
|
|
149
|
-
4. Invoke `/compliance-review` on a file that should trigger compliance findings.
|
|
150
|
-
5. Invoke `/compliance-review` on a clean file and verify no false positives.
|
|
151
|
-
6. Review `PERSONAS.md` to confirm the domain persona appears in the registry.
|
|
152
|
-
|
|
153
|
-
---
|
|
154
|
-
|
|
155
|
-
## Deploying alongside core
|
|
156
|
-
|
|
157
|
-
Domain layers are additive. Activating this domain adds:
|
|
158
|
-
- The `compliance-aware` trait to every persona that composes it
|
|
159
|
-
- The `compliance-reviewer` persona to the available slash commands
|
|
160
|
-
- The always-on instructions to the always-on instruction stack
|
|
161
|
-
- Any path-scoped instructions for relevant file types
|
|
162
|
-
|
|
163
|
-
Core personas (code-reviewer, security-reviewer, test-generator) are not modified.
|
|
164
|
-
They continue to operate exactly as they did before the domain layer was activated.
|
|
165
|
-
|
|
166
|
-
---
|
|
167
|
-
|
|
168
|
-
## Keeping the domain layer private
|
|
169
|
-
|
|
170
|
-
Your domain layer will contain your organization's actual compliance requirements.
|
|
171
|
-
Do not open-source it. Keep it in your private org personas repo alongside
|
|
172
|
-
`agentboot.config.json`. The compliance template in AgentBoot core is a structural
|
|
173
|
-
guide only — it contains no content that is specific to any compliance regime.
|