ai-developer-skill-os 8.2.0 → 8.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/.agents/LICENSE +21 -21
- package/.agents/README.md +90 -90
- package/.agents/docs/CHI_TIET_SKILLS.md +125 -125
- package/.agents/docs/MIGRATION-CLEANUP-V8.1.3.md +36 -36
- package/.agents/docs/MIGRATION-STATUS.md +35 -35
- package/.agents/docs/MIGRATION-V8.md +10 -10
- package/.agents/docs/V8-CERTIFICATION.md +27 -27
- package/.agents/docs/decisions/ADR-001-v8-migration.md +58 -58
- package/.agents/docs/decisions/ADR-002-workflow-separation.md +50 -50
- package/.agents/docs/decisions/ADR-003-registry-generated.md +54 -54
- package/.agents/docs/decisions/ADR-008-skill-boundary-review.md +27 -27
- package/.agents/registry/graph.json +4 -8
- package/.agents/registry/index.yaml +3 -4
- package/.agents/registry/skills-index.yml +525 -525
- package/.agents/rules/coding.md +10 -0
- package/.agents/rules/command-safety.md +37 -14
- package/.agents/rules/priorities.yml +13 -2
- package/.agents/rules/security.md +47 -7
- package/.agents/rules/skill-quality.md +32 -8
- package/.agents/skills/_template/SKILL.md +133 -132
- package/.agents/skills/_template/capability.yaml +20 -20
- package/.agents/skills/_template/evals/scorecard.yaml +19 -19
- package/.agents/skills/qk-access-policy/SKILL.md +4 -1
- package/.agents/skills/qk-agent-observability/SKILL.md +111 -0
- package/.agents/skills/qk-agent-observability/references/scorecard.yaml +80 -0
- package/.agents/skills/qk-ai-builder/SKILL.md +74 -5
- package/.agents/skills/qk-api-lifecycle/SKILL.md +4 -2
- package/.agents/skills/qk-bug-resolution/SKILL.md +3 -21
- package/.agents/skills/qk-code-review/SKILL.md +188 -189
- package/.agents/skills/qk-context-loader/SKILL.md +3 -47
- package/.agents/skills/qk-data-lifecycle/SKILL.md +7 -2
- package/.agents/skills/qk-db-optimizer/SKILL.md +3 -2
- package/.agents/skills/qk-design-system-engineering/SKILL.md +235 -112
- package/.agents/skills/qk-devops-platform/SKILL.md +241 -117
- package/.agents/skills/qk-docs/SKILL.md +3 -1
- package/.agents/skills/qk-engineering-standard/SKILL.md +4 -75
- package/.agents/skills/qk-engineering-standard/references/anti-patterns.md +121 -0
- package/.agents/skills/qk-engineering-standard/rules/frontend.md +1 -1
- package/.agents/skills/qk-fe-api-integration/SKILL.md +13 -32
- package/.agents/skills/qk-feature-delivery/SKILL.md +54 -202
- package/.agents/skills/qk-frontend-architecture/SKILL.md +258 -134
- package/.agents/skills/qk-help/SKILL.md +21 -159
- package/.agents/skills/qk-orchestrator/SKILL.md +2 -78
- package/.agents/skills/qk-orchestrator/references/routing-table.md +15 -3
- package/.agents/skills/qk-product-specification/SKILL.md +253 -130
- package/.agents/skills/qk-production-release/SKILL.md +32 -67
- package/.agents/skills/qk-project-bootstrap/SKILL.md +59 -8
- package/.agents/skills/qk-project-health/SKILL.md +4 -2
- package/.agents/skills/qk-project-memory/SKILL.md +3 -1
- package/.agents/skills/qk-security-audit/SKILL.md +259 -135
- package/.agents/skills/qk-system-evolution/SKILL.md +18 -68
- package/.agents/skills/qk-test-engineering/SKILL.md +262 -139
- package/.agents/skills/qk-ui-audit/SKILL.md +16 -89
- package/.agents/skills/qk-ui-audit/references/anti-slop-checklist.md +2 -2
- package/.agents/skills/qk-ui-builder/SKILL.md +482 -509
- package/.agents/skills/qk-ui-builder/references/component-cookbook.md +455 -1191
- package/.agents/skills/qk-ui-system-builder/SKILL.md +1 -5
- package/.agents/skills/qk-validation-gate/SKILL.md +0 -74
- package/.agents/skills/qk-web-quality-gate/SKILL.md +232 -114
- package/.agents/workflows/_schema.yml +146 -109
- package/.agents/workflows/bug-resolution.yml +121 -101
- package/.agents/workflows/code-review.yml +93 -77
- package/.agents/workflows/documentation.yml +90 -75
- package/.agents/workflows/feature-delivery.yml +120 -103
- package/.agents/workflows/refactor.yml +99 -81
- package/.agents/workflows/research.yml +75 -60
- package/.agents/workflows/security-audit.yml +115 -72
- package/.agents/workflows/skill-evolution.yml +97 -65
- package/.agents/workflows/spec-driven-development.yml +87 -57
- package/CHANGELOG.md +10 -0
- package/README.md +90 -90
- package/bin/install.js +330 -180
- package/package.json +2 -2
- package/.agents/CHANGELOG.md +0 -131
- package/.agents/learnings/draft/README.md +0 -37
- package/.agents/reports/RELEASE-CHECKLIST.md +0 -29
- package/.agents/reports/architecture-audit.md +0 -13
- package/.agents/reports/graph-health.md +0 -20
- package/.agents/reports/skill-audit.md +0 -215
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# Learning Draft — Placeholder
|
|
2
|
-
|
|
3
|
-
This directory contains draft learnings created by AI agents or humans that have NOT yet been validated.
|
|
4
|
-
|
|
5
|
-
## How to add a draft learning
|
|
6
|
-
|
|
7
|
-
Create a new file: `YYYY-MM-[short-slug].md`
|
|
8
|
-
|
|
9
|
-
```markdown
|
|
10
|
-
---
|
|
11
|
-
claim: "..."
|
|
12
|
-
context: "When does this apply?"
|
|
13
|
-
lifecycle: draft
|
|
14
|
-
observed_by: agent | human
|
|
15
|
-
observed_date: YYYY-MM
|
|
16
|
-
related_skills: []
|
|
17
|
-
---
|
|
18
|
-
|
|
19
|
-
## Observation
|
|
20
|
-
|
|
21
|
-
What was observed?
|
|
22
|
-
|
|
23
|
-
## Why it matters
|
|
24
|
-
|
|
25
|
-
Why is this worth noting?
|
|
26
|
-
|
|
27
|
-
## Counter examples (if any)
|
|
28
|
-
|
|
29
|
-
When does this NOT apply?
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
## How to promote to validated
|
|
33
|
-
|
|
34
|
-
1. Fill the `evidence` field with links to issues/experiments
|
|
35
|
-
2. Human reviews and agrees
|
|
36
|
-
3. Move file to `validated/`
|
|
37
|
-
4. Git commit with `[validated]` in message
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
# V8.1.3 Production Freeze Checklist
|
|
2
|
-
|
|
3
|
-
## Skills
|
|
4
|
-
[x] 30 skills validated
|
|
5
|
-
[x] Missing `delegates_to` allowed for implementation skills
|
|
6
|
-
|
|
7
|
-
## Graph
|
|
8
|
-
[x] No orphan nodes
|
|
9
|
-
[x] No cycles
|
|
10
|
-
[x] Hub risk evaluated
|
|
11
|
-
|
|
12
|
-
## Workflow
|
|
13
|
-
[x] All skills mapped to workflows
|
|
14
|
-
|
|
15
|
-
## Rules
|
|
16
|
-
[x] Priority matrix exists (`priorities.yml`)
|
|
17
|
-
[x] Strict constraint applied
|
|
18
|
-
|
|
19
|
-
## Evaluation
|
|
20
|
-
[x] 18 cases passed
|
|
21
|
-
[x] Boundary Attack handled correctly
|
|
22
|
-
[x] Ambiguous intent detected
|
|
23
|
-
[x] Adversarial intent rejected
|
|
24
|
-
|
|
25
|
-
## Registry
|
|
26
|
-
[x] Generated successfully
|
|
27
|
-
|
|
28
|
-
**Status:**
|
|
29
|
-
APPROVED
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# Architecture & Workflow Audit
|
|
2
|
-
|
|
3
|
-
## Workflows Found: 10
|
|
4
|
-
- bug-resolution.yml
|
|
5
|
-
- code-review.yml
|
|
6
|
-
- documentation.yml
|
|
7
|
-
- feature-delivery.yml
|
|
8
|
-
- refactor.yml
|
|
9
|
-
- research.yml
|
|
10
|
-
- security-audit.yml
|
|
11
|
-
- skill-evolution.yml
|
|
12
|
-
- spec-driven-development.yml
|
|
13
|
-
- _schema.yml
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# Graph Health Report
|
|
2
|
-
|
|
3
|
-
## Hub Risk Analysis
|
|
4
|
-
|
|
5
|
-
## Conflict Matrix
|
|
6
|
-
- **qk-design-system-engineering** conflicts **qk-ui-system-builder**
|
|
7
|
-
- Reason: Semantic overlap
|
|
8
|
-
- Severity: High
|
|
9
|
-
- Resolution: Context loader intervention required
|
|
10
|
-
|
|
11
|
-
- **qk-devops-platform** conflicts **qk-production-release**
|
|
12
|
-
- Reason: Semantic overlap
|
|
13
|
-
- Severity: High
|
|
14
|
-
- Resolution: Context loader intervention required
|
|
15
|
-
|
|
16
|
-
- **qk-frontend-architecture** conflicts **qk-ui-builder**
|
|
17
|
-
- Reason: Semantic overlap
|
|
18
|
-
- Severity: High
|
|
19
|
-
- Resolution: Context loader intervention required
|
|
20
|
-
|
|
@@ -1,215 +0,0 @@
|
|
|
1
|
-
# Skill Audit Report
|
|
2
|
-
|
|
3
|
-
## qk-access-policy
|
|
4
|
-
- `owns`: ❌
|
|
5
|
-
- `does_not_own`: ❌
|
|
6
|
-
- `conflicts_with`: ❌
|
|
7
|
-
- `delegates_to`: ➖ (Optional)
|
|
8
|
-
**Boundary Health Score: 20/100**
|
|
9
|
-
|
|
10
|
-
## qk-agent-observability
|
|
11
|
-
- `owns`: ✅
|
|
12
|
-
- `does_not_own`: ✅
|
|
13
|
-
- `conflicts_with`: ✅
|
|
14
|
-
- `delegates_to`: ➖ (Optional)
|
|
15
|
-
**Boundary Health Score: 100/100**
|
|
16
|
-
|
|
17
|
-
## qk-ai-builder
|
|
18
|
-
- `owns`: ❌
|
|
19
|
-
- `does_not_own`: ❌
|
|
20
|
-
- `conflicts_with`: ❌
|
|
21
|
-
- `delegates_to`: ➖ (Optional)
|
|
22
|
-
**Boundary Health Score: 20/100**
|
|
23
|
-
|
|
24
|
-
## qk-api-lifecycle
|
|
25
|
-
- `owns`: ❌
|
|
26
|
-
- `does_not_own`: ❌
|
|
27
|
-
- `conflicts_with`: ❌
|
|
28
|
-
- `delegates_to`: ➖ (Optional)
|
|
29
|
-
**Boundary Health Score: 20/100**
|
|
30
|
-
|
|
31
|
-
## qk-bug-resolution
|
|
32
|
-
- `owns`: ❌
|
|
33
|
-
- `does_not_own`: ❌
|
|
34
|
-
- `conflicts_with`: ❌
|
|
35
|
-
- `delegates_to`: ➖ (Optional)
|
|
36
|
-
**Boundary Health Score: 20/100**
|
|
37
|
-
|
|
38
|
-
## qk-context-loader
|
|
39
|
-
- `owns`: ❌
|
|
40
|
-
- `does_not_own`: ❌
|
|
41
|
-
- `conflicts_with`: ❌
|
|
42
|
-
- `delegates_to`: ➖ (Optional)
|
|
43
|
-
**Boundary Health Score: 20/100**
|
|
44
|
-
|
|
45
|
-
## qk-data-lifecycle
|
|
46
|
-
- `owns`: ❌
|
|
47
|
-
- `does_not_own`: ❌
|
|
48
|
-
- `conflicts_with`: ❌
|
|
49
|
-
- `delegates_to`: ➖ (Optional)
|
|
50
|
-
**Boundary Health Score: 20/100**
|
|
51
|
-
|
|
52
|
-
## qk-db-optimizer
|
|
53
|
-
- `owns`: ❌
|
|
54
|
-
- `does_not_own`: ❌
|
|
55
|
-
- `conflicts_with`: ❌
|
|
56
|
-
- `delegates_to`: ➖ (Optional)
|
|
57
|
-
**Boundary Health Score: 20/100**
|
|
58
|
-
|
|
59
|
-
## qk-design-system-engineering
|
|
60
|
-
- `owns`: ✅
|
|
61
|
-
- `does_not_own`: ✅
|
|
62
|
-
- `conflicts_with`: ✅
|
|
63
|
-
- `delegates_to`: ➖ (Optional)
|
|
64
|
-
**Boundary Health Score: 100/100**
|
|
65
|
-
|
|
66
|
-
## qk-devops-platform
|
|
67
|
-
- `owns`: ✅
|
|
68
|
-
- `does_not_own`: ✅
|
|
69
|
-
- `conflicts_with`: ✅
|
|
70
|
-
- `delegates_to`: ➖ (Optional)
|
|
71
|
-
**Boundary Health Score: 100/100**
|
|
72
|
-
|
|
73
|
-
## qk-docs
|
|
74
|
-
- `owns`: ❌
|
|
75
|
-
- `does_not_own`: ❌
|
|
76
|
-
- `conflicts_with`: ❌
|
|
77
|
-
- `delegates_to`: ➖ (Optional)
|
|
78
|
-
**Boundary Health Score: 20/100**
|
|
79
|
-
|
|
80
|
-
## qk-engineering-standard
|
|
81
|
-
- `owns`: ❌
|
|
82
|
-
- `does_not_own`: ❌
|
|
83
|
-
- `conflicts_with`: ❌
|
|
84
|
-
- `delegates_to`: ➖ (Optional)
|
|
85
|
-
**Boundary Health Score: 20/100**
|
|
86
|
-
|
|
87
|
-
## qk-fe-api-integration
|
|
88
|
-
- `owns`: ❌
|
|
89
|
-
- `does_not_own`: ❌
|
|
90
|
-
- `conflicts_with`: ❌
|
|
91
|
-
- `delegates_to`: ➖ (Optional)
|
|
92
|
-
**Boundary Health Score: 20/100**
|
|
93
|
-
|
|
94
|
-
## qk-feature-delivery
|
|
95
|
-
- `owns`: ❌
|
|
96
|
-
- `does_not_own`: ❌
|
|
97
|
-
- `conflicts_with`: ❌
|
|
98
|
-
- `delegates_to`: ➖ (Optional)
|
|
99
|
-
**Boundary Health Score: 20/100**
|
|
100
|
-
|
|
101
|
-
## qk-frontend-architecture
|
|
102
|
-
- `owns`: ✅
|
|
103
|
-
- `does_not_own`: ✅
|
|
104
|
-
- `conflicts_with`: ✅
|
|
105
|
-
- `delegates_to`: ✅
|
|
106
|
-
**Boundary Health Score: 100/100**
|
|
107
|
-
|
|
108
|
-
## qk-help
|
|
109
|
-
- `owns`: ❌
|
|
110
|
-
- `does_not_own`: ❌
|
|
111
|
-
- `conflicts_with`: ❌
|
|
112
|
-
- `delegates_to`: ➖ (Optional)
|
|
113
|
-
**Boundary Health Score: 20/100**
|
|
114
|
-
|
|
115
|
-
## qk-orchestrator
|
|
116
|
-
- `owns`: ❌
|
|
117
|
-
- `does_not_own`: ❌
|
|
118
|
-
- `conflicts_with`: ❌
|
|
119
|
-
- `delegates_to`: ➖ (Optional)
|
|
120
|
-
**Boundary Health Score: 0/100**
|
|
121
|
-
|
|
122
|
-
## qk-product-specification
|
|
123
|
-
- `owns`: ✅
|
|
124
|
-
- `does_not_own`: ✅
|
|
125
|
-
- `conflicts_with`: ✅
|
|
126
|
-
- `delegates_to`: ✅
|
|
127
|
-
**Boundary Health Score: 100/100**
|
|
128
|
-
|
|
129
|
-
## qk-production-release
|
|
130
|
-
- `owns`: ❌
|
|
131
|
-
- `does_not_own`: ❌
|
|
132
|
-
- `conflicts_with`: ❌
|
|
133
|
-
- `delegates_to`: ➖ (Optional)
|
|
134
|
-
**Boundary Health Score: 20/100**
|
|
135
|
-
|
|
136
|
-
## qk-project-bootstrap
|
|
137
|
-
- `owns`: ❌
|
|
138
|
-
- `does_not_own`: ❌
|
|
139
|
-
- `conflicts_with`: ❌
|
|
140
|
-
- `delegates_to`: ➖ (Optional)
|
|
141
|
-
**Boundary Health Score: 20/100**
|
|
142
|
-
|
|
143
|
-
## qk-project-health
|
|
144
|
-
- `owns`: ❌
|
|
145
|
-
- `does_not_own`: ❌
|
|
146
|
-
- `conflicts_with`: ❌
|
|
147
|
-
- `delegates_to`: ➖ (Optional)
|
|
148
|
-
**Boundary Health Score: 20/100**
|
|
149
|
-
|
|
150
|
-
## qk-project-memory
|
|
151
|
-
- `owns`: ❌
|
|
152
|
-
- `does_not_own`: ❌
|
|
153
|
-
- `conflicts_with`: ❌
|
|
154
|
-
- `delegates_to`: ➖ (Optional)
|
|
155
|
-
**Boundary Health Score: 20/100**
|
|
156
|
-
|
|
157
|
-
## qk-security-audit
|
|
158
|
-
- `owns`: ✅
|
|
159
|
-
- `does_not_own`: ✅
|
|
160
|
-
- `conflicts_with`: ✅
|
|
161
|
-
- `delegates_to`: ✅
|
|
162
|
-
**Boundary Health Score: 100/100**
|
|
163
|
-
|
|
164
|
-
## qk-system-evolution
|
|
165
|
-
- `owns`: ❌
|
|
166
|
-
- `does_not_own`: ❌
|
|
167
|
-
- `conflicts_with`: ❌
|
|
168
|
-
- `delegates_to`: ➖ (Optional)
|
|
169
|
-
**Boundary Health Score: 20/100**
|
|
170
|
-
|
|
171
|
-
## qk-test-engineering
|
|
172
|
-
- `owns`: ✅
|
|
173
|
-
- `does_not_own`: ✅
|
|
174
|
-
- `conflicts_with`: ✅
|
|
175
|
-
- `delegates_to`: ➖ (Optional)
|
|
176
|
-
**Boundary Health Score: 100/100**
|
|
177
|
-
|
|
178
|
-
## qk-ui-audit
|
|
179
|
-
- `owns`: ❌
|
|
180
|
-
- `does_not_own`: ❌
|
|
181
|
-
- `conflicts_with`: ❌
|
|
182
|
-
- `delegates_to`: ➖ (Optional)
|
|
183
|
-
**Boundary Health Score: 20/100**
|
|
184
|
-
|
|
185
|
-
## qk-ui-builder
|
|
186
|
-
- `owns`: ❌
|
|
187
|
-
- `does_not_own`: ❌
|
|
188
|
-
- `conflicts_with`: ❌
|
|
189
|
-
- `delegates_to`: ➖ (Optional)
|
|
190
|
-
**Boundary Health Score: 20/100**
|
|
191
|
-
|
|
192
|
-
## qk-ui-system-builder
|
|
193
|
-
- `owns`: ❌
|
|
194
|
-
- `does_not_own`: ❌
|
|
195
|
-
- `conflicts_with`: ❌
|
|
196
|
-
- `delegates_to`: ➖ (Optional)
|
|
197
|
-
**Boundary Health Score: 20/100**
|
|
198
|
-
|
|
199
|
-
## qk-validation-gate
|
|
200
|
-
- `owns`: ❌
|
|
201
|
-
- `does_not_own`: ❌
|
|
202
|
-
- `conflicts_with`: ❌
|
|
203
|
-
- `delegates_to`: ➖ (Optional)
|
|
204
|
-
**Boundary Health Score: 20/100**
|
|
205
|
-
|
|
206
|
-
## qk-web-quality-gate
|
|
207
|
-
- `owns`: ✅
|
|
208
|
-
- `does_not_own`: ✅
|
|
209
|
-
- `conflicts_with`: ✅
|
|
210
|
-
- `delegates_to`: ➖ (Optional)
|
|
211
|
-
**Boundary Health Score: 100/100**
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
**Total Scanned:** 30
|
|
215
|
-
**Total Passed (>=80):** 8
|