ai-developer-skill-os 3.1.5 → 5.0.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 (95) hide show
  1. package/README.md +15 -19
  2. package/_template/SKILL.md +37 -133
  3. package/framework/KERNEL.md +58 -0
  4. package/framework/bias-library/cosmetic-refactor.md +21 -0
  5. package/framework/bias-library/enterprise-crud.md +21 -0
  6. package/framework/bias-library/fake-ui-slop.md +20 -0
  7. package/framework/bias-library/hallucinated-tools.md +20 -0
  8. package/framework/bias-library/missing-ui-states.md +19 -0
  9. package/framework/bias-library/over-indexing.md +20 -0
  10. package/framework/bias-library/swallow-errors.md +19 -0
  11. package/framework/bias-library/ui-only-security.md +17 -0
  12. package/framework/dial-library/complexity-budget.md +13 -0
  13. package/framework/dial-library/granularity.md +13 -0
  14. package/framework/dial-library/optimization-strategy.md +13 -0
  15. package/framework/dial-library/strictness.md +13 -0
  16. package/framework/rule-library/delegation-only.md +9 -0
  17. package/framework/rule-library/minimal-diff.md +9 -0
  18. package/package.json +1 -1
  19. package/skills/qk-access-policy/SKILL.md +40 -30
  20. package/skills/qk-ai-builder/SKILL.md +39 -30
  21. package/skills/qk-api-lifecycle/SKILL.md +39 -54
  22. package/skills/qk-bug-resolution/SKILL.md +39 -58
  23. package/skills/qk-context-loader/SKILL.md +36 -35
  24. package/skills/qk-data-lifecycle/SKILL.md +37 -49
  25. package/skills/qk-db-optimizer/SKILL.md +37 -44
  26. package/skills/qk-design-to-code/SKILL.md +40 -35
  27. package/skills/qk-docs/SKILL.md +37 -43
  28. package/skills/qk-engineering-standard/SKILL.md +39 -51
  29. package/skills/qk-feature-delivery/SKILL.md +39 -56
  30. package/skills/qk-help/SKILL.md +36 -28
  31. package/skills/qk-orchestrator/SKILL.md +40 -43
  32. package/skills/qk-policy-engine/SKILL.md +36 -41
  33. package/skills/qk-production-release/SKILL.md +40 -36
  34. package/skills/qk-project-bootstrap/SKILL.md +39 -32
  35. package/skills/qk-project-health/SKILL.md +36 -44
  36. package/skills/qk-project-memory/SKILL.md +38 -24
  37. package/skills/qk-system-evolution/SKILL.md +36 -51
  38. package/skills/qk-ui-audit/SKILL.md +37 -46
  39. package/skills/qk-ui-system-builder/SKILL.md +38 -29
  40. package/skills/qk-validation-gate/SKILL.md +34 -47
  41. package/taste-skill/.claude-plugin/marketplace.json +20 -0
  42. package/taste-skill/.claude-plugin/plugin.json +19 -0
  43. package/taste-skill/.github/FUNDING.yml +1 -0
  44. package/taste-skill/.github/copilot-instructions.md +11 -0
  45. package/taste-skill/CHANGELOG.md +111 -0
  46. package/taste-skill/LICENSE +21 -0
  47. package/taste-skill/README.md +212 -0
  48. package/taste-skill/assets/.gitkeep +0 -0
  49. package/taste-skill/assets/readme-banner.webp +0 -0
  50. package/taste-skill/assets/readme-buttons/btn-agent-skills.webp +0 -0
  51. package/taste-skill/assets/readme-buttons/btn-changelog.webp +0 -0
  52. package/taste-skill/assets/readme-buttons/btn-mit.webp +0 -0
  53. package/taste-skill/assets/readme-buttons/btn-site.webp +0 -0
  54. package/taste-skill/assets/readme-buttons/btn-tools.webp +0 -0
  55. package/taste-skill/assets/readme-cta-tasteskill.svg +5 -0
  56. package/taste-skill/assets/sponsors/animations-dev.webp +0 -0
  57. package/taste-skill/assets/sponsors/emil-animations-dev.webp +0 -0
  58. package/taste-skill/assets/taste-skill-logo.png +0 -0
  59. package/taste-skill/assets/taste-skill-logo.webp +0 -0
  60. package/taste-skill/assets/vercel-oss-program-badge.svg +44 -0
  61. package/taste-skill/examples/floria-bottom.webp +0 -0
  62. package/taste-skill/examples/floria-full.webp +0 -0
  63. package/taste-skill/examples/floria-top.webp +0 -0
  64. package/taste-skill/research/README.md +8 -0
  65. package/taste-skill/research/laziness/README.md +25 -0
  66. package/taste-skill/research/laziness/findings/empirical-results.md +58 -0
  67. package/taste-skill/research/laziness/findings/references.md +20 -0
  68. package/taste-skill/research/laziness/remediation/architectural-patterns.md +55 -0
  69. package/taste-skill/research/laziness/remediation/parameter-tuning.md +44 -0
  70. package/taste-skill/research/laziness/remediation/prompt-engineering.md +52 -0
  71. package/taste-skill/research/laziness/remediation/reference-prompts.md +79 -0
  72. package/taste-skill/research/laziness/root-causes/cognitive-shortcuts.md +23 -0
  73. package/taste-skill/research/laziness/root-causes/output-limits.md +39 -0
  74. package/taste-skill/research/laziness/root-causes/rlhf-and-compute.md +27 -0
  75. package/taste-skill/research/laziness/root-causes/training-data-bias.md +28 -0
  76. package/taste-skill/scripts/build-emil-sponsor-row.mjs +41 -0
  77. package/taste-skill/scripts/convert-readme-assets-webp.mjs +142 -0
  78. package/taste-skill/scripts/process-readme-buttons.mjs +108 -0
  79. package/taste-skill/scripts/process-sponsor-badge.mjs +83 -0
  80. package/taste-skill/skill.sh +25 -0
  81. package/taste-skill/skills/brandkit/SKILL.md +798 -0
  82. package/taste-skill/skills/brutalist-skill/SKILL.md +92 -0
  83. package/taste-skill/skills/gpt-tasteskill/SKILL.md +74 -0
  84. package/taste-skill/skills/image-to-code-skill/SKILL.md +1228 -0
  85. package/taste-skill/skills/imagegen-frontend-mobile/SKILL.md +1465 -0
  86. package/taste-skill/skills/imagegen-frontend-web/SKILL.md +987 -0
  87. package/taste-skill/skills/llms.txt +13 -0
  88. package/taste-skill/skills/minimalist-skill/SKILL.md +85 -0
  89. package/taste-skill/skills/output-skill/SKILL.md +49 -0
  90. package/taste-skill/skills/redesign-skill/SKILL.md +178 -0
  91. package/taste-skill/skills/soft-skill/SKILL.md +98 -0
  92. package/taste-skill/skills/stitch-skill/DESIGN.md +121 -0
  93. package/taste-skill/skills/stitch-skill/SKILL.md +184 -0
  94. package/taste-skill/skills/taste-skill/SKILL.md +1206 -0
  95. package/taste-skill/skills/taste-skill-v1/SKILL.md +226 -0
@@ -1,53 +1,58 @@
1
1
  ---
2
2
  name: qk-design-to-code
3
- version: 3.1.5
4
- updated: 2026-07-02
3
+ version: 5.0.0
4
+ updated: 2026-07-03
5
5
  description: Chuyển đổi thiết kế từ Figma/Images thành các UI component hoàn chỉnh, chuẩn pixel.
6
6
  category: frontend
7
- behavior: development
8
- intent: implement-feature
9
- priority: high
10
7
  tags: [ui, figma, frontend, styling, css]
11
8
  platforms: [claude-code, cursor, windsurf, gemini-cli]
12
- trigger: User uploads an image mockup or provides a design requirement for a UI component.
13
- inputs: [Image/Mockup, Framework choice]
14
- outputs: [Code component, CSS/Tailwind classes]
15
- allowed_tools: [write_to_file, read_file]
16
- pipeline: [analyze, implement, engineering-standard, validate, complete]
17
9
  ---
18
10
 
19
- # 🛠️ qk-design-to-code - Standard Operating Procedure
11
+ # 🛠️ qk-design-to-code
20
12
 
21
- > **Goal:** Dịch thiết kế (Mockups/Images) thành nguồn (React, Vue, HTML/CSS) với độ chính xác Pixel-Perfect.
13
+ > **Inheritance:** Kỹ năng này tuân thủ Kiến trúc v5.0 của `framework/KERNEL.md`.
14
+ > Output bắt buộc là Decision Summary.
22
15
 
23
- ## 🔄 1. Chain of Thought (SOP)
16
+ ---
17
+
18
+ ## 🎯 Mission (Scope)
19
+ - ✅ Dịch thiết kế thành mã nguồn pixel-perfect.
20
+ - ❌ Do NOT lạm dụng thẻ `<div>` thay cho Semantic HTML.
24
21
 
25
- 1. **Analyze (Deconstruct Design):**
26
- - Look at the provided mockup.
27
- - Break it down from Outside-In (Container -> Rows -> Columns -> Elements).
28
- 2. **Plan (Token Mapping):**
29
- - Map colors, fonts, and spacings to existing Design System Tokens (e.g., Tailwind classes `text-primary-500`, `gap-4`).
30
- 3. **Implement (Code Construction):**
31
- - Write the semantic HTML (`<article>`, `<section>`, `<nav>`).
32
- - Apply styling.
33
- 4. **Validate (Responsive Check):**
34
- - Ensure the component uses relative units where necessary and scales on mobile.
22
+ ---
35
23
 
36
- ## 🛡️ 2. Constraints & Rules
24
+ ## ⚙️ Capabilities (Cognitive Pipeline)
25
+ ```yaml
26
+ Pipeline:
27
+ - inference
28
+ - planning
29
+ - execution
30
+ - bias-review
31
+ - ship-check
32
+ ```
37
33
 
38
- - **No Magic Values:** Do not use random hex codes or pixel values if a Design System is available.
39
- - **Accessibility:** Always include `alt` for images and `aria-label` for icon-only buttons.
34
+ ---
40
35
 
41
- ## 🤝 3. Handoff Pipeline
36
+ ## 🎛️ Dials (Hành vi)
37
+ ```yaml
38
+ Dials:
39
+ - id: aesthetic-vibe
40
+ - id: strictness
41
+ ```
42
42
 
43
- 1. `engineering-standard`: Ensure the UI component has no business logic.
44
- 2. `validate`: Trigger `qk-ui-audit` checks.
45
- 3. `complete`: Generate the UI Component Report.
43
+ ---
46
44
 
47
- ## 📝 4. Output Format
45
+ ## 🛡️ Biases (Sửa lỗi mặc định)
46
+ ```yaml
47
+ Biases:
48
+ - id: fake-ui-slop # (Vẽ UI giả mạo không dùng ảnh placeholder thật)
49
+ - id: missing-ui-states # (Bỏ quên :active, :hover)
50
+ ```
48
51
 
49
- Vui lòng trả kết quả bằng Tiếng Việt.
52
+ ---
50
53
 
51
- - **Tóm tắt (Summary):** Tên Component vừa tạo.
52
- - **Chi tiết (Changes):** File chứa component.
53
- - **Rủi ro (Risks):** Vấn đề responsive nếu có.
54
+ ## 🛫 Ship Criteria
55
+ ```yaml
56
+ Rules:
57
+ - id: end-to-end-validation
58
+ ```
@@ -1,62 +1,56 @@
1
1
  ---
2
2
  name: qk-docs
3
- version: 3.1.5
4
- updated: 2026-07-02
3
+ version: 5.0.0
4
+ updated: 2026-07-03
5
5
  description: Viết và duy trì tài liệu dự án để con người có thể dễ dàng đọc hiểu.
6
6
  category: documentation
7
- behavior: static-analysis
8
- intent: maintain
9
- priority: low
10
- tags: [docs, markdown, jsdoc, readme, architecture, mermaid]
7
+ tags: [documentation, readme, comments]
11
8
  platforms: [claude-code, cursor, windsurf, gemini-cli]
12
- trigger: User asks to write docs, generate architecture diagrams, update README, or write JSDoc.
13
- inputs: [Source code, Task context]
14
- outputs: [Markdown Documentation, JSDoc]
15
- allowed_tools: [read_file, write_to_file]
16
- pipeline: [analyze, implement, validate, complete]
17
9
  ---
18
10
 
19
- # 🛠️ qk-docs - Standard Operating Procedure
11
+ # 🛠️ qk-docs
20
12
 
21
- > **Goal:** Đóng vai trò "Technical Writer". Viết tài liệu (README, API Docs, Code Comments) rõ ràng, dễ hiểu cho con người.
13
+ > **Inheritance:** Kỹ năng này tuân thủ Kiến trúc v5.0 của `framework/KERNEL.md`.
14
+ > Output bắt buộc là Decision Summary.
22
15
 
23
- ## 🔄 1. Chain of Thought (SOP)
16
+ ---
24
17
 
25
- 1. **Analyze (Context Extraction):**
26
- - Read the target source code to understand its Inputs, Outputs, and side effects.
27
- 2. **Implement (Drafting):**
28
- - Write Markdown or JSDoc comments.
29
- - Structure: Description -> Parameters -> Returns -> Warnings/Notes.
30
- 3. **Validate (Review Examples):**
31
- - ALWAYS provide 1-2 real-world code examples demonstrating how to use the function/API.
32
- 4. **Complete (Format):**
33
- - Ensure proper Markdown syntax (bolding, code blocks with languages).
18
+ ## 🎯 Mission (Scope)
19
+ - Dịch logic phức tạp thành giải thích tiếng Việt trong sáng cho con người.
20
+ - Do NOT dịch nguyên xi các thuật ngữ chuyên ngành (Props, Hook, Cache).
34
21
 
35
- ## 🛡️ 2. Constraints & Rules
22
+ ---
36
23
 
37
- - **Human Friendly:** Avoid overly academic language. Explain it as if explaining to a junior developer.
38
- - **Language Hybrid:** If writing Vietnamese documentation, keep technical keywords (props, state, endpoint, fetch) in English.
24
+ ## ⚙️ Capabilities (Cognitive Pipeline)
25
+ ```yaml
26
+ Pipeline:
27
+ - inference
28
+ - planning
29
+ - execution
30
+ - bias-review
31
+ - ship-check
32
+ ```
39
33
 
40
- ## 🌳 3. Decision Tree
34
+ ---
41
35
 
42
- ```text
43
- Is this a System Architecture or Flow?
44
- ├── YES → Create Mermaid diagrams (Architecture, Sequence) and save to `/docs/`.
45
- └── NO → Is this an API Documentation?
46
- ├── YES → Use standard REST/GraphQL documentation layout (Endpoint, Method, Body, Response).
47
- └── NO → Is it a Component Documentation?
48
- ├── YES → Document the Props interface and usage examples.
49
- └── NO → Write standard JSDoc or update README.
36
+ ## 🎛️ Dials (Hành vi)
37
+ ```yaml
38
+ Dials:
39
+ - id: strictness
50
40
  ```
51
41
 
52
- ## 🤝 4. Handoff Pipeline
53
-
54
- 1. `complete`: Generate the Docs and save them to the project files.
42
+ ---
55
43
 
56
- ## 📝 5. Output Format
44
+ ## 🛡️ Biases (Sửa lỗi mặc định)
45
+ ```yaml
46
+ Biases:
47
+ - id: hallucinated-tools # (Tự bịa ra các step hướng dẫn không tồn tại)
48
+ ```
57
49
 
58
- Vui lòng trả kết quả bằng Tiếng Việt.
50
+ ---
59
51
 
60
- - **Tóm tắt (Summary):** Tài liệu nào đã được tạo/cập nhật.
61
- - **Chi tiết (Changes):** Cấu trúc tài liệu.
62
- - **Xác thực (Verification):** Yêu cầu User đọc lướt qua tài liệu.
52
+ ## 🛫 Ship Criteria
53
+ ```yaml
54
+ Rules:
55
+ - id: minimal-diff
56
+ ```
@@ -1,69 +1,57 @@
1
1
  ---
2
2
  name: qk-engineering-standard
3
- version: 3.1.5
4
- updated: 2026-07-02
3
+ version: 5.0.0
4
+ updated: 2026-07-03
5
5
  description: Ép buộc áp dụng SOLID, DRY, Clean Code, và các quy tắc đặt tên.
6
- category: standard
7
- behavior: static-analysis
8
- intent: review-code
9
- priority: critical
10
- tags: [clean-code, architecture, refactoring, solid]
6
+ category: conventions
7
+ tags: [clean-code, solid, refactoring, conventions]
11
8
  platforms: [claude-code, cursor, windsurf, gemini-cli]
12
- trigger: User asks to review code, refactor code, or as part of the pipeline before validation.
13
- inputs: [Source Code, Target Directory]
14
- outputs: [Refactored Code, Code Review Report]
15
- allowed_tools: [grep_search, read_file, write_to_file]
16
- pipeline: [analyze, review, implement, validate, complete]
17
9
  ---
18
10
 
19
- # 🛠️ qk-engineering-standard - Standard Operating Procedure
11
+ # 🛠️ qk-engineering-standard
20
12
 
21
- > **Goal:** Đóng vai trò là "Kiến trúc sư trưởng", rà soát và ép buộc mã nguồn phải tuân thủ chuẩn mực Clean Code, dễ đọc và dễ bảo trì.
13
+ > **Inheritance:** Kỹ năng này tuân thủ Kiến trúc v5.0 của `framework/KERNEL.md`.
14
+ > Output bắt buộc là Decision Summary.
22
15
 
23
- ## 🔄 1. Chain of Thought (SOP)
24
-
25
- 1. **Analyze (Context Review):**
26
- - Scan the target file(s) and determine their role (UI, Logic, API, Config).
27
- 2. **Review (Smell Detection):**
28
- - Check for Naming violations (e.g., `temp`, `data`, `res` instead of `userData`).
29
- - Check for Magic Numbers/Strings.
30
- - Check for God Components (Files > 300 lines or > 3 responsibilities).
31
- 3. **Implement (Refactoring):**
32
- - Extract inline styles or raw strings into constants.
33
- - Split large components into smaller, pure components.
34
- - Separate UI rendering from Business Logic (Custom Hooks).
35
- 4. **Verify (Validation):**
36
- - Ensure the refactoring did NOT change the business logic or behavior of the app (Regression check).
16
+ ---
37
17
 
38
- ## 🛡️ 3. Constraints & Rules
18
+ ## 🎯 Mission (Scope)
19
+ - ✅ Refactor code để áp dụng Clean Architecture.
20
+ - ❌ Do NOT thay đổi logic nghiệp vụ (business logic).
39
21
 
40
- - **Code is for Humans:** Write code that junior developers can easily understand. Avoid overly clever or obscure syntax.
41
- - **Scope Limit:** Do NOT refactor the entire project if the user only asked to review one file. Limit the scope to the current task context.
42
- - **Preserve Behavior:** Refactoring must strictly preserve backward compatibility.
22
+ ---
43
23
 
44
- ## 🌳 3. Decision Tree
24
+ ## ⚙️ Capabilities (Cognitive Pipeline)
25
+ ```yaml
26
+ Pipeline:
27
+ - inference
28
+ - planning
29
+ - execution
30
+ - bias-review
31
+ - ship-check
32
+ ```
45
33
 
46
- ```text
47
- Is the file larger than 300 lines?
48
- ├── YES → Propose splitting the file into sub-components or moving logic to hooks.
49
- └── NO → Continue normal inspection.
34
+ ---
50
35
 
51
- Does the React Component contain `fetch()` or heavy data mapping?
52
- ├── YES → Extract the logic into a separate `use[Feature]Data.ts` hook.
53
- └── NO → Pass.
36
+ ## 🎛️ Dials (Hành vi)
37
+ ```yaml
38
+ Dials:
39
+ - id: strictness
54
40
  ```
55
41
 
56
- ## 🤝 4. Handoff Pipeline
57
-
58
- 1. `validate`: Run static analysis (Linters, TypeScript compiler) to ensure the refactored code has no syntax errors.
59
- 2. `complete`: Generate the review report.
42
+ ---
60
43
 
61
- ## 📝 5. Output Format
44
+ ## 🛡️ Biases (Sửa lỗi mặc định)
45
+ ```yaml
46
+ Biases:
47
+ - id: cosmetic-refactor
48
+ - id: premature-abstraction
49
+ ```
62
50
 
63
- Vui lòng trả kết quả bằng Tiếng Việt. Cấu trúc báo cáo bao gồm:
51
+ ---
64
52
 
65
- - **Tóm tắt (Summary):** File nào vừa được Refactor / Review.
66
- - **Chi tiết (Changes):** Các thay đổi cụ thể về Tên biến, Cấu trúc.
67
- - **Nguyên nhân (Reasoning):** Giải thích tại sao code cũ là "Bad Practice" và code mới tốt hơn thế nào.
68
- - **Xác thực (Verification):** Đảm bảo code chạy không lỗi.
69
- - **Hành động tiếp (Next Action):** Bàn giao lại cho Pipeline.
53
+ ## 🛫 Ship Criteria
54
+ ```yaml
55
+ Rules:
56
+ - id: minimal-diff
57
+ ```
@@ -1,74 +1,57 @@
1
1
  ---
2
2
  name: qk-feature-delivery
3
- version: 3.1.5
4
- updated: 2026-07-02
3
+ version: 5.0.0
4
+ updated: 2026-07-03
5
5
  description: Phát triển tính năng mới hoàn chỉnh từ Frontend đến Backend.
6
- category: engineering
7
- behavior: development
8
- intent: implement-feature
9
- priority: high
10
- tags: [feature, development, e2e, ui, api]
6
+ category: fullstack
7
+ tags: [feature, frontend, backend, implementation]
11
8
  platforms: [claude-code, cursor, windsurf, gemini-cli]
12
- trigger: User asks to create a new page, component, or endpoint.
13
- inputs: [Feature requirements, Design/Mockup (optional)]
14
- outputs: [Implemented code, Test cases]
15
- allowed_tools: [run_command, read_file, write_to_file, grep_search]
16
- pipeline: [analyze, implement, engineering-standard, validate, complete]
17
9
  ---
18
10
 
19
- # 🛠️ qk-feature-delivery - Standard Operating Procedure
11
+ # 🛠️ qk-feature-delivery
20
12
 
21
- > **Goal:** Phát triển một tính năng mới hoàn chỉnh, từ giao diện (Frontend) đến API (Backend) và Cơ sở dữ liệu (nếu có).
13
+ > **Inheritance:** Kỹ năng này tuân thủ Kiến trúc v5.0 của `framework/KERNEL.md`.
14
+ > Output bắt buộc là Decision Summary.
22
15
 
23
- ## 🔄 1. Chain of Thought (SOP)
24
-
25
- 1. **Analyze (Requirements Gathering):**
26
- - Read the user's requirements.
27
- - Break down the feature into sub-tasks (e.g., Schema -> API -> UI Component -> Integration).
28
- 2. **Plan (Architecture & Design):**
29
- - Identify if you need to load specific knowledge files (e.g., `knowledge/frontend/react.md`).
30
- - Define data interfaces (TypeScript Types/Interfaces) first.
31
- 3. **Execute (Implementation):**
32
- - Build the backend/API mock first (if applicable).
33
- - Build the UI component and bind the data.
34
- 4. **Verify (Validation):**
35
- - **4 UI States:** Implement all 4 UI states: `Loading` (Skeleton/Spinner), `Success` (Data), `Error` (Fallback UI/Retry), and `Empty` (No data).
36
- - Check if the UI is responsive (works well on Mobile & Desktop).
37
-
38
- ## 🛡️ 3. Constraints & Rules
16
+ ---
39
17
 
40
- - **Contract First:** Always define the Type/Interface contract before writing the implementation logic.
41
- - **State Management:** Lift state to Global (Redux/Zustand/Context) only if 2 or more components outside the same parent/child tree need to share it. Do not abuse Global State.
42
- - **Component Reusability:** Do not create a new Button or Input if a Shared Component already exists in `src/components/shared/`.
43
- - **DRY (Don't Repeat Yourself):** Extract inline styles or duplicate logic into hooks/utilities.
18
+ ## 🎯 Mission (Scope)
19
+ - Code tính năng end-to-end (API, DB, UI).
20
+ - Do NOT dùng lại các thư viện quá hoặc deprecated.
44
21
 
45
- ## 🌳 3. Decision Tree
22
+ ---
46
23
 
47
- ```text
48
- Does the feature require Backend API changes?
49
- ├── YES → Start with Database Schema/Types -> API Route -> UI Integration.
50
- └── NO → Is it a purely visual UI component?
51
- ├── YES → Load UI/Design tokens and implement.
52
- └── NO (Stateful) → Load `knowledge/frontend/react.md` to design the State Management strategy.
24
+ ## ⚙️ Capabilities (Cognitive Pipeline)
25
+ ```yaml
26
+ Pipeline:
27
+ - inference
28
+ - planning
29
+ - execution
30
+ - bias-review
31
+ - ship-check
53
32
  ```
54
33
 
55
- ## 🤝 4. Handoff Pipeline
56
-
57
- After implementing the feature, map to the pipeline:
34
+ ---
58
35
 
59
- 1. `engineering-standard`: Ensure naming conventions and file size limits are respected.
60
- 2. `validate`: Run tests and format the code.
61
- 3. `complete`: Output the final report.
36
+ ## 🎛️ Dials (Hành vi)
37
+ ```yaml
38
+ Dials:
39
+ - id: complexity-budget
40
+ ```
62
41
 
63
- ## 📝 5. Output Format
42
+ ---
64
43
 
65
- Vui lòng báo cáo lại bằng Tiếng Việt với cấu trúc tương tự `templates/bug-report.md` nhưng thay đổi tiêu đề thành:
44
+ ## 🛡️ Biases (Sửa lỗi mặc định)
45
+ ```yaml
46
+ Biases:
47
+ - id: enterprise-crud
48
+ - id: missing-ui-states
49
+ ```
66
50
 
67
- ### 🚀 Báo Cáo Triển Khai Tính Năng (Feature Report)
51
+ ---
68
52
 
69
- - **Tóm tắt (Summary):** Tính năng gì đã được làm.
70
- - **Chi tiết (Changes):** Liệt kê các file tạo mới / chỉnh sửa.
71
- - **Kiến trúc (Reasoning):** Giải thích quyết định thiết kế State/API.
72
- - **Xác thực (Verification):** Các bước để user test thử.
73
- - **Rủi ro (Risks):** Có làm chậm hệ thống hay bundle size không.
74
- - **Hành động tiếp (Next Action):** ...
53
+ ## 🛫 Ship Criteria
54
+ ```yaml
55
+ Rules:
56
+ - id: end-to-end-validation
57
+ ```
@@ -1,44 +1,52 @@
1
1
  ---
2
2
  name: qk-help
3
- version: 3.1.5
4
- updated: 2026-07-02
3
+ version: 5.0.0
4
+ updated: 2026-07-03
5
5
  description: Hiển thị danh sách các kỹ năng hiện có và các mẹo sử dụng.
6
- category: utilities
7
- behavior: static-analysis
8
- intent: review-code
9
- priority: low
10
- tags: [help, manual, list, tutorial]
6
+ category: utility
7
+ tags: [help, menu, list]
11
8
  platforms: [claude-code, cursor, windsurf, gemini-cli]
12
- trigger: User types 'help', asks for a list of skills, or doesn't know how to use the agent.
13
- inputs: [Help query]
14
- outputs: [List of skills, Tips]
15
- allowed_tools: [read_file, list_dir]
16
- pipeline: [analyze, complete]
17
9
  ---
18
10
 
19
- # 🛠️ qk-help - Standard Operating Procedure
11
+ # 🛠️ qk-help
20
12
 
21
- > **Goal:** Bản đồ hướng dẫn sử dụng Agent Skills. Giúp User tra cứu nhanh lệnh.
13
+ > **Inheritance:** Kỹ năng này tuân thủ Kiến trúc v5.0 của `framework/KERNEL.md`.
14
+ > Output bắt buộc là Decision Summary.
22
15
 
23
- ## 🔄 1. Chain of Thought (SOP)
16
+ ---
17
+
18
+ ## 🎯 Mission (Scope)
19
+ - ✅ Trình bày bảng hướng dẫn sử dụng nhanh gọn, dễ đọc.
20
+ - ❌ Do NOT đưa ra những tường chữ dài dòng.
24
21
 
25
- 1. **Analyze (Scan):**
26
- - Read the skills directory to list all available tools.
27
- 2. **Complete (Format):**
28
- - Format the skills into a neat Markdown table.
22
+ ---
29
23
 
30
- ## 🛡️ 2. Constraints & Rules
24
+ ## ⚙️ Capabilities (Cognitive Pipeline)
25
+ ```yaml
26
+ Pipeline:
27
+ - execution # Bỏ qua Inference và Planning vì đây là skill cung cấp thông tin.
28
+ - ship-check
29
+ ```
31
30
 
32
- - **Keep it short:** Do not print the entire content of `SKILL.md`. Only print the Name and Description from the metadata.
31
+ ---
33
32
 
34
- ## 🤝 3. Handoff Pipeline
33
+ ## 🎛️ Dials (Hành vi)
34
+ ```yaml
35
+ Dials:
36
+ - id: strictness
37
+ ```
35
38
 
36
- 1. `complete`: Output the Help table.
39
+ ---
37
40
 
38
- ## 📝 4. Output Format
41
+ ## 🛡️ Biases (Sửa lỗi mặc định)
42
+ ```yaml
43
+ Biases: []
44
+ ```
39
45
 
40
- Vui lòng trả kết quả bằng Tiếng Việt dạng Bảng (Table).
46
+ ---
41
47
 
42
- - **Cột 1:** Tên Skill
43
- - **Cột 2:** Mô tả ngắn (Tiếng Việt)
44
- - **Cột 3:** Lệnh kích hoạt (Ví dụ: `@qk-bug-resolution`)
48
+ ## 🛫 Ship Criteria
49
+ ```yaml
50
+ Rules:
51
+ - id: delegation-only
52
+ ```
@@ -1,61 +1,58 @@
1
1
  ---
2
2
  name: qk-orchestrator
3
- version: 3.1.5
4
- updated: 2026-07-02
3
+ version: 5.0.0
4
+ updated: 2026-07-03
5
5
  description: Điều hướng yêu cầu của người dùng, phân tích ý định và ủy quyền cho các sub-skills phù hợp.
6
- category: orchestration
7
- behavior: static-analysis
8
- intent: review-code
9
- priority: critical
10
- tags: [router, orchestrator, delegation, ai-manager]
6
+ category: core
7
+ tags: [orchestrator, routing, dispatch, core]
11
8
  platforms: [claude-code, cursor, windsurf, gemini-cli]
12
- trigger: Triggered initially when the user provides a vague or complex multi-step request.
13
- inputs: [User intent, Raw Context]
14
- outputs: [Workflow routing, Sub-skill delegation]
15
- allowed_tools: [grep_search, read_file]
16
- pipeline: [analyze, plan, delegate]
17
9
  ---
18
10
 
19
- # 🛠️ qk-orchestrator - Standard Operating Procedure
11
+ # 🛠️ qk-orchestrator
20
12
 
21
- > **Goal:** "Tổng lệnh" (Master Orchestrator). Phân tích ý đồ của người dùng và điều phối các kỹ năng (Skills) khác để giải quyết vấn đề thay vì làm mọi thứ một cách thủ công.
13
+ > **Inheritance:** Kỹ năng này tuân thủ Kiến trúc v5.0 của `framework/KERNEL.md`.
14
+ > Output bắt buộc là Decision Summary.
22
15
 
23
- ## 🔄 1. Chain of Thought (SOP)
16
+ ---
24
17
 
25
- 1. **Analyze (Intent Parsing):**
26
- - Read the user's request. Determine the goal: Is it a Bug Fix, a New Feature, a Refactor, or just a Question?
27
- 2. **Plan (Context Gathering & Skill Selection):**
28
- - Determine which specific files are needed.
29
- - Select the most appropriate Skill (e.g., `qk-feature-delivery` for new UI, `qk-bug-resolution` for fixing errors).
30
- 3. **Delegate (Handoff):**
31
- - Handoff the gathered context to the selected Skill.
18
+ ## 🎯 Mission (Scope)
19
+ - Phân tích yêu cầu điều phối cho đúng Skill con.
20
+ - Do NOT tự tay viết code hoặc thực hiện thay đổi hệ thống.
32
21
 
33
- ## 🛡️ 2. Constraints & Rules
22
+ ---
34
23
 
35
- - **Cost-Awareness:** Evaluate task complexity. If the task is trivial (e.g., fix a typo, change display text), solve it directly to save tokens.
36
- - **Delegation First:** For complex tasks, do not write source code directly. Delegate to the correct specialized Skill.
37
- - **Ambiguity Check:** If the user's intent is unclear, give them 2-3 Skill suggestions to choose from.
24
+ ## ⚙️ Capabilities (Cognitive Pipeline)
25
+ ```yaml
26
+ Pipeline:
27
+ - inference
28
+ - planning
29
+ - delegation # <-- Core capability
30
+ - bias-review
31
+ - ship-check
32
+ ```
38
33
 
39
- ## 🌳 3. Decision Tree
34
+ ---
40
35
 
41
- ```text
42
- Is the task a massive project (e.g., "Build an Admin Dashboard")?
43
- ├── YES → Break it down:
44
- │ 1. `qk-project-bootstrap` (Setup)
45
- │ 2. `qk-data-lifecycle` (DB Schema)
46
- │ 3. `qk-api-lifecycle` (Endpoints)
47
- │ 4. `qk-feature-delivery` (UI).
48
- └── NO → Delegate to the single most appropriate skill.
36
+ ## 🎛️ Dials (Hành vi)
37
+ ```yaml
38
+ Dials:
39
+ - id: autonomy # (Tự động quyết định hay chờ lệnh)
40
+ - id: strictness
49
41
  ```
50
42
 
51
- ## 🤝 4. Handoff Pipeline
52
-
53
- 1. `delegate`: Call the target Skill.
43
+ ---
54
44
 
55
- ## 📝 5. Output Format
45
+ ## 🛡️ Biases (Sửa lỗi mặc định)
46
+ ```yaml
47
+ Biases:
48
+ - id: hallucinated-tools # (Tự bịa ra các tool/skill không tồn tại)
49
+ - id: absent-delegation # (Tự nhảy vào code thay vì giao việc)
50
+ ```
56
51
 
57
- Vui lòng trả kết quả bằng Tiếng Việt.
52
+ ---
58
53
 
59
- - **Tóm tắt (Summary):** Đã phân tích xong yêu cầu của User.
60
- - **Quyết định điều phối (Reasoning):** Giao việc cho Skill nào.
61
- - **Hành động tiếp (Next Action):** Tự động chuyển vai trò sang Skill được chọn.
54
+ ## 🛫 Ship Criteria
55
+ ```yaml
56
+ Rules:
57
+ - id: delegation-only
58
+ ```