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.
Files changed (79) 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 -189
  30. package/.agents/skills/qk-context-loader/SKILL.md +3 -47
  31. package/.agents/skills/qk-data-lifecycle/SKILL.md +7 -2
  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 +54 -202
  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 -78
  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 +32 -67
  47. package/.agents/skills/qk-project-bootstrap/SKILL.md +59 -8
  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 +18 -68
  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/CHANGELOG.md +10 -0
  71. package/README.md +90 -90
  72. package/bin/install.js +330 -180
  73. package/package.json +2 -2
  74. package/.agents/CHANGELOG.md +0 -131
  75. package/.agents/learnings/draft/README.md +0 -37
  76. package/.agents/reports/RELEASE-CHECKLIST.md +0 -29
  77. package/.agents/reports/architecture-audit.md +0 -13
  78. package/.agents/reports/graph-health.md +0 -20
  79. package/.agents/reports/skill-audit.md +0 -215
@@ -55,6 +55,7 @@ knowledge_scope:
55
55
  - precondition-validation
56
56
  references:
57
57
  - all-skills # References registry to make decisions
58
+ - architecture
58
59
 
59
60
  # ── V8: Verification ───────────────────────────────────────
60
61
  verification:
@@ -86,7 +87,6 @@ exit_codes: [SUCCESS, BLOCKED, FAILED, PARTIAL]
86
87
 
87
88
  > **Language rule:** Code, identifiers, file names → English. Explanations, summaries → Vietnamese.
88
89
 
89
-
90
90
  ## Preconditions
91
91
  - [ ] User request is provided (any language)
92
92
 
@@ -96,11 +96,6 @@ On missing precondition:
96
96
  Message: "Vui lòng mô tả yêu cầu của bạn."
97
97
  ```
98
98
 
99
- skill_version: 7.5.0
100
- runtime_version: 1
101
- schema_version: 2
102
- ---
103
-
104
99
  ## Scope
105
100
  - ✅ Analyze user intent and route to the correct skill
106
101
  - ✅ Verify preconditions of target skill BEFORE delegating
@@ -112,11 +107,6 @@ schema_version: 2
112
107
  - ❌ Allow UI work without `DESIGN.md` verified
113
108
  - ❌ Allow logic work without context graph from `qk-context-loader`
114
109
 
115
- skill_version: 7.5.0
116
- runtime_version: 1
117
- schema_version: 2
118
- ---
119
-
120
110
  ## Priority Order
121
111
 
122
112
  | Priority | Check | Skip Threshold |
@@ -126,11 +116,6 @@ schema_version: 2
126
116
  | P3 | Check pipeline dependencies (e.g., context-loader first) | Never for logic tasks |
127
117
  | P4 | Estimate cost/latency for user info | Budget < 70% |
128
118
 
129
- skill_version: 7.5.0
130
- runtime_version: 1
131
- schema_version: 2
132
- ---
133
-
134
119
  ## Workflow
135
120
 
136
121
  ### Phase 1 — Intent Classification
@@ -157,11 +142,6 @@ ELSE IF no match
157
142
  - Skill identified → go to Phase 2
158
143
  - No matching skill → EXIT: BLOCKED
159
144
 
160
- skill_version: 7.5.0
161
- runtime_version: 1
162
- schema_version: 2
163
- ---
164
-
165
145
  ### Phase 2 — Precondition Check
166
146
 
167
147
  **Steps:**
@@ -181,11 +161,6 @@ ELSE
181
161
  → EXIT: BLOCKED
182
162
  ```
183
163
 
184
- skill_version: 7.5.0
185
- runtime_version: 1
186
- schema_version: 2
187
- ---
188
-
189
164
  ### Phase 3 — Pipeline Enforcement
190
165
 
191
166
  **Steps:**
@@ -208,38 +183,8 @@ Release tasks:
208
183
  [qk-validation-gate] → [qk-production-release]
209
184
  ```
210
185
 
211
- skill_version: 7.5.0
212
- runtime_version: 1
213
- schema_version: 2
214
- ---
215
-
216
186
  ## Routing Table (Quick Reference)
217
- Full table: see `references/routing-table.md`
218
-
219
- | Intent Keywords | Primary Skill | Pipeline |
220
- |----------------|---------------|----------|
221
- | bug, lỗi, error, broken, crash, fix, sửa | `qk-bug-resolution` | direct |
222
- | tính năng, feature, thêm, mới, add, implement | `qk-feature-delivery` | context-loader first |
223
- | UI, giao diện, design, component, layout, màn hình | `qk-ui-builder` | DESIGN.md check |
224
- | slow, query, index, N+1, performance DB | `qk-db-optimizer` | context-loader first |
225
- | deploy, release, production, CI/CD, build | `qk-production-release` | validation-gate first |
226
- | schema, migration, database, table, model | `qk-data-lifecycle` | context-loader first |
227
- | refactor, clean, SOLID, DRY, code quality | `qk-engineering-standard` | direct |
228
- | test, lint, validate, check quality | `qk-validation-gate` | direct |
229
- | upgrade, update thư viện, migrate library | `qk-system-evolution` | direct |
230
- | docs, documentation, README, comment | `qk-docs` | direct |
231
- | API, endpoint, route, contract | `qk-api-lifecycle` | context-loader first |
232
- | access, role, permission, RBAC, auth | `qk-access-policy` | direct |
233
- | AI, prompt, RAG, LLM, embedding | `qk-ai-builder` | direct |
234
- | design system, token, CSS variable | `qk-ui-system-builder` | DESIGN.md check |
235
- | project audit, health, tech debt | `qk-project-health` | direct |
236
- | new project, bootstrap, init | `qk-project-bootstrap` | direct |
237
- | memory, context, recall, lưu | `qk-project-memory` | direct |
238
-
239
- skill_version: 7.5.0
240
- runtime_version: 1
241
- schema_version: 2
242
- ---
187
+ Single source of truth: `references/routing-table.md` — do not duplicate here. Read that file before routing.
243
188
 
244
189
  ## Confidence Model
245
190
 
@@ -249,11 +194,6 @@ schema_version: 2
249
194
  | MEDIUM | Multiple possible skills | Route to most likely, note ambiguity |
250
195
  | LOW | Request is too vague | Ask clarifying question |
251
196
 
252
- skill_version: 7.5.0
253
- runtime_version: 1
254
- schema_version: 2
255
- ---
256
-
257
197
  ## Escalation Rules
258
198
 
259
199
  ```
@@ -266,11 +206,6 @@ Questions:
266
206
  Recommended Assumptions: none — routing requires clear intent
267
207
  ```
268
208
 
269
- skill_version: 7.5.0
270
- runtime_version: 1
271
- schema_version: 2
272
- ---
273
-
274
209
  ## Handoff Contract
275
210
 
276
211
  ### Consumes
@@ -290,11 +225,6 @@ schema_version: 2
290
225
  }
291
226
  ```
292
227
 
293
- skill_version: 7.5.0
294
- runtime_version: 1
295
- schema_version: 2
296
- ---
297
-
298
228
  ## Output Format
299
229
 
300
230
  ```
@@ -312,11 +242,6 @@ Preconditions:
312
242
  Exit Code: SUCCESS
313
243
  ```
314
244
 
315
- skill_version: 7.5.0
316
- runtime_version: 1
317
- schema_version: 2
318
- ---
319
-
320
245
  ## Exit Codes
321
246
 
322
247
  | Code | Meaning | When |
@@ -328,4 +253,3 @@ schema_version: 2
328
253
 
329
254
  ---
330
255
 
331
-
@@ -1,5 +1,6 @@
1
1
  # Routing Table — qk-orchestrator V7.5
2
2
 
3
+ > This is the ONLY routing table in the system. qk-orchestrator/SKILL.md must not contain a duplicate table.
3
4
  > Full intent → skill mapping. Updated whenever a new skill is added.
4
5
 
5
6
  ---
@@ -24,11 +25,22 @@
24
25
  | design system, token, CSS variable, design tokens | `qk-ui-system-builder` | DESIGN.md check |
25
26
  | project audit, health, tech debt, kiểm toán dự án | `qk-project-health` | direct |
26
27
  | new project, bootstrap, init, khởi tạo dự án | `qk-project-bootstrap` | direct |
27
- | help, list skills, danh sách, trợ giúp | `qk-orchestrator` | direct |
28
- | memory, context, recall, lưu ngữ cảnh | `qk-project-memory` | direct |
29
- | security, policy, authorization, bảo mật | `qk-policy-engine` | → redirect to `qk-access-policy` |
30
28
  | consume API, tích hợp API backend, gọi API từ FE | `qk-fe-api-integration` | `qk-context-loader` first |
31
29
  | UI audit, kiểm tra giao diện, anti-slop check | `qk-ui-audit` | DESIGN.md check |
30
+ | metrics, telemetry, trace, agent observability, mô hình lỗi | `qk-agent-observability` | direct |
31
+ | review code, kiểm toán, code review, PR | `qk-code-review` | direct |
32
+ | graph, dependency, context, đọc hiểu architecture | `qk-context-loader` | direct |
33
+ | design system rules, tokens structure, governance | `qk-design-system-engineering` | direct |
34
+ | CI/CD, devops, pipeline, infrastructure, deployment strategy | `qk-devops-platform` | direct |
35
+ | frontend architecture, file placement, routing strategy | `qk-frontend-architecture` | direct |
36
+ | help, list skills, danh sách, trợ giúp | `qk-help` | direct |
37
+ | orchestrate, định tuyến, phân loại yêu cầu | `qk-orchestrator` | direct |
38
+ | product spec, requirement, tiêu chí chấp nhận | `qk-product-specification` | direct |
39
+ | security, vulnerability scan, secret, OWASP | `qk-security-audit` | direct |
40
+ | test strategy, mock, coverage, e2e, unit test | `qk-test-engineering` | direct |
41
+ | web performance, accessibility, SEO, lighthouse | `qk-web-quality-gate` | direct |
42
+ | memory, context, recall, lưu ngữ cảnh | `qk-project-memory` | direct |
43
+ | security, policy, authorization, bảo mật | `qk-access-policy` | direct |
32
44
 
33
45
  ---
34
46
 
@@ -1,130 +1,253 @@
1
- ---
2
- # ── Identity ───────────────────────────────────────────────
3
- name: qk-product-specification
4
- version: 8.1.0
5
- status: experimental
6
- description: "Product thinking (Idea → Requirement → Acceptance criteria → Technical spec)."
7
- platforms: [antigravity, claude-code, cursor, windsurf, kilo-code]
8
-
9
- # ── V8: Classification ─────────────────────────────────────
10
- type: capability
11
-
12
- intent:
13
- - product-specification
14
- - requirement-analysis
15
- - acceptance-criteria
16
- - technical-spec
17
-
18
- complexity:
19
- level: medium
20
- criteria:
21
- files_affected: "1-3"
22
- has_behavior_change: false
23
- has_external_dependency: false
24
- has_breaking_change: false
25
-
26
- triggers:
27
- - "viết spec"
28
- - "phân tích yêu cầu"
29
- - "ý tưởng sản phẩm"
30
- - "acceptance criteria"
31
-
32
- # ── V8: References ─────────────────────────────────────────
33
- workflow: spec-driven-development
34
-
35
- rules:
36
- - global
37
- - coding
38
-
39
- tools:
40
- - filesystem
41
-
42
- related_skills:
43
- - qk-feature-delivery
44
-
45
- knowledge_scope:
46
- domain:
47
- - product-requirements
48
- - technical-specifications
49
- concepts:
50
- - user-story
51
- - acceptance-criteria
52
- references:
53
- - architecture
54
-
55
- decision_boundary:
56
- owns:
57
- - technical-ready specification
58
- - acceptance criteria
59
- does_not_own:
60
- - market research
61
- - pricing
62
- - roadmap
63
- conflicts_with: []
64
- delegates_to:
65
- - qk-feature-delivery
66
-
67
- # ── V8: Verification ───────────────────────────────────────
68
- verification:
69
- required: true
70
- strategy: feature
71
-
72
- lifecycle:
73
- promotion_gate:
74
- requirements:
75
- tests:
76
- minimum_pass_rate: 0.95
77
- usage:
78
- minimum_runs: 20
79
- conflicts:
80
- zero_boundary_violation: true
81
- evidence:
82
- required:
83
- - evaluation_report
84
- - usage_history
85
- - boundary_audit
86
- demotion_gate:
87
- triggers:
88
- - repeated_failure
89
- - boundary_violation
90
- - outdated_reference
91
- action:
92
- change_status: "stable -> experimental"
93
-
94
- selection:
95
- priority: medium
96
- confidence_threshold: 0.80
97
-
98
- examples: []
99
- learnings: []
100
-
101
- # ── V7 Runtime ─────────────────────────────────────────────
102
- execution_mode: deterministic
103
- cost: medium
104
- latency: medium
105
- risk: low
106
- side_effects: read_only
107
- produces: [report, specification]
108
- consumes: [user-description]
109
-
110
- token_budget:
111
- max_files_read: 3
112
- max_lines_per_read: 150
113
- max_shell_commands: 0
114
- stop_early: false
115
-
116
- exit_codes: [SUCCESS, BLOCKED, FAILED, PARTIAL]
117
- ---
118
-
119
- # qk-product-specification — Product Specifier
120
-
121
- > **Language rule:** Code, identifiers, file names → English. Explanations, summaries → Vietnamese.
122
-
123
- ## Preconditions
124
- - [ ] Tuân thủ workflow `spec-driven-development`.
125
-
126
- ## Scope
127
- - Tiếp nhận Idea ban đầu từ user, thực hiện phân tích yêu cầu (Requirement Analysis).
128
- - Xác định và làm rõ ranh giới của tính năng.
129
- - Lên danh sách Acceptance Criteria (Tiêu chí nghiệm thu).
130
- - Đóng gói thành Technical Spec (đặc tả kỹ thuật) để chuẩn bị cho quá trình code (Plan & Implementation).
1
+ ---
2
+ # ── Identity ───────────────────────────────────────────────
3
+ name: qk-product-specification
4
+ version: 8.1.0
5
+ status: experimental
6
+ description: "Product thinking (Idea → Requirement → Acceptance criteria → Technical spec)."
7
+ platforms: [antigravity, claude-code, cursor, windsurf, kilo-code]
8
+
9
+ # ── V8: Classification ─────────────────────────────────────
10
+ type: capability
11
+
12
+ intent:
13
+ - product-specification
14
+ - requirement-analysis
15
+ - acceptance-criteria
16
+ - technical-spec
17
+
18
+ complexity:
19
+ level: medium
20
+ criteria:
21
+ files_affected: "1-3"
22
+ has_behavior_change: false
23
+ has_external_dependency: false
24
+ has_breaking_change: false
25
+
26
+ triggers:
27
+ - "viết spec"
28
+ - "phân tích yêu cầu"
29
+ - "ý tưởng sản phẩm"
30
+ - "acceptance criteria"
31
+
32
+ # ── V8: References ─────────────────────────────────────────
33
+ workflow: spec-driven-development
34
+
35
+ rules:
36
+ - global
37
+ - coding
38
+
39
+ tools:
40
+ - filesystem
41
+
42
+ related_skills:
43
+ - qk-feature-delivery
44
+
45
+ knowledge_scope:
46
+ domain:
47
+ - product-requirements
48
+ - technical-specifications
49
+ concepts:
50
+ - user-story
51
+ - acceptance-criteria
52
+ references:
53
+ - architecture
54
+ - security
55
+ - anti-patterns
56
+
57
+ decision_boundary:
58
+ owns:
59
+ - technical-ready specification
60
+ - acceptance criteria
61
+ does_not_own:
62
+ - market research
63
+ - pricing
64
+ - roadmap
65
+ conflicts_with: []
66
+ delegates_to:
67
+ - qk-feature-delivery
68
+
69
+ # ── V8: Verification ───────────────────────────────────────
70
+ verification:
71
+ required: true
72
+ strategy: feature
73
+
74
+ lifecycle:
75
+ promotion_gate:
76
+ requirements:
77
+ tests:
78
+ minimum_pass_rate: 0.95
79
+ usage:
80
+ minimum_runs: 20
81
+ conflicts:
82
+ zero_boundary_violation: true
83
+ evidence:
84
+ required:
85
+ - evaluation_report
86
+ - usage_history
87
+ - boundary_audit
88
+ demotion_gate:
89
+ triggers:
90
+ - repeated_failure
91
+ - boundary_violation
92
+ - outdated_reference
93
+ action:
94
+ change_status: "stable -> experimental"
95
+
96
+ selection:
97
+ priority: medium
98
+ confidence_threshold: 0.80
99
+
100
+ examples: []
101
+ learnings: []
102
+
103
+ # ── V7 Runtime ─────────────────────────────────────────────
104
+ execution_mode: deterministic
105
+ cost: medium
106
+ latency: medium
107
+ risk: low
108
+ side_effects: read_only
109
+ produces: [report, specification]
110
+ consumes: [user-description]
111
+
112
+ token_budget:
113
+ max_files_read: 3
114
+ max_lines_per_read: 150
115
+ max_shell_commands: 0
116
+ stop_early: true
117
+
118
+ exit_codes: [SUCCESS, BLOCKED, FAILED, PARTIAL]
119
+ ---
120
+
121
+ # qk-product-specification Product Specifier
122
+
123
+ > **Language rule:** Code, identifiers, file names → English. Explanations, summaries → Vietnamese.
124
+
125
+ ## Preconditions
126
+ - [ ] Tuân thủ workflow `spec-driven-development`.
127
+
128
+ ## Scope
129
+ - Tiếp nhận Idea ban đầu từ user, thực hiện phân tích yêu cầu (Requirement Analysis).
130
+ - Xác định làm ranh giới của tính năng.
131
+ - Lên danh sách Acceptance Criteria (Tiêu chí nghiệm thu). **BẮT BUỘC có Security Acceptance Criteria để phòng ngừa rủi ro theo R-SEC-04 (Zero-Trust).**
132
+ - Đóng gói thành Technical Spec (đặc tả kỹ thuật) để chuẩn bị cho quá trình code (Plan & Implementation).
133
+
134
+ ## Non-Goals
135
+ - ❌ Provide implementation outside of Product Thinking & Requirements scope
136
+ - ❌ Override explicit user directives without explanation
137
+ - ❌ Guess ambiguous requirements without asking
138
+
139
+ ## Priority Order
140
+
141
+ | Priority | Task | Skip Threshold |
142
+ |----------|------|----------------|
143
+ | P1 | Core Product Thinking & Requirements analysis and decision making | Never |
144
+ | P2 | Validation of existing patterns | Budget < 30% |
145
+ | P3 | Detailed documentation generation | Budget < 50% |
146
+ | P4 | Edge case exploration | Budget < 70% |
147
+
148
+ ## Workflow
149
+
150
+ ### Phase 1 — Context Loading
151
+ **Steps:**
152
+ 1. Read existing configuration and requirements related to Product Thinking & Requirements.
153
+ 2. Check for missing preconditions.
154
+
155
+ **Decision:**
156
+ ```
157
+ IF context is clear
158
+ → Confidence: HIGH → go to Phase 2
159
+ ELSE
160
+ → EXIT: BLOCKED — ask user
161
+ ```
162
+
163
+ ### Phase 2 — Analysis & Strategy
164
+ **Steps:**
165
+ 1. Analyze the current state against Product Thinking & Requirements best practices.
166
+ 2. Formulate strategy or audit report based on findings.
167
+
168
+ **Decision:**
169
+ ```
170
+ IF strategy/audit is complete
171
+ → Confidence: HIGH → go to Phase 3
172
+ ELSE IF minor gaps exist
173
+ → Confidence: MEDIUM → proceed with assumptions noted
174
+ ```
175
+
176
+ ### Phase 3 — Finalization
177
+ **Steps:**
178
+ 1. Generate final report or configuration.
179
+ 2. Prepare handoff data for subsequent skills.
180
+
181
+ ## Confidence Model
182
+
183
+ | Level | Condition | Action |
184
+ |-------|-----------|--------|
185
+ | HIGH | All preconditions met, context fully understood | Proceed directly |
186
+ | MEDIUM | Some context missing but safe defaults exist | Proceed and note assumptions |
187
+ | LOW | Core requirements missing | EXIT: BLOCKED |
188
+
189
+ ## Severity (for findings)
190
+
191
+ | Level | Definition |
192
+ |-------|-----------|
193
+ | CRITICAL | Severe violation of Product Thinking & Requirements principles |
194
+ | HIGH | Significant risk or technical debt |
195
+ | MEDIUM | Suboptimal pattern but functional |
196
+ | LOW | Minor style or documentation issue |
197
+
198
+ ## Evidence Format
199
+
200
+ ```
201
+ [SEVERITY] Context/File
202
+ Issue: [what was found]
203
+ Confidence: HIGH
204
+ Recommendation: [actionable advice]
205
+ ```
206
+
207
+ ## Retry Policy
208
+ ```
209
+ Task fails due to missing context
210
+ └─ Ask user for clarification
211
+ ├─ Provided → Retry Phase 1
212
+ └─ Not provided → EXIT: BLOCKED
213
+ ```
214
+
215
+ ## Escalation Rules
216
+
217
+ ```
218
+ BLOCKED: Missing critical context for Product Thinking & Requirements
219
+ Missing:
220
+ - [Specific requirement]
221
+ Questions:
222
+ 1. Bạn có thể cung cấp thêm thông tin về yêu cầu này không?
223
+ 2. Mục tiêu chính của bạn là gì?
224
+ Recommended Assumptions: none
225
+ ```
226
+
227
+ ## Handoff Contract
228
+
229
+ ### Consumes
230
+ ```json
231
+ {
232
+ "from": "user or qk-orchestrator",
233
+ "required_fields": ["context"],
234
+ "optional_fields": ["existing_config"]
235
+ }
236
+ ```
237
+
238
+ ### Produces
239
+ ```json
240
+ {
241
+ "to": "user or downstream skill",
242
+ "output_fields": ["strategy_report", "exit_code"]
243
+ }
244
+ ```
245
+
246
+ ## Exit Codes
247
+
248
+ | Code | Meaning | When |
249
+ |------|---------|------|
250
+ | SUCCESS | Product Thinking & Requirements task completed successfully | Strategy/audit generated |
251
+ | PARTIAL | Task completed with assumptions | Medium confidence |
252
+ | BLOCKED | Missing context | Cannot proceed |
253
+ | FAILED | Critical conflict or error | Unresolvable constraint |