@champpaba/claude-agent-kit 1.6.0 → 1.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/CHANGELOG-v1.1.1.md +259 -259
- package/.claude/CLAUDE.md +21 -6
- package/.claude/agents/01-integration.md +1 -1
- package/.claude/agents/02-uxui-frontend.md +1 -1
- package/.claude/agents/03-test-debug.md +1 -1
- package/.claude/agents/04-frontend.md +1 -1
- package/.claude/agents/05-backend.md +1 -1
- package/.claude/agents/06-database.md +1 -1
- package/.claude/commands/agentsetup.md +1464 -1464
- package/.claude/commands/cdev.md +3 -4
- package/.claude/commands/csetup.md +82 -3
- package/.claude/commands/cstatus.md +60 -60
- package/.claude/commands/cview.md +364 -364
- package/.claude/commands/psetup.md +101 -101
- package/.claude/contexts/design/accessibility.md +611 -611
- 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/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 +182 -182
- package/.claude/contexts/patterns/change-workflow.md +538 -538
- package/.claude/contexts/patterns/code-standards.md +515 -515
- package/.claude/contexts/patterns/development-principles.md +513 -513
- package/.claude/contexts/patterns/error-handling.md +478 -478
- package/.claude/contexts/patterns/error-recovery.md +365 -365
- package/.claude/contexts/patterns/logging.md +424 -424
- package/.claude/contexts/patterns/task-breakdown.md +452 -452
- package/.claude/contexts/patterns/task-classification.md +523 -523
- package/.claude/contexts/patterns/tdd-classification.md +516 -516
- package/.claude/contexts/patterns/testing.md +413 -413
- package/.claude/contexts/patterns/validation-framework.md +776 -776
- package/.claude/lib/agent-executor.md +450 -1
- package/.claude/lib/agent-router.md +572 -572
- package/.claude/lib/detailed-guides/agent-system.md +11 -9
- package/.claude/lib/detailed-guides/incremental-testing.md +460 -0
- package/.claude/lib/flags-updater.md +469 -469
- package/.claude/lib/task-analyzer.md +398 -2
- 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/context-template.md +45 -45
- package/.claude/templates/flags-template.json +42 -42
- package/.claude/templates/phase-templates.json +173 -124
- 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/documentation.md +17 -17
- 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/frontend-mockup.md +123 -123
- 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/report.md +16 -16
- 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/LICENSE +21 -21
- package/README.md +171 -35
- package/package.json +1 -1
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
{
|
|
2
|
-
"permissions": {
|
|
3
|
-
"allow": [
|
|
4
|
-
"Bash(git add:*)",
|
|
5
|
-
"Bash(env)",
|
|
6
|
-
"Bash(npx:*)",
|
|
7
|
-
"mcp__context7__resolve-library-id",
|
|
8
|
-
"mcp__context7__get-library-docs",
|
|
9
|
-
"Bash(where:*)",
|
|
10
|
-
"Bash(claude mcp add chrome-devtools npx chrome-devtools-mcp@latest)",
|
|
11
|
-
"Read(//c/Users/User/**)",
|
|
12
|
-
"Bash(cat:*)",
|
|
13
|
-
"Bash(tasklist:*)",
|
|
14
|
-
"Bash(start chrome:*)",
|
|
15
|
-
"Bash(curl:*)",
|
|
16
|
-
"mcp__chrome-devtools__list_pages",
|
|
17
|
-
"mcp__chrome-devtools__new_page",
|
|
18
|
-
"Bash(taskkill:*)",
|
|
19
|
-
"mcp__chrome-devtools__take_snapshot",
|
|
20
|
-
"mcp__chrome-devtools__navigate_page",
|
|
21
|
-
"mcp__chrome-devtools__fill",
|
|
22
|
-
"mcp__chrome-devtools__click",
|
|
23
|
-
"mcp__chrome-devtools__take_screenshot",
|
|
24
|
-
"Bash(/agents uxui-frontend)",
|
|
25
|
-
"WebFetch(domain:github.com)",
|
|
26
|
-
"WebFetch(domain:raw.githubusercontent.com)",
|
|
27
|
-
"Bash(git -C \"E:\\project\\claude-multi-agent-template\" status)",
|
|
28
|
-
"Bash(npm init:*)",
|
|
29
|
-
"Bash(npm install:*)",
|
|
30
|
-
"Bash(npm run build:*)",
|
|
31
|
-
"Bash(find:*)",
|
|
32
|
-
"Bash(npm test:*)",
|
|
33
|
-
"Bash(npm run dev:*)",
|
|
34
|
-
"Bash(git commit:*)",
|
|
35
|
-
"Bash(git config:*)",
|
|
36
|
-
"Bash(git push:*)",
|
|
37
|
-
"Bash(git log:*)"
|
|
38
|
-
],
|
|
39
|
-
"deny": [],
|
|
40
|
-
"ask": []
|
|
41
|
-
}
|
|
42
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"permissions": {
|
|
3
|
+
"allow": [
|
|
4
|
+
"Bash(git add:*)",
|
|
5
|
+
"Bash(env)",
|
|
6
|
+
"Bash(npx:*)",
|
|
7
|
+
"mcp__context7__resolve-library-id",
|
|
8
|
+
"mcp__context7__get-library-docs",
|
|
9
|
+
"Bash(where:*)",
|
|
10
|
+
"Bash(claude mcp add chrome-devtools npx chrome-devtools-mcp@latest)",
|
|
11
|
+
"Read(//c/Users/User/**)",
|
|
12
|
+
"Bash(cat:*)",
|
|
13
|
+
"Bash(tasklist:*)",
|
|
14
|
+
"Bash(start chrome:*)",
|
|
15
|
+
"Bash(curl:*)",
|
|
16
|
+
"mcp__chrome-devtools__list_pages",
|
|
17
|
+
"mcp__chrome-devtools__new_page",
|
|
18
|
+
"Bash(taskkill:*)",
|
|
19
|
+
"mcp__chrome-devtools__take_snapshot",
|
|
20
|
+
"mcp__chrome-devtools__navigate_page",
|
|
21
|
+
"mcp__chrome-devtools__fill",
|
|
22
|
+
"mcp__chrome-devtools__click",
|
|
23
|
+
"mcp__chrome-devtools__take_screenshot",
|
|
24
|
+
"Bash(/agents uxui-frontend)",
|
|
25
|
+
"WebFetch(domain:github.com)",
|
|
26
|
+
"WebFetch(domain:raw.githubusercontent.com)",
|
|
27
|
+
"Bash(git -C \"E:\\project\\claude-multi-agent-template\" status)",
|
|
28
|
+
"Bash(npm init:*)",
|
|
29
|
+
"Bash(npm install:*)",
|
|
30
|
+
"Bash(npm run build:*)",
|
|
31
|
+
"Bash(find:*)",
|
|
32
|
+
"Bash(npm test:*)",
|
|
33
|
+
"Bash(npm run dev:*)",
|
|
34
|
+
"Bash(git commit:*)",
|
|
35
|
+
"Bash(git config:*)",
|
|
36
|
+
"Bash(git push:*)",
|
|
37
|
+
"Bash(git log:*)"
|
|
38
|
+
],
|
|
39
|
+
"deny": [],
|
|
40
|
+
"ask": []
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
# Agent Context: {CHANGE_ID} {CHANGE_TITLE}
|
|
2
|
-
|
|
3
|
-
## Change Info
|
|
4
|
-
- **ID:** {CHANGE_ID}
|
|
5
|
-
- **Type:** {CHANGE_TYPE}
|
|
6
|
-
- **Status:** Phase {CURRENT_PHASE_NUMBER}/{TOTAL_PHASES}
|
|
7
|
-
- **Created:** {CREATED_DATE}
|
|
8
|
-
|
|
9
|
-
## References
|
|
10
|
-
**IMPORTANT:** Agents MUST read these before starting work!
|
|
11
|
-
|
|
12
|
-
- **Proposal:** [../proposal.md](../proposal.md) - Business requirements and scope
|
|
13
|
-
- **Tasks:** [../tasks.md](../tasks.md) - Implementation checklist
|
|
14
|
-
- **Design:** [../design.md](../design.md) - Technical decisions (if exists)
|
|
15
|
-
- **Specs:** ../specs/ - Delta requirements
|
|
16
|
-
|
|
17
|
-
## Tech Stack
|
|
18
|
-
|
|
19
|
-
### Core (from project-level)
|
|
20
|
-
Reference: `@/.claude/contexts/domain/project/best-practices/`
|
|
21
|
-
|
|
22
|
-
{CORE_TECH_LIST}
|
|
23
|
-
|
|
24
|
-
### Additional (Change-specific)
|
|
25
|
-
**New tech for this Change only:**
|
|
26
|
-
|
|
27
|
-
{ADDITIONAL_TECH_LIST}
|
|
28
|
-
|
|
29
|
-
## Change-Specific Patterns
|
|
30
|
-
|
|
31
|
-
{CHANGE_SPECIFIC_PATTERNS}
|
|
32
|
-
|
|
33
|
-
## Agent Instructions per Phase
|
|
34
|
-
|
|
35
|
-
{AGENT_INSTRUCTIONS}
|
|
36
|
-
|
|
37
|
-
## Phase Tracking
|
|
38
|
-
**Current phase:** {CURRENT_PHASE}
|
|
39
|
-
|
|
40
|
-
See `flags.json` for detailed tracking.
|
|
41
|
-
|
|
42
|
-
---
|
|
43
|
-
|
|
44
|
-
**Last updated:** {UPDATED_DATE}
|
|
45
|
-
**Phase:** {CURRENT_PHASE} ({STATUS})
|
|
1
|
+
# Agent Context: {CHANGE_ID} {CHANGE_TITLE}
|
|
2
|
+
|
|
3
|
+
## Change Info
|
|
4
|
+
- **ID:** {CHANGE_ID}
|
|
5
|
+
- **Type:** {CHANGE_TYPE}
|
|
6
|
+
- **Status:** Phase {CURRENT_PHASE_NUMBER}/{TOTAL_PHASES}
|
|
7
|
+
- **Created:** {CREATED_DATE}
|
|
8
|
+
|
|
9
|
+
## References
|
|
10
|
+
**IMPORTANT:** Agents MUST read these before starting work!
|
|
11
|
+
|
|
12
|
+
- **Proposal:** [../proposal.md](../proposal.md) - Business requirements and scope
|
|
13
|
+
- **Tasks:** [../tasks.md](../tasks.md) - Implementation checklist
|
|
14
|
+
- **Design:** [../design.md](../design.md) - Technical decisions (if exists)
|
|
15
|
+
- **Specs:** ../specs/ - Delta requirements
|
|
16
|
+
|
|
17
|
+
## Tech Stack
|
|
18
|
+
|
|
19
|
+
### Core (from project-level)
|
|
20
|
+
Reference: `@/.claude/contexts/domain/project/best-practices/`
|
|
21
|
+
|
|
22
|
+
{CORE_TECH_LIST}
|
|
23
|
+
|
|
24
|
+
### Additional (Change-specific)
|
|
25
|
+
**New tech for this Change only:**
|
|
26
|
+
|
|
27
|
+
{ADDITIONAL_TECH_LIST}
|
|
28
|
+
|
|
29
|
+
## Change-Specific Patterns
|
|
30
|
+
|
|
31
|
+
{CHANGE_SPECIFIC_PATTERNS}
|
|
32
|
+
|
|
33
|
+
## Agent Instructions per Phase
|
|
34
|
+
|
|
35
|
+
{AGENT_INSTRUCTIONS}
|
|
36
|
+
|
|
37
|
+
## Phase Tracking
|
|
38
|
+
**Current phase:** {CURRENT_PHASE}
|
|
39
|
+
|
|
40
|
+
See `flags.json` for detailed tracking.
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
**Last updated:** {UPDATED_DATE}
|
|
45
|
+
**Phase:** {CURRENT_PHASE} ({STATUS})
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "1.0.0",
|
|
3
|
-
"change_id": "",
|
|
4
|
-
"change_type": "",
|
|
5
|
-
"template": "",
|
|
6
|
-
"created_at": "",
|
|
7
|
-
"updated_at": "",
|
|
8
|
-
|
|
9
|
-
"current_phase": "",
|
|
10
|
-
|
|
11
|
-
"phases": {},
|
|
12
|
-
|
|
13
|
-
"meta": {
|
|
14
|
-
"total_phases": 0,
|
|
15
|
-
"completed_phases": 0,
|
|
16
|
-
"in_progress_phases": 0,
|
|
17
|
-
"pending_phases": 0,
|
|
18
|
-
"progress_percentage": 0,
|
|
19
|
-
|
|
20
|
-
"total_estimated_minutes": 0,
|
|
21
|
-
"total_actual_minutes": 0,
|
|
22
|
-
"time_remaining_estimate": 0,
|
|
23
|
-
|
|
24
|
-
"tests_total": 0,
|
|
25
|
-
"tests_passed": 0,
|
|
26
|
-
"tests_failed": 0,
|
|
27
|
-
"coverage_percentage": 0,
|
|
28
|
-
|
|
29
|
-
"issues_found": 0,
|
|
30
|
-
"issues_fixed": 0,
|
|
31
|
-
"issues_remaining": 0,
|
|
32
|
-
|
|
33
|
-
"files_created": 0,
|
|
34
|
-
"files_modified": 0
|
|
35
|
-
},
|
|
36
|
-
|
|
37
|
-
"ready_to_archive": false,
|
|
38
|
-
"blocked": false,
|
|
39
|
-
"blocking_reason": null,
|
|
40
|
-
|
|
41
|
-
"history": []
|
|
42
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"change_id": "",
|
|
4
|
+
"change_type": "",
|
|
5
|
+
"template": "",
|
|
6
|
+
"created_at": "",
|
|
7
|
+
"updated_at": "",
|
|
8
|
+
|
|
9
|
+
"current_phase": "",
|
|
10
|
+
|
|
11
|
+
"phases": {},
|
|
12
|
+
|
|
13
|
+
"meta": {
|
|
14
|
+
"total_phases": 0,
|
|
15
|
+
"completed_phases": 0,
|
|
16
|
+
"in_progress_phases": 0,
|
|
17
|
+
"pending_phases": 0,
|
|
18
|
+
"progress_percentage": 0,
|
|
19
|
+
|
|
20
|
+
"total_estimated_minutes": 0,
|
|
21
|
+
"total_actual_minutes": 0,
|
|
22
|
+
"time_remaining_estimate": 0,
|
|
23
|
+
|
|
24
|
+
"tests_total": 0,
|
|
25
|
+
"tests_passed": 0,
|
|
26
|
+
"tests_failed": 0,
|
|
27
|
+
"coverage_percentage": 0,
|
|
28
|
+
|
|
29
|
+
"issues_found": 0,
|
|
30
|
+
"issues_fixed": 0,
|
|
31
|
+
"issues_remaining": 0,
|
|
32
|
+
|
|
33
|
+
"files_created": 0,
|
|
34
|
+
"files_modified": 0
|
|
35
|
+
},
|
|
36
|
+
|
|
37
|
+
"ready_to_archive": false,
|
|
38
|
+
"blocked": false,
|
|
39
|
+
"blocking_reason": null,
|
|
40
|
+
|
|
41
|
+
"history": []
|
|
42
|
+
}
|
|
@@ -1,124 +1,173 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "1.
|
|
3
|
-
"templates": {
|
|
4
|
-
"full-stack": {
|
|
5
|
-
"name": "Full-Stack Feature",
|
|
6
|
-
"description": "Complete feature with frontend UI, backend API, and database",
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"test
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
"
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
"
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
"
|
|
123
|
-
|
|
124
|
-
|
|
1
|
+
{
|
|
2
|
+
"version": "1.1.0",
|
|
3
|
+
"templates": {
|
|
4
|
+
"full-stack": {
|
|
5
|
+
"name": "Full-Stack Feature",
|
|
6
|
+
"description": "Complete feature with frontend UI, backend API, and database",
|
|
7
|
+
"milestone_support": true,
|
|
8
|
+
"phases": [
|
|
9
|
+
"frontend-mockup",
|
|
10
|
+
"accessibility-test",
|
|
11
|
+
"manual-ux-test",
|
|
12
|
+
"business-logic-validation",
|
|
13
|
+
"user-approval",
|
|
14
|
+
"api-design",
|
|
15
|
+
"backend",
|
|
16
|
+
"database",
|
|
17
|
+
"backend-tests",
|
|
18
|
+
"contract-backend",
|
|
19
|
+
"frontend-integration",
|
|
20
|
+
"contract-frontend",
|
|
21
|
+
"e2e-tests",
|
|
22
|
+
"manual-flow-test",
|
|
23
|
+
"refactor",
|
|
24
|
+
"regression-tests",
|
|
25
|
+
"test-coverage",
|
|
26
|
+
"documentation",
|
|
27
|
+
"report"
|
|
28
|
+
],
|
|
29
|
+
"total_phases": 19,
|
|
30
|
+
"estimated_minutes": 420
|
|
31
|
+
},
|
|
32
|
+
|
|
33
|
+
"frontend-only": {
|
|
34
|
+
"name": "Frontend Only",
|
|
35
|
+
"description": "UI components with mockup data, no backend integration",
|
|
36
|
+
"milestone_support": true,
|
|
37
|
+
"phases": [
|
|
38
|
+
"frontend-mockup",
|
|
39
|
+
"accessibility-test",
|
|
40
|
+
"manual-ux-test",
|
|
41
|
+
"business-logic-validation",
|
|
42
|
+
"user-approval",
|
|
43
|
+
"component-tests",
|
|
44
|
+
"responsive-test",
|
|
45
|
+
"refactor",
|
|
46
|
+
"test-coverage",
|
|
47
|
+
"documentation",
|
|
48
|
+
"report"
|
|
49
|
+
],
|
|
50
|
+
"total_phases": 11,
|
|
51
|
+
"estimated_minutes": 195
|
|
52
|
+
},
|
|
53
|
+
|
|
54
|
+
"backend-only": {
|
|
55
|
+
"name": "Backend Only",
|
|
56
|
+
"description": "API endpoints and database without frontend",
|
|
57
|
+
"milestone_support": true,
|
|
58
|
+
"phases": [
|
|
59
|
+
"api-design",
|
|
60
|
+
"backend",
|
|
61
|
+
"database",
|
|
62
|
+
"backend-tests",
|
|
63
|
+
"contract-backend",
|
|
64
|
+
"e2e-api-tests",
|
|
65
|
+
"refactor",
|
|
66
|
+
"regression-tests",
|
|
67
|
+
"documentation",
|
|
68
|
+
"report"
|
|
69
|
+
],
|
|
70
|
+
"total_phases": 10,
|
|
71
|
+
"estimated_minutes": 210
|
|
72
|
+
},
|
|
73
|
+
|
|
74
|
+
"script-only": {
|
|
75
|
+
"name": "Script/CLI Tool",
|
|
76
|
+
"description": "Command-line tool or background script",
|
|
77
|
+
"milestone_support": true,
|
|
78
|
+
"phases": [
|
|
79
|
+
"script-implementation",
|
|
80
|
+
"automated-tests",
|
|
81
|
+
"manual-testing",
|
|
82
|
+
"business-logic-validation",
|
|
83
|
+
"refactor",
|
|
84
|
+
"test-coverage",
|
|
85
|
+
"documentation"
|
|
86
|
+
],
|
|
87
|
+
"total_phases": 7,
|
|
88
|
+
"estimated_minutes": 150
|
|
89
|
+
},
|
|
90
|
+
|
|
91
|
+
"bug-fix": {
|
|
92
|
+
"name": "Bug Fix",
|
|
93
|
+
"description": "Fix existing functionality",
|
|
94
|
+
"milestone_support": true,
|
|
95
|
+
"phases": [
|
|
96
|
+
"fix-implementation",
|
|
97
|
+
"unit-tests",
|
|
98
|
+
"manual-verification",
|
|
99
|
+
"regression-tests",
|
|
100
|
+
"report"
|
|
101
|
+
],
|
|
102
|
+
"total_phases": 5,
|
|
103
|
+
"estimated_minutes": 60
|
|
104
|
+
},
|
|
105
|
+
|
|
106
|
+
"refactor": {
|
|
107
|
+
"name": "Refactoring",
|
|
108
|
+
"description": "Improve code quality without changing functionality",
|
|
109
|
+
"milestone_support": true,
|
|
110
|
+
"phases": [
|
|
111
|
+
"refactor-implementation",
|
|
112
|
+
"regression-tests",
|
|
113
|
+
"documentation",
|
|
114
|
+
"report"
|
|
115
|
+
],
|
|
116
|
+
"total_phases": 4,
|
|
117
|
+
"estimated_minutes": 90
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
|
|
121
|
+
"detection_keywords": {
|
|
122
|
+
"frontend": ["component", "page", "ui", "form", "button", "layout", "responsive", "css", "style", "tsx", "jsx", "vue"],
|
|
123
|
+
"backend": ["api", "endpoint", "route", "handler", "server", "backend", "middleware", "controller"],
|
|
124
|
+
"database": ["database", "schema", "migration", "prisma", "model", "query", "sql", "table"],
|
|
125
|
+
"api_integration": ["fetch", "axios", "api call", "integration", "connect to", "http request"],
|
|
126
|
+
"script": ["cli", "command", "script", "automation", "batch", "cron", "job", "worker"],
|
|
127
|
+
"bug_fix": ["bug", "fix", "issue", "error", "broken", "crash"],
|
|
128
|
+
"refactor": ["refactor", "cleanup", "optimize", "improve", "restructure", "reorganize"]
|
|
129
|
+
},
|
|
130
|
+
|
|
131
|
+
"milestone_schema": {
|
|
132
|
+
"description": "Schema for incremental testing milestones (v1.4.0)",
|
|
133
|
+
"fields": {
|
|
134
|
+
"id": {
|
|
135
|
+
"type": "number",
|
|
136
|
+
"description": "Sequential milestone number (1, 2, 3, ...)",
|
|
137
|
+
"required": true
|
|
138
|
+
},
|
|
139
|
+
"name": {
|
|
140
|
+
"type": "string",
|
|
141
|
+
"description": "Short milestone name describing the goal",
|
|
142
|
+
"required": true,
|
|
143
|
+
"example": "Core implementation (minimal viable)"
|
|
144
|
+
},
|
|
145
|
+
"testScope": {
|
|
146
|
+
"type": "string",
|
|
147
|
+
"description": "Specific testing scope for this milestone",
|
|
148
|
+
"required": true,
|
|
149
|
+
"example": "Single happy path (1 record, hardcoded input)"
|
|
150
|
+
},
|
|
151
|
+
"exitCriteria": {
|
|
152
|
+
"type": "array",
|
|
153
|
+
"items": "string",
|
|
154
|
+
"description": "Checklist of criteria that must pass",
|
|
155
|
+
"required": true,
|
|
156
|
+
"example": ["Response status = 200", "Data structure valid", "Response time < 500ms"]
|
|
157
|
+
},
|
|
158
|
+
"estimatedTime": {
|
|
159
|
+
"type": "number",
|
|
160
|
+
"description": "Estimated time in minutes",
|
|
161
|
+
"required": true,
|
|
162
|
+
"example": 27
|
|
163
|
+
},
|
|
164
|
+
"retryLimit": {
|
|
165
|
+
"type": "number",
|
|
166
|
+
"description": "Maximum retry attempts (always 2)",
|
|
167
|
+
"required": true,
|
|
168
|
+
"default": 2
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
"usage": "Generated by task-analyzer.md's generateMilestones() function for incremental tasks"
|
|
172
|
+
}
|
|
173
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
# Phase: Accessibility Test
|
|
2
|
-
|
|
3
|
-
**Agent:** `test-debug`
|
|
4
|
-
**Metadata:** `| automated | accessibility |`
|
|
5
|
-
**Estimated time:** 10 minutes
|
|
6
|
-
|
|
7
|
-
## 🎯 Purpose
|
|
8
|
-
Run automated accessibility tests (Lighthouse, axe-core).
|
|
9
|
-
|
|
10
|
-
## ✅ Success Criteria
|
|
11
|
-
- [ ] Lighthouse score ≥ 95
|
|
12
|
-
- [ ] Contrast ratios pass WCAG AAA
|
|
13
|
-
- [ ] ARIA labels complete
|
|
14
|
-
|
|
15
|
-
## 📤 Output
|
|
16
|
-
- Test report
|
|
17
|
-
- Update flags.json
|
|
1
|
+
# Phase: Accessibility Test
|
|
2
|
+
|
|
3
|
+
**Agent:** `test-debug`
|
|
4
|
+
**Metadata:** `| automated | accessibility |`
|
|
5
|
+
**Estimated time:** 10 minutes
|
|
6
|
+
|
|
7
|
+
## 🎯 Purpose
|
|
8
|
+
Run automated accessibility tests (Lighthouse, axe-core).
|
|
9
|
+
|
|
10
|
+
## ✅ Success Criteria
|
|
11
|
+
- [ ] Lighthouse score ≥ 95
|
|
12
|
+
- [ ] Contrast ratios pass WCAG AAA
|
|
13
|
+
- [ ] ARIA labels complete
|
|
14
|
+
|
|
15
|
+
## 📤 Output
|
|
16
|
+
- Test report
|
|
17
|
+
- Update flags.json
|