ai-developer-skill-os 8.1.10 → 8.2.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/.agents/CHANGELOG.md +18 -0
- package/.agents/README.md +17 -13
- package/.agents/blueprints/coding/project.yaml.tpl +39 -0
- package/.agents/blueprints/rag/project.yaml.tpl +45 -0
- package/.agents/blueprints/workflow/project.yaml.tpl +38 -0
- package/.agents/knowledge/domain-patterns/construction/ddc-construction-ai-blueprint.md +103 -0
- package/.agents/registry/graph.json +526 -0
- package/.agents/registry/index.yaml +259 -0
- package/.agents/skills/_template/capability.yaml +20 -0
- package/.agents/skills/_template/evals/scorecard.yaml +19 -0
- package/.agents/skills/qk-agent-observability/SKILL.md +11 -0
- package/.agents/skills/qk-ai-builder/SKILL.md +13 -10
- package/.agents/skills/qk-project-bootstrap/SKILL.md +55 -51
- package/.agents/skills/qk-validation-gate/SKILL.md +15 -8
- package/CHANGELOG.md +18 -0
- package/README.md +17 -13
- package/package.json +9 -4
- package/tooling/build-registry.js +186 -0
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
# AUTO-GENERATED BY registry-builder (tooling/build-registry.js)
|
|
2
|
+
# DO NOT EDIT MANUALLY. THIS IS A GENERATED RUNTIME ARTIFACT.
|
|
3
|
+
schema_version: 1
|
|
4
|
+
manifest_version: '8.2'
|
|
5
|
+
generated_at: '2026-07-27T02:25:53.341Z'
|
|
6
|
+
capabilities:
|
|
7
|
+
qk-access-policy:
|
|
8
|
+
path: .agents/skills/qk-access-policy
|
|
9
|
+
version: 8.0.0
|
|
10
|
+
tags:
|
|
11
|
+
- access
|
|
12
|
+
- policy
|
|
13
|
+
dependencies:
|
|
14
|
+
- feature-delivery
|
|
15
|
+
qk-agent-observability:
|
|
16
|
+
path: .agents/skills/qk-agent-observability
|
|
17
|
+
version: 8.1.3
|
|
18
|
+
tags:
|
|
19
|
+
- agent
|
|
20
|
+
- observability
|
|
21
|
+
dependencies:
|
|
22
|
+
- skill-evolution
|
|
23
|
+
qk-ai-builder:
|
|
24
|
+
path: .agents/skills/qk-ai-builder
|
|
25
|
+
version: 8.2.0
|
|
26
|
+
tags:
|
|
27
|
+
- ai
|
|
28
|
+
- builder
|
|
29
|
+
dependencies:
|
|
30
|
+
- feature-delivery
|
|
31
|
+
qk-api-lifecycle:
|
|
32
|
+
path: .agents/skills/qk-api-lifecycle
|
|
33
|
+
version: 8.0.0
|
|
34
|
+
tags:
|
|
35
|
+
- api
|
|
36
|
+
- lifecycle
|
|
37
|
+
dependencies:
|
|
38
|
+
- feature-delivery
|
|
39
|
+
qk-bug-resolution:
|
|
40
|
+
path: .agents/skills/qk-bug-resolution
|
|
41
|
+
version: 8.0.0
|
|
42
|
+
tags:
|
|
43
|
+
- bug
|
|
44
|
+
- resolution
|
|
45
|
+
dependencies:
|
|
46
|
+
- bug-resolution
|
|
47
|
+
qk-code-review:
|
|
48
|
+
path: .agents/skills/qk-code-review
|
|
49
|
+
version: 8.0.0
|
|
50
|
+
tags:
|
|
51
|
+
- code
|
|
52
|
+
- review
|
|
53
|
+
dependencies:
|
|
54
|
+
- code-review
|
|
55
|
+
qk-context-loader:
|
|
56
|
+
path: .agents/skills/qk-context-loader
|
|
57
|
+
version: 8.0.0
|
|
58
|
+
tags:
|
|
59
|
+
- context
|
|
60
|
+
- loader
|
|
61
|
+
dependencies:
|
|
62
|
+
- research
|
|
63
|
+
qk-data-lifecycle:
|
|
64
|
+
path: .agents/skills/qk-data-lifecycle
|
|
65
|
+
version: 8.0.0
|
|
66
|
+
tags:
|
|
67
|
+
- data
|
|
68
|
+
- lifecycle
|
|
69
|
+
dependencies:
|
|
70
|
+
- feature-delivery
|
|
71
|
+
qk-db-optimizer:
|
|
72
|
+
path: .agents/skills/qk-db-optimizer
|
|
73
|
+
version: 8.0.0
|
|
74
|
+
tags:
|
|
75
|
+
- db
|
|
76
|
+
- optimizer
|
|
77
|
+
dependencies:
|
|
78
|
+
- refactor
|
|
79
|
+
qk-design-system-engineering:
|
|
80
|
+
path: .agents/skills/qk-design-system-engineering
|
|
81
|
+
version: 8.1.0
|
|
82
|
+
tags:
|
|
83
|
+
- design
|
|
84
|
+
- system
|
|
85
|
+
- engineering
|
|
86
|
+
dependencies:
|
|
87
|
+
- feature-delivery
|
|
88
|
+
qk-devops-platform:
|
|
89
|
+
path: .agents/skills/qk-devops-platform
|
|
90
|
+
version: 8.1.1
|
|
91
|
+
tags:
|
|
92
|
+
- devops
|
|
93
|
+
- platform
|
|
94
|
+
dependencies:
|
|
95
|
+
- feature-delivery
|
|
96
|
+
qk-docs:
|
|
97
|
+
path: .agents/skills/qk-docs
|
|
98
|
+
version: 8.0.0
|
|
99
|
+
tags:
|
|
100
|
+
- docs
|
|
101
|
+
dependencies:
|
|
102
|
+
- documentation
|
|
103
|
+
qk-engineering-standard:
|
|
104
|
+
path: .agents/skills/qk-engineering-standard
|
|
105
|
+
version: 8.0.0
|
|
106
|
+
tags:
|
|
107
|
+
- engineering
|
|
108
|
+
- standard
|
|
109
|
+
dependencies:
|
|
110
|
+
- code-review
|
|
111
|
+
qk-fe-api-integration:
|
|
112
|
+
path: .agents/skills/qk-fe-api-integration
|
|
113
|
+
version: 8.0.0
|
|
114
|
+
tags:
|
|
115
|
+
- fe
|
|
116
|
+
- api
|
|
117
|
+
- integration
|
|
118
|
+
dependencies:
|
|
119
|
+
- feature-delivery
|
|
120
|
+
qk-feature-delivery:
|
|
121
|
+
path: .agents/skills/qk-feature-delivery
|
|
122
|
+
version: 8.0.0
|
|
123
|
+
tags:
|
|
124
|
+
- feature
|
|
125
|
+
- delivery
|
|
126
|
+
dependencies:
|
|
127
|
+
- feature-delivery
|
|
128
|
+
qk-frontend-architecture:
|
|
129
|
+
path: .agents/skills/qk-frontend-architecture
|
|
130
|
+
version: 8.1.0
|
|
131
|
+
tags:
|
|
132
|
+
- frontend
|
|
133
|
+
- architecture
|
|
134
|
+
dependencies:
|
|
135
|
+
- feature-delivery
|
|
136
|
+
- qk-ui-builder
|
|
137
|
+
- qk-ui-system-builder
|
|
138
|
+
qk-help:
|
|
139
|
+
path: .agents/skills/qk-help
|
|
140
|
+
version: 8.0.0
|
|
141
|
+
tags:
|
|
142
|
+
- help
|
|
143
|
+
dependencies:
|
|
144
|
+
- internal
|
|
145
|
+
qk-orchestrator:
|
|
146
|
+
path: .agents/skills/qk-orchestrator
|
|
147
|
+
version: 8.0.0
|
|
148
|
+
tags:
|
|
149
|
+
- orchestrator
|
|
150
|
+
dependencies:
|
|
151
|
+
- research
|
|
152
|
+
qk-product-specification:
|
|
153
|
+
path: .agents/skills/qk-product-specification
|
|
154
|
+
version: 8.1.0
|
|
155
|
+
tags:
|
|
156
|
+
- product
|
|
157
|
+
- specification
|
|
158
|
+
dependencies:
|
|
159
|
+
- spec-driven-development
|
|
160
|
+
- qk-feature-delivery
|
|
161
|
+
qk-production-release:
|
|
162
|
+
path: .agents/skills/qk-production-release
|
|
163
|
+
version: 8.0.0
|
|
164
|
+
tags:
|
|
165
|
+
- production
|
|
166
|
+
- release
|
|
167
|
+
dependencies:
|
|
168
|
+
- internal
|
|
169
|
+
qk-project-bootstrap:
|
|
170
|
+
path: .agents/skills/qk-project-bootstrap
|
|
171
|
+
version: 8.2.0
|
|
172
|
+
tags:
|
|
173
|
+
- project
|
|
174
|
+
- bootstrap
|
|
175
|
+
dependencies:
|
|
176
|
+
- feature-delivery
|
|
177
|
+
qk-project-health:
|
|
178
|
+
path: .agents/skills/qk-project-health
|
|
179
|
+
version: 8.0.0
|
|
180
|
+
tags:
|
|
181
|
+
- project
|
|
182
|
+
- health
|
|
183
|
+
dependencies:
|
|
184
|
+
- code-review
|
|
185
|
+
qk-project-memory:
|
|
186
|
+
path: .agents/skills/qk-project-memory
|
|
187
|
+
version: 8.0.0
|
|
188
|
+
tags:
|
|
189
|
+
- project
|
|
190
|
+
- memory
|
|
191
|
+
dependencies:
|
|
192
|
+
- documentation
|
|
193
|
+
qk-security-audit:
|
|
194
|
+
path: .agents/skills/qk-security-audit
|
|
195
|
+
version: 8.1.0
|
|
196
|
+
tags:
|
|
197
|
+
- security
|
|
198
|
+
- audit
|
|
199
|
+
dependencies:
|
|
200
|
+
- security-audit
|
|
201
|
+
- qk-validation-gate
|
|
202
|
+
qk-system-evolution:
|
|
203
|
+
path: .agents/skills/qk-system-evolution
|
|
204
|
+
version: 8.0.0
|
|
205
|
+
tags:
|
|
206
|
+
- system
|
|
207
|
+
- evolution
|
|
208
|
+
dependencies:
|
|
209
|
+
- refactor
|
|
210
|
+
qk-test-engineering:
|
|
211
|
+
path: .agents/skills/qk-test-engineering
|
|
212
|
+
version: 8.1.0
|
|
213
|
+
tags:
|
|
214
|
+
- test
|
|
215
|
+
- engineering
|
|
216
|
+
dependencies:
|
|
217
|
+
- feature-delivery
|
|
218
|
+
qk-ui-audit:
|
|
219
|
+
path: .agents/skills/qk-ui-audit
|
|
220
|
+
version: 8.0.0
|
|
221
|
+
tags:
|
|
222
|
+
- ui
|
|
223
|
+
- audit
|
|
224
|
+
dependencies:
|
|
225
|
+
- code-review
|
|
226
|
+
qk-ui-builder:
|
|
227
|
+
path: .agents/skills/qk-ui-builder
|
|
228
|
+
version: 8.0.0
|
|
229
|
+
tags:
|
|
230
|
+
- ui
|
|
231
|
+
- builder
|
|
232
|
+
dependencies:
|
|
233
|
+
- feature-delivery
|
|
234
|
+
qk-ui-system-builder:
|
|
235
|
+
path: .agents/skills/qk-ui-system-builder
|
|
236
|
+
version: 8.0.0
|
|
237
|
+
tags:
|
|
238
|
+
- ui
|
|
239
|
+
- system
|
|
240
|
+
- builder
|
|
241
|
+
dependencies:
|
|
242
|
+
- feature-delivery
|
|
243
|
+
qk-validation-gate:
|
|
244
|
+
path: .agents/skills/qk-validation-gate
|
|
245
|
+
version: 8.2.0
|
|
246
|
+
tags:
|
|
247
|
+
- validation
|
|
248
|
+
- gate
|
|
249
|
+
dependencies:
|
|
250
|
+
- code-review
|
|
251
|
+
qk-web-quality-gate:
|
|
252
|
+
path: .agents/skills/qk-web-quality-gate
|
|
253
|
+
version: 8.1.0
|
|
254
|
+
tags:
|
|
255
|
+
- web
|
|
256
|
+
- quality
|
|
257
|
+
- gate
|
|
258
|
+
dependencies:
|
|
259
|
+
- feature-delivery
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# capability.yaml — Machine-readable Capability Manifest
|
|
2
|
+
# Schema Version 1 — EDAOS v8.2 Governed Capability Platform
|
|
3
|
+
schema_version: 1
|
|
4
|
+
|
|
5
|
+
id: qk-template-capability
|
|
6
|
+
version: "8.2.0"
|
|
7
|
+
description: "Brief 1-line objective description of this capability for sub-second registry indexing."
|
|
8
|
+
|
|
9
|
+
dependencies:
|
|
10
|
+
- qk-validation-gate
|
|
11
|
+
|
|
12
|
+
tools:
|
|
13
|
+
- view_file
|
|
14
|
+
- replace_file_content
|
|
15
|
+
|
|
16
|
+
knowledge:
|
|
17
|
+
- engineering-standard
|
|
18
|
+
|
|
19
|
+
eval:
|
|
20
|
+
scorecard: evals/scorecard.yaml
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# scorecard.yaml — Governed Evaluation Schema
|
|
2
|
+
# Schema Version 1 — EDAOS v8.2 Eval Platform
|
|
3
|
+
schema_version: 1
|
|
4
|
+
extends: default
|
|
5
|
+
passing_threshold: 80
|
|
6
|
+
|
|
7
|
+
criteria:
|
|
8
|
+
correctness:
|
|
9
|
+
weight: 40
|
|
10
|
+
description: "Exact adherence to logical requirements, architectural contracts, and syntax integrity."
|
|
11
|
+
completeness:
|
|
12
|
+
weight: 20
|
|
13
|
+
description: "Zero omission of required inputs, parameters, and boundary conditions."
|
|
14
|
+
security_and_governance:
|
|
15
|
+
weight: 25
|
|
16
|
+
description: "Compliance with zero-trust design, secret exclusion, and EDAOS safety rules."
|
|
17
|
+
formatting:
|
|
18
|
+
weight: 15
|
|
19
|
+
description: "Strict adherence to expected structured format without broken artifacts."
|
|
@@ -71,3 +71,14 @@ selection:
|
|
|
71
71
|
|
|
72
72
|
# Agent Observability Capability
|
|
73
73
|
This skill enables tracking and observing the AI agent's own behavior, decisions, and accuracy metrics without interfering with application or infrastructure observability systems.
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## Scope
|
|
78
|
+
- ✅ Monitor agent decision boundaries and token budgets during execution
|
|
79
|
+
- ✅ Record execution traces and accuracy metrics into `evals/traces/` for quantitative verification
|
|
80
|
+
- ✅ Detect failure patterns or repetitive tool calling loops to trigger safe demotion/stopping
|
|
81
|
+
|
|
82
|
+
## Non-Goals
|
|
83
|
+
- ❌ Monitor infrastructure servers, Kubernetes pods, or external application metrics
|
|
84
|
+
- ❌ Alter runtime execution paths outside of established boundary validation rules
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
# ── Identity ───────────────────────────────────────────────
|
|
3
3
|
name: qk-ai-builder
|
|
4
|
-
version: 8.
|
|
4
|
+
version: 8.2.0
|
|
5
5
|
status: stable
|
|
6
|
-
description: "Thiết kế AI
|
|
6
|
+
description: "Thiết kế Governed AI Agent & RAG pipelines theo chuẩn V8.2 — Đóng gói bằng capability.yaml, data discipline 4-folder và Eval Pipeline."
|
|
7
7
|
platforms: [antigravity, claude-code, cursor, windsurf, kilo-code]
|
|
8
8
|
|
|
9
9
|
# ── V8: Classification ─────────────────────────────────────
|
|
@@ -91,16 +91,19 @@ exit_codes: [SUCCESS, BLOCKED, FAILED, PARTIAL]
|
|
|
91
91
|
|
|
92
92
|
---
|
|
93
93
|
|
|
94
|
-
## Scope
|
|
95
|
-
- ✅ Design
|
|
96
|
-
- ✅
|
|
97
|
-
- ✅
|
|
98
|
-
|
|
94
|
+
## Scope & V8.2 Governed Capability Design
|
|
95
|
+
- ✅ **Capability Packaging:** Design modular AI capabilities paired with machine-readable `capability.yaml` and `scorecard.yaml` eval rubrics.
|
|
96
|
+
- ✅ **Universal 4-Folder Discipline:** Enforce clean separation of Prompt Engineering (`prompts/`), Immutable Raw Data vs Clean Processed Chunks (`data/`), Modular Micro-skills (`agents/`), and Empirical Evals (`evals/`).
|
|
97
|
+
- ✅ **Eval-Driven Pipeline:** Move from static `Prompt -> Output` to the closed-loop V8.2 workflow:
|
|
98
|
+
`Prompt -> Execution -> Trace Log -> Evaluation (scorecard) -> Quality Gate -> Release Report`
|
|
99
|
+
- ✅ Design strict, deterministic system prompts with structured JSON outputs.
|
|
100
|
+
- ✅ Sanitize user inputs before LLM ingestion (Anti-Injection).
|
|
99
101
|
|
|
100
102
|
## Non-Goals
|
|
101
|
-
- ❌
|
|
102
|
-
- ❌
|
|
103
|
-
- ❌
|
|
103
|
+
- ❌ Modify or override files located in `data/raw/` (must remain immutable ground-truth)
|
|
104
|
+
- ❌ Create unguided AI chat loops without structured eval criteria or trace records
|
|
105
|
+
- ❌ Trust LLM output for critical logic without quantitative verification via `qk-validation-gate`
|
|
106
|
+
- ❌ Use raw user input directly in prompts without sanitization
|
|
104
107
|
|
|
105
108
|
---
|
|
106
109
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
# ── Identity ───────────────────────────────────────────────
|
|
3
3
|
name: qk-project-bootstrap
|
|
4
|
-
version: 8.
|
|
4
|
+
version: 8.2.0
|
|
5
5
|
status: stable
|
|
6
|
-
description: "Khởi tạo dự án mới
|
|
6
|
+
description: "Khởi tạo dự án mới theo chuẩn V8.2 Blueprint Plugin Generator (project.yaml, 4-folder AI RAG hoặc Coding) với cấu trúc kiên cường."
|
|
7
7
|
platforms: [antigravity, claude-code, cursor, windsurf, kilo-code]
|
|
8
8
|
|
|
9
9
|
# ── V8: Classification ─────────────────────────────────────
|
|
@@ -100,77 +100,81 @@ On missing precondition:
|
|
|
100
100
|
|
|
101
101
|
---
|
|
102
102
|
|
|
103
|
-
## Scope
|
|
104
|
-
- ✅
|
|
105
|
-
- ✅ Generate `
|
|
106
|
-
- ✅
|
|
107
|
-
- ✅
|
|
103
|
+
## Scope & V8.2 Blueprint Generator
|
|
104
|
+
- ✅ **One-Click Blueprint Selection:** Choose from Blueprint Plugins (`coding`, `rag`, `workflow`, `enterprise`).
|
|
105
|
+
- ✅ **Generate `project.yaml`:** Copy appropriate manifest from `.agents/blueprints/<type>/project.yaml.tpl` to workspace root.
|
|
106
|
+
- ✅ **Initialize Project Scaffolding:** Create standard directory structure (including the **4-Folder RAG Architecture** for AI projects).
|
|
107
|
+
- ✅ **Configure Tooling:** Linter, Prettier, TypeScript strict mode, or Python environment depending on stack.
|
|
108
|
+
- ✅ **Generate `DESIGN.md`:** Mandatory brand & token contract for any UI project.
|
|
108
109
|
|
|
109
110
|
## Non-Goals
|
|
111
|
+
- ❌ Skip `project.yaml` workspace manifest initialization
|
|
110
112
|
- ❌ Skip DESIGN.md for UI projects
|
|
111
113
|
- ❌ Hardcode outdated dependency versions
|
|
112
|
-
- ❌ Skip README
|
|
114
|
+
- ❌ Skip README or documentation
|
|
113
115
|
|
|
114
116
|
---
|
|
115
117
|
|
|
116
|
-
##
|
|
117
|
-
|
|
118
|
-
###
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
├──
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
118
|
+
## V8.2 Blueprint Plugins & Directory Structures
|
|
119
|
+
|
|
120
|
+
### 1. RAG & AI Agents (The 4-Folder Architecture Blueprint)
|
|
121
|
+
*Activated when building AI agents, RAG engines, or domain automation.*
|
|
122
|
+
```text
|
|
123
|
+
project.yaml # ⭐ V8.2 Workspace Manifest (Profiles & Capabilities)
|
|
124
|
+
prompts/ # Prompt instructions managed as code
|
|
125
|
+
├── system/
|
|
126
|
+
├── tasks/
|
|
127
|
+
└── tools/
|
|
128
|
+
data/ # Strict data discipline
|
|
129
|
+
├── raw/ # IMMUTABLE original files (PDFs, Excel, Revit/CAD)
|
|
130
|
+
└── processed/ # Cleaned, standardized chunks for AI ingestion
|
|
131
|
+
agents/ # Agent configurations and domain micro-skills
|
|
132
|
+
├── skills/
|
|
133
|
+
└── tools/
|
|
134
|
+
evals/ # Quantitative validation evidence
|
|
135
|
+
├── tests/
|
|
136
|
+
├── traces/ # Audit execution traces
|
|
137
|
+
└── scorecards/ # scorecard.yaml eval rubrics
|
|
131
138
|
```
|
|
132
139
|
|
|
133
|
-
###
|
|
134
|
-
|
|
140
|
+
### 2. Standard Coding Workspaces (Next.js / React / Node)
|
|
141
|
+
*Activated when developing software applications or UI components.*
|
|
142
|
+
```text
|
|
143
|
+
project.yaml # ⭐ V8.2 Workspace Manifest
|
|
135
144
|
src/
|
|
136
|
-
├──
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
└── main.ts
|
|
145
|
+
├── app/ # Pages or App Router
|
|
146
|
+
├── components/ # Shared UI components & Design system primitives
|
|
147
|
+
├── hooks/
|
|
148
|
+
├── lib/
|
|
149
|
+
├── services/ # API integration & State stores
|
|
150
|
+
├── types/
|
|
151
|
+
└── styles/
|
|
152
|
+
DESIGN.md # Brand & Design Contract
|
|
145
153
|
```
|
|
146
154
|
|
|
147
|
-
###
|
|
148
|
-
```
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
├── services/
|
|
155
|
-
├── stores/ # State management
|
|
156
|
-
└── types/
|
|
155
|
+
### 3. Automation Workflows (n8n & Data ETL)
|
|
156
|
+
```text
|
|
157
|
+
project.yaml # ⭐ V8.2 Workspace Manifest
|
|
158
|
+
workflows/ # Automation graphs & JSON blueprints
|
|
159
|
+
connectors/ # API & Database integrations
|
|
160
|
+
pipelines/ # Transformation scripts
|
|
161
|
+
evals/ # Traceability logs
|
|
157
162
|
```
|
|
158
163
|
|
|
159
164
|
---
|
|
160
165
|
|
|
161
166
|
## Required Files Checklist
|
|
162
167
|
```
|
|
163
|
-
[ ]
|
|
164
|
-
[ ]
|
|
165
|
-
[ ] .
|
|
166
|
-
[ ] .prettierrc — formatting
|
|
168
|
+
[ ] project.yaml — V8.2 Machine-readable Workspace Manifest
|
|
169
|
+
[ ] package.json / pyproject.toml — dependencies and scripts
|
|
170
|
+
[ ] tsconfig.json — strict mode enabled (if TypeScript)
|
|
171
|
+
[ ] .eslintrc / .prettierrc — project standard linting and formatting
|
|
167
172
|
[ ] .gitignore — standard entries
|
|
168
173
|
[ ] README.md — project description + setup instructions
|
|
169
174
|
[ ] DESIGN.md — (UI projects) brand contract with color/font/spacing tokens
|
|
170
|
-
[ ] .
|
|
175
|
+
[ ] evals/scorecard.yaml — (AI/RAG/Workflow projects) eval standard
|
|
171
176
|
```
|
|
172
|
-
|
|
173
|
-
---
|
|
177
|
+
-----
|
|
174
178
|
|
|
175
179
|
## DESIGN.md Minimum Template
|
|
176
180
|
```markdown
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
# ── Identity ───────────────────────────────────────────────
|
|
3
3
|
name: qk-validation-gate
|
|
4
|
-
version: 8.
|
|
4
|
+
version: 8.2.0
|
|
5
5
|
status: stable
|
|
6
|
-
description: "Cổng kiểm tra chất lượng bắt buộc
|
|
6
|
+
description: "Cổng kiểm tra chất lượng & Eval Pipeline bắt buộc — chạy linters, tests, và đánh giá scorecard.yaml định lượng cho AI Agent."
|
|
7
7
|
platforms: [antigravity, claude-code, cursor, windsurf, kilo-code]
|
|
8
8
|
|
|
9
9
|
# ── V8: Classification ─────────────────────────────────────
|
|
@@ -101,15 +101,17 @@ runtime_version: 1
|
|
|
101
101
|
schema_version: 2
|
|
102
102
|
---
|
|
103
103
|
|
|
104
|
-
## Scope
|
|
105
|
-
- ✅ Run lint, type-check, tests, security audit in sequence
|
|
106
|
-
- ✅
|
|
107
|
-
- ✅
|
|
104
|
+
## Scope & V8.2 Eval Pipeline
|
|
105
|
+
- ✅ Run lint, type-check, tests, and security audit in sequence
|
|
106
|
+
- ✅ **Execute V8.2 Eval Pipeline:** Read `scorecard.yaml` (or inherited schemas) and compute quantitative scores for AI/Agent outputs.
|
|
107
|
+
- ✅ Enforce pass/fail with concrete thresholds (Code coverage >= 80%, Eval scorecard >= passing threshold, typically 80/100).
|
|
108
|
+
- ✅ Validate Trace execution logs in `evals/traces/` to ensure zero hallucination and ground-truth compliance.
|
|
109
|
+
- ✅ Report results with structured Evidence Format.
|
|
108
110
|
|
|
109
111
|
## Non-Goals
|
|
110
112
|
- ❌ Fix failing tests or lint errors (fixes go to qk-bug-resolution)
|
|
111
|
-
- ❌ Skip any gate check unless user explicitly allows
|
|
112
|
-
- ❌ Override failing thresholds with "ignore" flags
|
|
113
|
+
- ❌ Skip any gate check or eval scorecard unless user explicitly allows
|
|
114
|
+
- ❌ Override failing thresholds with "ignore" flags or fabricated LLM scores without trace evidence
|
|
113
115
|
|
|
114
116
|
skill_version: 7.5.0
|
|
115
117
|
runtime_version: 1
|
|
@@ -140,6 +142,11 @@ build:
|
|
|
140
142
|
must_succeed: true
|
|
141
143
|
max_warnings: 5
|
|
142
144
|
bundle_size_limit: 500KB # Gzipped (if applicable)
|
|
145
|
+
|
|
146
|
+
eval_scorecard:
|
|
147
|
+
default_passing_threshold: 80 # minimum weighted evaluation score
|
|
148
|
+
trace_verification_required: true # must log tool executions in evals/traces
|
|
149
|
+
zero_tolerance_hallucination: true
|
|
143
150
|
```
|
|
144
151
|
|
|
145
152
|
skill_version: 7.5.0
|
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,24 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
+
## [8.2.0] — 2026-07 — EDAOS v8.2: Governed Capability Metadata & Eval Platform
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- **Manifest-First Architecture & Registry Engine**: Created `tooling/build-registry.js` (`npm run build:registry`) generating lightweight lookup index `.agents/registry/index.yaml` and O(1) runtime adjacency graph `.agents/registry/graph.json` with cycle/orphan detection.
|
|
12
|
+
- **V8.2 Blueprint Plugins**: Introduced customizable project scaffolding templates under `.agents/blueprints/` (`rag`, `coding`, `workflow`) featuring multi-profile environments (`development`, `production`, `testing`) and feature flags.
|
|
13
|
+
- **Governed Capability Manifests**: Created minimalist `.agents/skills/_template/capability.yaml` (`schema_version: 1`) to decouple execution metadata from natural language instructions.
|
|
14
|
+
- **Eval Pipeline Platform**: Added quantitative verification frameworks via inheritance-ready `.agents/skills/_template/evals/scorecard.yaml` (`extends: default`), linking ground-truth execution traces with automated score rubrics.
|
|
15
|
+
- **Domain Patterns Reference Architecture**: Added reference blueprint for Enterprise Domain AI at `.agents/knowledge/domain-patterns/construction/ddc-construction-ai-blueprint.md` (Construction AI, DDC 192 domain skills, QTO IFC bóc tách, n8n automation workflows) showcasing zero interference with core developer capabilities.
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
- **`qk-project-bootstrap` Evolution (v8.2.0)**: Upgraded to support One-Click Blueprint selection, automated `project.yaml` generation, and the Universal 4-Folder RAG Architecture (`prompts/`, `data/`, `agents/`, `evals/`).
|
|
19
|
+
- **`qk-validation-gate` Evolution (v8.2.0)**: Integrated automated Eval Pipeline validation, reading `scorecard.yaml` rubrics, verifying trace logs in `evals/traces/`, and enforcing quantitative pass thresholds.
|
|
20
|
+
- **`qk-ai-builder` Evolution (v8.2.0)**: Upgraded to Manifest-first capability packaging and strict 4-folder data discipline (immutable `data/raw/` vs cleaned `data/processed/`).
|
|
21
|
+
- Updated system core description in `package.json` to reflect the EDAOS v8.2 paradigm shift.
|
|
22
|
+
- Synced `.agents/CHANGELOG.md` and `.agents/README.md` with root documentation.
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
8
26
|
## [8.1.7] — 2026-07 — README Sync
|
|
9
27
|
|
|
10
28
|
### Changed
|
package/README.md
CHANGED
|
@@ -1,27 +1,31 @@
|
|
|
1
|
-
# 🚀 AI Developer Skill OS (ai-developer-skill-os) v8.
|
|
1
|
+
# 🚀 AI Developer Skill OS (ai-developer-skill-os) v8.2.0
|
|
2
2
|
|
|
3
|
-
> **v8.
|
|
3
|
+
> **v8.2.0 "EDAOS v8.2 — Governed Capability Metadata & Eval Platform"**
|
|
4
4
|
|
|
5
|
-
Hệ sinh thái AI Developer Skill OS
|
|
5
|
+
Hệ sinh thái AI Developer Skill OS tiến hóa lên phiên bản **V8.2.0 (EDAOS v8.2)** với kiến trúc **Manifest-First & Eval Platform**, giúp giảm tối đa chi phí nhận thức (cognitive load) cho các AI Agent thế hệ mới (như Antigravity) nhờ chỉ định ranh giới định lượng, đồ thị phụ thuộc O(1), và các Blueprint Plugins quy chuẩn cho từng ngành nghề kỹ thuật.
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
## 🏗️
|
|
9
|
+
## 🏗️ 4 Trụ Cột Kiến Trúc Cốt Lõi (EDAOS v8.2 Architecture)
|
|
10
10
|
|
|
11
|
-
### 1.
|
|
12
|
-
Không còn
|
|
11
|
+
### 1. Manifest-First & O(1) Registry Engine
|
|
12
|
+
Không còn phụ thuộc vào việc đọc/scan toàn bộ markdown mệt mỏi. AI Agent tra cứu siêu dữ liệu từ `.agents/registry/index.yaml` và kiểm duyệt chu trình không lặp (acyclic validation) thông qua O(1) graph JSON (`.agents/registry/graph.json`). Tốc độ hiểu và phân công năng lực đạt ngưỡng sub-second!
|
|
13
13
|
|
|
14
|
-
### 2.
|
|
15
|
-
|
|
14
|
+
### 2. V8.2 Blueprint Plugins & Universal 4-Folder Architecture
|
|
15
|
+
Khởi tạo dự án (chỉ đạo qua `qk-project-bootstrap`) hỗ trợ sinh file `project.yaml` gốc từ thư viện Blueprint Plugins:
|
|
16
|
+
- **RAG / AI Agents:** Cấu trúc 4 thư mục chuẩn thực chiến: `prompts/`, `data/` (bảo vệ `data/raw` bất biến), `agents/`, và `evals/`.
|
|
17
|
+
- **Standard Software Coding:** Kiến trúc module sạch vững chắc với `DESIGN.md` và rào cản kiểm duyệt tự động.
|
|
18
|
+
- **Automation Workflows:** Các luồng tích hợp n8n và dữ liệu lớn.
|
|
16
19
|
|
|
17
|
-
### 3.
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
20
|
+
### 3. Eval Pipeline Platform (Khép Kín Kiểm Định)
|
|
21
|
+
Chấm dứt việc tin tưởng AI blindly. Mọi Capability đều có thẻ điểm định lượng (`scorecard.yaml`), kết nối log thực thi thực tế từ thư mục `evals/traces/` qua cổng thẩm định sắt đá `qk-validation-gate`. Trách nhiệm định lượng 0–100 với sai số 0% (zero tolerance for fabrication).
|
|
22
|
+
|
|
23
|
+
### 4. Domain Patterns Separation (Bảo Vệ Kernel)
|
|
24
|
+
Các hệ thống AI chuyên sâu (như **Xây dựng DDC 192 skills**, bóc tách BIM/IFC, ERP) được tải lập trình viên cấu hình dạng Module dưới `knowledge/domain-patterns/` thay vì phơi bày trực tiếp vào 30 Core Developer Skills, giữ cho đồ thị cốt lõi luôn nhanh bén mượt mà!
|
|
21
25
|
|
|
22
26
|
---
|
|
23
27
|
|
|
24
|
-
## 🧩 Danh sách 30 Master Skills
|
|
28
|
+
## 🧩 Danh sách 30 Master Skills (Core Developer Capabilities)
|
|
25
29
|
|
|
26
30
|
Các kỹ năng được quản lý bằng **Capability Graph** và được đánh giá liên tục thông qua Evaluation Suite. Bao gồm 7 lĩnh vực:
|
|
27
31
|
1. **Core & Orchestration:** `qk-orchestrator`, `qk-context-loader`, `qk-project-memory`, `qk-help`
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-developer-skill-os",
|
|
3
|
-
"version": "8.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "8.2.0",
|
|
4
|
+
"description": "EDAOS v8.2 — Governed Capability Metadata & Eval Platform: Blueprints organize, manifests govern, registries accelerate.",
|
|
5
5
|
"main": "bin/install.js",
|
|
6
6
|
"files": [
|
|
7
7
|
"bin",
|
|
@@ -20,9 +20,10 @@
|
|
|
20
20
|
"node": ">=18.0.0"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
|
+
"build:registry": "node tooling/build-registry.js",
|
|
23
24
|
"test": "vitest run",
|
|
24
25
|
"test:watch": "vitest",
|
|
25
|
-
"test:registry": "vitest run
|
|
26
|
+
"test:registry": "vitest run && node tooling/build-registry.js",
|
|
26
27
|
"test:graph": "node tooling/validate-graph.js",
|
|
27
28
|
"lint": "node bin/lint.js",
|
|
28
29
|
"test:agent": "node tests/agent-evaluation/runner/evaluate-routing.js",
|
|
@@ -49,7 +50,11 @@
|
|
|
49
50
|
"developer",
|
|
50
51
|
"agent",
|
|
51
52
|
"prompts",
|
|
52
|
-
"framework"
|
|
53
|
+
"framework",
|
|
54
|
+
"edaos",
|
|
55
|
+
"manifest",
|
|
56
|
+
"registry",
|
|
57
|
+
"eval"
|
|
53
58
|
],
|
|
54
59
|
"author": "Quang Khánh",
|
|
55
60
|
"license": "MIT",
|