ai-developer-skill-os 8.2.1 → 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.
Files changed (78) hide show
  1. package/.agents/LICENSE +21 -21
  2. package/.agents/README.md +90 -90
  3. package/.agents/docs/CHI_TIET_SKILLS.md +125 -125
  4. package/.agents/docs/MIGRATION-CLEANUP-V8.1.3.md +36 -36
  5. package/.agents/docs/MIGRATION-STATUS.md +35 -35
  6. package/.agents/docs/MIGRATION-V8.md +10 -10
  7. package/.agents/docs/V8-CERTIFICATION.md +27 -27
  8. package/.agents/docs/decisions/ADR-001-v8-migration.md +58 -58
  9. package/.agents/docs/decisions/ADR-002-workflow-separation.md +50 -50
  10. package/.agents/docs/decisions/ADR-003-registry-generated.md +54 -54
  11. package/.agents/docs/decisions/ADR-008-skill-boundary-review.md +27 -27
  12. package/.agents/registry/graph.json +4 -8
  13. package/.agents/registry/index.yaml +3 -4
  14. package/.agents/registry/skills-index.yml +525 -525
  15. package/.agents/rules/coding.md +10 -0
  16. package/.agents/rules/command-safety.md +37 -14
  17. package/.agents/rules/priorities.yml +13 -2
  18. package/.agents/rules/security.md +47 -7
  19. package/.agents/rules/skill-quality.md +32 -8
  20. package/.agents/skills/_template/SKILL.md +133 -132
  21. package/.agents/skills/_template/capability.yaml +20 -20
  22. package/.agents/skills/_template/evals/scorecard.yaml +19 -19
  23. package/.agents/skills/qk-access-policy/SKILL.md +4 -1
  24. package/.agents/skills/qk-agent-observability/SKILL.md +111 -0
  25. package/.agents/skills/qk-agent-observability/references/scorecard.yaml +80 -0
  26. package/.agents/skills/qk-ai-builder/SKILL.md +74 -5
  27. package/.agents/skills/qk-api-lifecycle/SKILL.md +4 -2
  28. package/.agents/skills/qk-bug-resolution/SKILL.md +3 -21
  29. package/.agents/skills/qk-code-review/SKILL.md +188 -186
  30. package/.agents/skills/qk-context-loader/SKILL.md +3 -11
  31. package/.agents/skills/qk-data-lifecycle/SKILL.md +6 -1
  32. package/.agents/skills/qk-db-optimizer/SKILL.md +3 -2
  33. package/.agents/skills/qk-design-system-engineering/SKILL.md +235 -112
  34. package/.agents/skills/qk-devops-platform/SKILL.md +241 -117
  35. package/.agents/skills/qk-docs/SKILL.md +3 -1
  36. package/.agents/skills/qk-engineering-standard/SKILL.md +4 -75
  37. package/.agents/skills/qk-engineering-standard/references/anti-patterns.md +121 -0
  38. package/.agents/skills/qk-engineering-standard/rules/frontend.md +1 -1
  39. package/.agents/skills/qk-fe-api-integration/SKILL.md +13 -32
  40. package/.agents/skills/qk-feature-delivery/SKILL.md +53 -221
  41. package/.agents/skills/qk-frontend-architecture/SKILL.md +258 -134
  42. package/.agents/skills/qk-help/SKILL.md +21 -159
  43. package/.agents/skills/qk-orchestrator/SKILL.md +2 -34
  44. package/.agents/skills/qk-orchestrator/references/routing-table.md +15 -3
  45. package/.agents/skills/qk-product-specification/SKILL.md +253 -130
  46. package/.agents/skills/qk-production-release/SKILL.md +31 -66
  47. package/.agents/skills/qk-project-bootstrap/SKILL.md +58 -7
  48. package/.agents/skills/qk-project-health/SKILL.md +4 -2
  49. package/.agents/skills/qk-project-memory/SKILL.md +3 -1
  50. package/.agents/skills/qk-security-audit/SKILL.md +259 -135
  51. package/.agents/skills/qk-system-evolution/SKILL.md +17 -67
  52. package/.agents/skills/qk-test-engineering/SKILL.md +262 -139
  53. package/.agents/skills/qk-ui-audit/SKILL.md +16 -89
  54. package/.agents/skills/qk-ui-audit/references/anti-slop-checklist.md +2 -2
  55. package/.agents/skills/qk-ui-builder/SKILL.md +482 -509
  56. package/.agents/skills/qk-ui-builder/references/component-cookbook.md +455 -1191
  57. package/.agents/skills/qk-ui-system-builder/SKILL.md +1 -5
  58. package/.agents/skills/qk-validation-gate/SKILL.md +0 -74
  59. package/.agents/skills/qk-web-quality-gate/SKILL.md +232 -114
  60. package/.agents/workflows/_schema.yml +146 -109
  61. package/.agents/workflows/bug-resolution.yml +121 -101
  62. package/.agents/workflows/code-review.yml +93 -77
  63. package/.agents/workflows/documentation.yml +90 -75
  64. package/.agents/workflows/feature-delivery.yml +120 -103
  65. package/.agents/workflows/refactor.yml +99 -81
  66. package/.agents/workflows/research.yml +75 -60
  67. package/.agents/workflows/security-audit.yml +115 -72
  68. package/.agents/workflows/skill-evolution.yml +97 -65
  69. package/.agents/workflows/spec-driven-development.yml +87 -57
  70. package/README.md +90 -90
  71. package/bin/install.js +330 -180
  72. package/package.json +2 -2
  73. package/.agents/CHANGELOG.md +0 -131
  74. package/.agents/learnings/draft/README.md +0 -37
  75. package/.agents/reports/RELEASE-CHECKLIST.md +0 -29
  76. package/.agents/reports/architecture-audit.md +0 -13
  77. package/.agents/reports/graph-health.md +0 -20
  78. 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