@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.
- package/.claude/CLAUDE.md +103 -58
- package/.claude/agents/02-uxui-frontend.md +5 -6
- package/.claude/agents/07-ux-tester.md +407 -0
- package/.claude/commands/cdev.md +113 -8
- package/.claude/commands/csetup.md +13 -13
- package/.claude/commands/cview.md +364 -364
- package/.claude/commands/designsetup.md +171 -48
- package/.claude/commands/extract.md +382 -668
- package/.claude/commands/pageplan.md +25 -27
- package/.claude/contexts/design/accessibility.md +611 -611
- package/.claude/contexts/design/box-thinking.md +4 -4
- package/.claude/contexts/design/color-theory.md +5 -5
- package/.claude/contexts/design/index.md +9 -9
- package/.claude/contexts/design/layout.md +400 -400
- package/.claude/contexts/design/responsive.md +551 -551
- package/.claude/contexts/design/shadows.md +522 -522
- package/.claude/contexts/design/spacing.md +4 -4
- package/.claude/contexts/design/typography.md +465 -465
- package/.claude/contexts/domain/README.md +164 -164
- package/.claude/contexts/patterns/agent-coordination.md +388 -388
- package/.claude/contexts/patterns/agent-discovery.md +1 -1
- package/.claude/contexts/patterns/animation-patterns.md +3 -3
- package/.claude/contexts/patterns/development-principles.md +513 -513
- package/.claude/contexts/patterns/error-handling.md +478 -478
- package/.claude/contexts/patterns/logging.md +424 -424
- package/.claude/contexts/patterns/tdd-classification.md +516 -516
- package/.claude/contexts/patterns/testing.md +413 -413
- package/.claude/contexts/patterns/ui-component-consistency.md +3 -3
- package/.claude/lib/README.md +1 -1
- package/.claude/lib/agent-executor.md +223 -0
- package/.claude/lib/context-loading-protocol.md +5 -6
- package/.claude/lib/detailed-guides/agent-system.md +4 -4
- package/.claude/lib/detailed-guides/best-practices-system.md +5 -4
- package/.claude/lib/detailed-guides/context-optimization.md +21 -22
- package/.claude/lib/detailed-guides/design-system.md +6 -5
- package/.claude/lib/detailed-guides/page-planning.md +6 -6
- package/.claude/lib/document-loader.md +32 -47
- package/.claude/lib/task-analyzer.md +194 -1
- package/.claude/lib/tdd-classifier.md +345 -345
- package/.claude/lib/validation-gates.md +484 -484
- package/.claude/settings.local.json +42 -42
- package/.claude/templates/PROJECT_STATUS.template.yml +1 -1
- package/.claude/templates/STYLE_GUIDE.template.md +7 -7
- package/.claude/templates/context-template.md +45 -45
- package/.claude/templates/design-context-template.md +22 -29
- package/.claude/templates/flags-template.json +42 -42
- package/.claude/templates/page-plan-example.md +9 -9
- package/.claude/templates/phases-sections/accessibility-test.md +17 -17
- package/.claude/templates/phases-sections/api-design.md +37 -37
- package/.claude/templates/phases-sections/backend-tests.md +16 -16
- package/.claude/templates/phases-sections/backend.md +37 -37
- package/.claude/templates/phases-sections/business-logic-validation.md +16 -16
- package/.claude/templates/phases-sections/component-tests.md +17 -17
- package/.claude/templates/phases-sections/contract-backend.md +16 -16
- package/.claude/templates/phases-sections/contract-frontend.md +16 -16
- package/.claude/templates/phases-sections/database.md +35 -35
- package/.claude/templates/phases-sections/e2e-tests.md +16 -16
- package/.claude/templates/phases-sections/fix-implementation.md +17 -17
- package/.claude/templates/phases-sections/frontend-integration.md +18 -18
- package/.claude/templates/phases-sections/manual-flow-test.md +15 -15
- package/.claude/templates/phases-sections/manual-ux-test.md +16 -16
- package/.claude/templates/phases-sections/refactor-implementation.md +17 -17
- package/.claude/templates/phases-sections/refactor.md +16 -16
- package/.claude/templates/phases-sections/regression-tests.md +15 -15
- package/.claude/templates/phases-sections/responsive-test.md +16 -16
- package/.claude/templates/phases-sections/script-implementation.md +43 -43
- package/.claude/templates/phases-sections/test-coverage.md +16 -16
- package/.claude/templates/phases-sections/user-approval.md +14 -14
- package/.claude/templates/phases-sections/ux-testing.md +164 -0
- package/LICENSE +21 -21
- package/README.md +3 -1
- 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
|
|
12
|
-
→
|
|
13
|
-
→
|
|
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
|
-
|
|
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
|
|
13
|
-
→
|
|
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:**
|
|
16
|
+
**Check:** `design-system/data.yaml`
|
|
17
17
|
|
|
18
18
|
**Priority order:**
|
|
19
|
-
1. `
|
|
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
|
|
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
|
|
11
|
+
### Priority 1: Project-Specific Design Tokens (Highest)
|
|
12
12
|
```
|
|
13
|
-
design-system/
|
|
13
|
+
design-system/data.yaml
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
**If this file exists:**
|
|
17
|
-
- ✅ Use
|
|
18
|
-
- Contains: Complete design
|
|
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
|
|
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
|
|
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
|
|
50
|
-
- Check: `design-system/
|
|
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
|
|
63
|
+
- Project-specific design tokens (data.yaml)
|
|
64
64
|
- Universal design principles (this directory)
|
|
65
65
|
|
|
66
66
|
4. **What's the user goal?**
|