@champpaba/claude-agent-kit 2.6.0 → 2.7.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 (72) hide show
  1. package/.claude/CLAUDE.md +103 -58
  2. package/.claude/agents/02-uxui-frontend.md +5 -6
  3. package/.claude/agents/07-ux-tester.md +407 -0
  4. package/.claude/commands/cdev.md +113 -8
  5. package/.claude/commands/csetup.md +13 -13
  6. package/.claude/commands/cview.md +364 -364
  7. package/.claude/commands/designsetup.md +171 -48
  8. package/.claude/commands/extract.md +382 -668
  9. package/.claude/commands/pageplan.md +25 -27
  10. package/.claude/contexts/design/accessibility.md +611 -611
  11. package/.claude/contexts/design/box-thinking.md +4 -4
  12. package/.claude/contexts/design/color-theory.md +5 -5
  13. package/.claude/contexts/design/index.md +9 -9
  14. package/.claude/contexts/design/layout.md +400 -400
  15. package/.claude/contexts/design/responsive.md +551 -551
  16. package/.claude/contexts/design/shadows.md +522 -522
  17. package/.claude/contexts/design/spacing.md +4 -4
  18. package/.claude/contexts/design/typography.md +465 -465
  19. package/.claude/contexts/domain/README.md +164 -164
  20. package/.claude/contexts/patterns/agent-coordination.md +388 -388
  21. package/.claude/contexts/patterns/agent-discovery.md +1 -1
  22. package/.claude/contexts/patterns/animation-patterns.md +3 -3
  23. package/.claude/contexts/patterns/development-principles.md +513 -513
  24. package/.claude/contexts/patterns/error-handling.md +478 -478
  25. package/.claude/contexts/patterns/logging.md +424 -424
  26. package/.claude/contexts/patterns/tdd-classification.md +516 -516
  27. package/.claude/contexts/patterns/testing.md +413 -413
  28. package/.claude/contexts/patterns/ui-component-consistency.md +3 -3
  29. package/.claude/lib/README.md +1 -1
  30. package/.claude/lib/agent-executor.md +223 -0
  31. package/.claude/lib/context-loading-protocol.md +5 -6
  32. package/.claude/lib/detailed-guides/agent-system.md +4 -4
  33. package/.claude/lib/detailed-guides/best-practices-system.md +5 -4
  34. package/.claude/lib/detailed-guides/context-optimization.md +21 -22
  35. package/.claude/lib/detailed-guides/design-system.md +6 -5
  36. package/.claude/lib/detailed-guides/page-planning.md +6 -6
  37. package/.claude/lib/document-loader.md +32 -47
  38. package/.claude/lib/task-analyzer.md +194 -1
  39. package/.claude/lib/tdd-classifier.md +345 -345
  40. package/.claude/lib/validation-gates.md +484 -484
  41. package/.claude/settings.local.json +42 -42
  42. package/.claude/templates/PROJECT_STATUS.template.yml +1 -1
  43. package/.claude/templates/STYLE_GUIDE.template.md +7 -7
  44. package/.claude/templates/context-template.md +45 -45
  45. package/.claude/templates/design-context-template.md +22 -29
  46. package/.claude/templates/flags-template.json +42 -42
  47. package/.claude/templates/page-plan-example.md +9 -9
  48. package/.claude/templates/phases-sections/accessibility-test.md +17 -17
  49. package/.claude/templates/phases-sections/api-design.md +37 -37
  50. package/.claude/templates/phases-sections/backend-tests.md +16 -16
  51. package/.claude/templates/phases-sections/backend.md +37 -37
  52. package/.claude/templates/phases-sections/business-logic-validation.md +16 -16
  53. package/.claude/templates/phases-sections/component-tests.md +17 -17
  54. package/.claude/templates/phases-sections/contract-backend.md +16 -16
  55. package/.claude/templates/phases-sections/contract-frontend.md +16 -16
  56. package/.claude/templates/phases-sections/database.md +35 -35
  57. package/.claude/templates/phases-sections/e2e-tests.md +16 -16
  58. package/.claude/templates/phases-sections/fix-implementation.md +17 -17
  59. package/.claude/templates/phases-sections/frontend-integration.md +18 -18
  60. package/.claude/templates/phases-sections/manual-flow-test.md +15 -15
  61. package/.claude/templates/phases-sections/manual-ux-test.md +16 -16
  62. package/.claude/templates/phases-sections/refactor-implementation.md +17 -17
  63. package/.claude/templates/phases-sections/refactor.md +16 -16
  64. package/.claude/templates/phases-sections/regression-tests.md +15 -15
  65. package/.claude/templates/phases-sections/responsive-test.md +16 -16
  66. package/.claude/templates/phases-sections/script-implementation.md +43 -43
  67. package/.claude/templates/phases-sections/test-coverage.md +16 -16
  68. package/.claude/templates/phases-sections/user-approval.md +14 -14
  69. package/.claude/templates/phases-sections/ux-testing.md +164 -0
  70. package/LICENSE +21 -21
  71. package/README.md +3 -1
  72. package/package.json +1 -1
@@ -8,12 +8,12 @@
8
8
 
9
9
  **This file contains layout analysis METHODOLOGY** (applies to all projects).
10
10
 
11
- **If your project has a STYLE_GUIDE.md with reference screenshot:**
12
- View the screenshot and apply Box Thinking to understand its layout
13
- Use STYLE_GUIDE.md spacing values when implementing boxes
11
+ **If your project has a data.yaml:**
12
+ Use data.yaml spacing values when implementing boxes
13
+ Apply Box Thinking methodology with project-specific tokens
14
14
 
15
15
  Box Thinking = **How to think about layout**
16
- STYLE_GUIDE.md = **What values to use**
16
+ data.yaml = **What values to use**
17
17
 
18
18
  ---
19
19
 
@@ -9,20 +9,20 @@
9
9
 
10
10
  **This file contains GENERIC color theory principles.**
11
11
 
12
- **If your project has a STYLE_GUIDE.md:**
13
- STYLE_GUIDE.md colors take **priority** (use exact hex values from it)
12
+ **If your project has a data.yaml:**
13
+ data.yaml colors take **priority** (use exact hex values from it)
14
14
  → This file = **reference** for color theory concepts only
15
15
 
16
- **Check:** `.claude/contexts/domain/{project}/STYLE_GUIDE.md`
16
+ **Check:** `design-system/data.yaml`
17
17
 
18
18
  **Priority order:**
19
- 1. `STYLE_GUIDE.md` (project-specific hex values) ← **Use this if exists!**
19
+ 1. `data.yaml` (project-specific hex values) ← **Use this if exists!**
20
20
  2. Existing components (brownfield) ← Extract colors from code
21
21
  3. This file (generic principles) ← Theory and fallback defaults
22
22
 
23
23
  **When using this file:**
24
24
  - Apply **concepts** (60-30-10 rule, accessibility, harmony)
25
- - Don't use **example colors** if STYLE_GUIDE.md exists
25
+ - Don't use **example colors** if data.yaml exists
26
26
 
27
27
  ---
28
28
 
@@ -8,14 +8,14 @@
8
8
 
9
9
  **uxui-frontend agents should check this priority order:**
10
10
 
11
- ### Priority 1: Project-Specific Style Guide (Highest)
11
+ ### Priority 1: Project-Specific Design Tokens (Highest)
12
12
  ```
13
- design-system/STYLE_GUIDE.md
13
+ design-system/data.yaml
14
14
  ```
15
15
 
16
16
  **If this file exists:**
17
- - ✅ Use STYLE_GUIDE.md as **PRIMARY source of truth**
18
- - Contains: Complete design system (colors, typography, spacing, components)
17
+ - ✅ Use data.yaml as **PRIMARY source of truth**
18
+ - Contains: Complete design tokens + psychology (colors, typography, spacing, components)
19
19
  - Generated by: `/designsetup` command (from reference/codebase/AI)
20
20
  - **DO NOT** override with universal principles below
21
21
 
@@ -29,7 +29,7 @@ design-system/STYLE_GUIDE.md
29
29
  ```
30
30
 
31
31
  **Use these when:**
32
- - No STYLE_GUIDE.md exists
32
+ - No data.yaml exists
33
33
  - Need general design theory
34
34
  - Understanding design concepts (box thinking, color theory)
35
35
 
@@ -38,7 +38,7 @@ design-system/STYLE_GUIDE.md
38
38
  .claude/contexts/domain/[project]/design-tokens.md
39
39
  ```
40
40
 
41
- **Note:** This is being replaced by STYLE_GUIDE.md
41
+ **Note:** This is being replaced by data.yaml
42
42
 
43
43
  ---
44
44
 
@@ -46,8 +46,8 @@ design-system/STYLE_GUIDE.md
46
46
 
47
47
  **Before ANY design recommendation, ask:**
48
48
 
49
- 1. **Do we have a style guide?**
50
- - Check: `design-system/STYLE_GUIDE.md`
49
+ 1. **Do we have a design tokens file?**
50
+ - Check: `design-system/data.yaml`
51
51
  - If YES → Use it (Priority 1)
52
52
  - If NO → Use universal principles (Priority 2)
53
53
 
@@ -60,7 +60,7 @@ design-system/STYLE_GUIDE.md
60
60
  - Box Relationships
61
61
 
62
62
  3. **What context?**
63
- - Project-specific style guide (STYLE_GUIDE.md)
63
+ - Project-specific design tokens (data.yaml)
64
64
  - Universal design principles (this directory)
65
65
 
66
66
  4. **What's the user goal?**