codingbuddy-rules 4.4.0 → 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.
- package/.ai-rules/adapters/antigravity.md +6 -6
- package/.ai-rules/adapters/claude-code.md +107 -4
- package/.ai-rules/adapters/codex.md +5 -5
- package/.ai-rules/adapters/cursor.md +2 -2
- package/.ai-rules/adapters/kiro.md +8 -8
- package/.ai-rules/adapters/opencode.md +7 -7
- package/.ai-rules/adapters/q.md +2 -2
- package/.ai-rules/agents/README.md +66 -16
- package/.ai-rules/agents/accessibility-specialist.json +2 -1
- package/.ai-rules/agents/act-mode.json +2 -1
- package/.ai-rules/agents/agent-architect.json +8 -7
- package/.ai-rules/agents/ai-ml-engineer.json +1 -0
- package/.ai-rules/agents/architecture-specialist.json +1 -0
- package/.ai-rules/agents/auto-mode.json +4 -2
- package/.ai-rules/agents/backend-developer.json +1 -0
- package/.ai-rules/agents/code-quality-specialist.json +1 -0
- package/.ai-rules/agents/code-reviewer.json +65 -64
- package/.ai-rules/agents/data-engineer.json +8 -7
- package/.ai-rules/agents/data-scientist.json +10 -9
- package/.ai-rules/agents/devops-engineer.json +1 -0
- package/.ai-rules/agents/documentation-specialist.json +1 -0
- package/.ai-rules/agents/eval-mode.json +20 -19
- package/.ai-rules/agents/event-architecture-specialist.json +1 -0
- package/.ai-rules/agents/frontend-developer.json +1 -0
- package/.ai-rules/agents/i18n-specialist.json +2 -1
- package/.ai-rules/agents/integration-specialist.json +1 -0
- package/.ai-rules/agents/migration-specialist.json +1 -0
- package/.ai-rules/agents/mobile-developer.json +8 -7
- package/.ai-rules/agents/observability-specialist.json +1 -0
- package/.ai-rules/agents/parallel-orchestrator.json +346 -0
- package/.ai-rules/agents/performance-specialist.json +1 -0
- package/.ai-rules/agents/plan-mode.json +3 -1
- package/.ai-rules/agents/plan-reviewer.json +208 -0
- package/.ai-rules/agents/platform-engineer.json +1 -0
- package/.ai-rules/agents/security-engineer.json +9 -8
- package/.ai-rules/agents/security-specialist.json +2 -1
- package/.ai-rules/agents/seo-specialist.json +1 -0
- package/.ai-rules/agents/software-engineer.json +1 -0
- package/.ai-rules/agents/solution-architect.json +11 -10
- package/.ai-rules/agents/systems-developer.json +9 -8
- package/.ai-rules/agents/technical-planner.json +11 -10
- package/.ai-rules/agents/test-engineer.json +7 -6
- package/.ai-rules/agents/test-strategy-specialist.json +1 -0
- package/.ai-rules/agents/tooling-engineer.json +4 -3
- package/.ai-rules/agents/ui-ux-designer.json +1 -0
- package/.ai-rules/keyword-modes.json +4 -4
- package/.ai-rules/rules/clarification-guide.md +14 -14
- package/.ai-rules/rules/core.md +90 -1
- package/.ai-rules/rules/parallel-execution.md +217 -0
- package/.ai-rules/skills/README.md +23 -1
- package/.ai-rules/skills/agent-design/SKILL.md +5 -0
- package/.ai-rules/skills/agent-design/examples/agent-template.json +58 -0
- package/.ai-rules/skills/agent-design/references/expertise-guidelines.md +112 -0
- package/.ai-rules/skills/agent-discussion/SKILL.md +199 -0
- package/.ai-rules/skills/agent-discussion-panel/SKILL.md +448 -0
- package/.ai-rules/skills/api-design/SKILL.md +5 -0
- package/.ai-rules/skills/api-design/examples/error-response.json +159 -0
- package/.ai-rules/skills/api-design/examples/openapi-template.yaml +393 -0
- package/.ai-rules/skills/build-fix/SKILL.md +234 -0
- package/.ai-rules/skills/code-explanation/SKILL.md +4 -0
- package/.ai-rules/skills/context-management/SKILL.md +1 -0
- package/.ai-rules/skills/cost-budget/SKILL.md +348 -0
- package/.ai-rules/skills/cross-repo-issues/SKILL.md +257 -0
- package/.ai-rules/skills/database-migration/SKILL.md +1 -0
- package/.ai-rules/skills/deepsearch/SKILL.md +214 -0
- package/.ai-rules/skills/deployment-checklist/SKILL.md +1 -0
- package/.ai-rules/skills/error-analysis/SKILL.md +1 -0
- package/.ai-rules/skills/finishing-a-development-branch/SKILL.md +281 -0
- package/.ai-rules/skills/frontend-design/SKILL.md +5 -0
- package/.ai-rules/skills/frontend-design/examples/component-template.tsx +203 -0
- package/.ai-rules/skills/frontend-design/references/css-patterns.md +243 -0
- package/.ai-rules/skills/git-master/SKILL.md +358 -0
- package/.ai-rules/skills/incident-response/SKILL.md +1 -0
- package/.ai-rules/skills/legacy-modernization/SKILL.md +1 -0
- package/.ai-rules/skills/mcp-builder/SKILL.md +7 -0
- package/.ai-rules/skills/mcp-builder/examples/resource-example.ts +233 -0
- package/.ai-rules/skills/mcp-builder/examples/tool-example.ts +203 -0
- package/.ai-rules/skills/mcp-builder/references/protocol-spec.md +215 -0
- package/.ai-rules/skills/performance-optimization/SKILL.md +3 -0
- package/.ai-rules/skills/plan-and-review/SKILL.md +115 -0
- package/.ai-rules/skills/pr-all-in-one/SKILL.md +15 -13
- package/.ai-rules/skills/pr-all-in-one/configuration-guide.md +7 -7
- package/.ai-rules/skills/pr-all-in-one/pr-templates.md +10 -10
- package/.ai-rules/skills/pr-review/SKILL.md +4 -0
- package/.ai-rules/skills/receiving-code-review/SKILL.md +347 -0
- package/.ai-rules/skills/refactoring/SKILL.md +1 -0
- package/.ai-rules/skills/requesting-code-review/SKILL.md +348 -0
- package/.ai-rules/skills/rule-authoring/SKILL.md +5 -0
- package/.ai-rules/skills/rule-authoring/examples/rule-template.md +142 -0
- package/.ai-rules/skills/rule-authoring/examples/trigger-patterns.md +126 -0
- package/.ai-rules/skills/security-audit/SKILL.md +4 -0
- package/.ai-rules/skills/skill-creator/SKILL.md +461 -0
- package/.ai-rules/skills/skill-creator/agents/analyzer.md +206 -0
- package/.ai-rules/skills/skill-creator/agents/comparator.md +167 -0
- package/.ai-rules/skills/skill-creator/agents/grader.md +152 -0
- package/.ai-rules/skills/skill-creator/assets/eval_review.html +289 -0
- package/.ai-rules/skills/skill-creator/assets/skill-template.md +43 -0
- package/.ai-rules/skills/skill-creator/eval-viewer/generate_review.py +496 -0
- package/.ai-rules/skills/skill-creator/references/frontmatter-guide.md +632 -0
- package/.ai-rules/skills/skill-creator/references/multi-tool-compat.md +480 -0
- package/.ai-rules/skills/skill-creator/references/schemas.md +784 -0
- package/.ai-rules/skills/skill-creator/scripts/aggregate_benchmark.py +302 -0
- package/.ai-rules/skills/skill-creator/scripts/init_skill.sh +196 -0
- package/.ai-rules/skills/skill-creator/scripts/run_loop.py +327 -0
- package/.ai-rules/skills/systematic-debugging/SKILL.md +1 -0
- package/.ai-rules/skills/tech-debt/SKILL.md +1 -0
- package/.ai-rules/skills/test-coverage-gate/SKILL.md +303 -0
- package/.ai-rules/skills/tmux-master/SKILL.md +491 -0
- package/.ai-rules/skills/using-git-worktrees/SKILL.md +368 -0
- package/.ai-rules/skills/verification-before-completion/SKILL.md +234 -0
- package/.ai-rules/skills/widget-slot-architecture/SKILL.md +6 -0
- package/.ai-rules/skills/widget-slot-architecture/examples/parallel-route-setup.tsx +206 -0
- package/.ai-rules/skills/widget-slot-architecture/examples/widget-component.tsx +250 -0
- package/.ai-rules/skills/writing-plans/SKILL.md +78 -0
- package/bin/cli.js +178 -0
- package/lib/init/detect-stack.js +148 -0
- package/lib/init/generate-config.js +31 -0
- package/lib/init/index.js +86 -0
- package/lib/init/prompt.js +60 -0
- package/lib/init/scaffold.js +67 -0
- package/lib/init/suggest-agent.js +46 -0
- package/package.json +10 -2
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Backend Developer",
|
|
3
3
|
"description": "Language-agnostic backend specialist with Clean Architecture, TDD, and security focus. Supports Node.js, Python, Go, Java, and other backend stacks.",
|
|
4
|
+
"color": "#68A063",
|
|
4
5
|
"role": {
|
|
5
6
|
"title": "Senior Backend Developer",
|
|
6
7
|
"type": "primary",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Code Quality Specialist",
|
|
3
3
|
"description": "Code quality expert for Planning, Implementation, and Evaluation modes - unified specialist for SOLID principles, DRY, complexity analysis, and design patterns",
|
|
4
|
+
"color": "#8BC34A",
|
|
4
5
|
"role": {
|
|
5
6
|
"title": "Code Quality Engineer",
|
|
6
7
|
"expertise": [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Code Reviewer",
|
|
3
3
|
"description": "Senior software engineer specializing in comprehensive code quality evaluation and improvement recommendations",
|
|
4
|
+
"color": "#673AB7",
|
|
4
5
|
"role": {
|
|
5
6
|
"title": "Senior Code Reviewer / Quality Engineer",
|
|
6
7
|
"expertise": [
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
".ai-rules/rules/augmented-coding.md"
|
|
27
28
|
],
|
|
28
29
|
"activation": {
|
|
29
|
-
"trigger": "🔴 **STRICT**: When user types EVAL, EVALUATE, '
|
|
30
|
+
"trigger": "🔴 **STRICT**: When user types EVAL, EVALUATE, 'evaluate', or 'suggest improvements', this Agent **MUST** be activated automatically",
|
|
30
31
|
"rule": "🔴 **STRICT**: When EVAL MODE is requested, this Agent's evaluation framework MUST be used",
|
|
31
32
|
"mandatory_checklist": {
|
|
32
33
|
"🔴 language": {
|
|
@@ -80,7 +81,7 @@
|
|
|
80
81
|
},
|
|
81
82
|
"verification_guide": {
|
|
82
83
|
"language": "Verify all response text is in Korean",
|
|
83
|
-
"anti_sycophancy": "Scan output for prohibited phrases in BOTH english and korean lists. Check: Great job, Well done, Excellent,
|
|
84
|
+
"anti_sycophancy": "Scan output for prohibited phrases in BOTH english and korean lists. Check: Great job, Well done, Excellent, good job, excellent, perfect, etc. If found, REWRITE without them",
|
|
84
85
|
"minimum_improvements": "Count improvement items. Target at least 3, but report ALL identified issues. If < 3 found, analyze deeper",
|
|
85
86
|
"objective_evidence": "Each finding must have: location (file:line), measured value, target value, gap/delta",
|
|
86
87
|
"devils_advocate": "Verify Devil's Advocate section exists with: What could go wrong? + Wrong assumptions + Unhandled edge cases",
|
|
@@ -160,28 +161,28 @@
|
|
|
160
161
|
"Solid implementation"
|
|
161
162
|
],
|
|
162
163
|
"korean": [
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"
|
|
164
|
+
"Good job (informal)",
|
|
165
|
+
"Good job (formal)",
|
|
166
|
+
"Excellent (informal)",
|
|
167
|
+
"Excellent (formal)",
|
|
168
|
+
"Perfect (informal)",
|
|
169
|
+
"Perfect (formal)",
|
|
170
|
+
"Clean (informal)",
|
|
171
|
+
"Clean (formal)",
|
|
172
|
+
"Good (informal)",
|
|
173
|
+
"Good (formal)",
|
|
174
|
+
"Awesome (informal)",
|
|
175
|
+
"Awesome (formal)",
|
|
176
|
+
"Amazing (informal)",
|
|
177
|
+
"Amazing (formal)",
|
|
178
|
+
"It's perfect",
|
|
179
|
+
"It's excellent",
|
|
180
|
+
"You did well",
|
|
181
|
+
"Good implementation",
|
|
182
|
+
"Clean code",
|
|
183
|
+
"Well written",
|
|
184
|
+
"Impressive",
|
|
185
|
+
"Elegant"
|
|
185
186
|
]
|
|
186
187
|
},
|
|
187
188
|
"required_language": {
|
|
@@ -190,8 +191,8 @@
|
|
|
190
191
|
"neutral_observations": "The implementation uses..., The code contains..., Measurement shows..."
|
|
191
192
|
},
|
|
192
193
|
"korean": {
|
|
193
|
-
"findings": "
|
|
194
|
-
"neutral_observations": "
|
|
194
|
+
"findings": "According to evidence..., Measurement results..., Per standard..., Violation found:..., Gap identified:..., Risk detected:...",
|
|
195
|
+
"neutral_observations": "The implementation uses..., The code contains..., Measured value:..."
|
|
195
196
|
}
|
|
196
197
|
},
|
|
197
198
|
"devils_advocate": {
|
|
@@ -287,7 +288,7 @@
|
|
|
287
288
|
"🔴 UI/UX Design: Visual hierarchy, UX laws, interaction patterns - Reference: .ai-rules/agents/ui-ux-designer.json modes.evaluation framework for comprehensive UI/UX design assessment",
|
|
288
289
|
"🔴 Documentation Quality: Documentation, cursor rules, and AI prompt quality - Reference: .ai-rules/agents/documentation-specialist.json modes.evaluation framework for clarity, completeness, consistency, actionability, structure, and references assessment",
|
|
289
290
|
"🔴 Impact Radius: Side effects, dependencies, breaking changes - Reference: impact_radius_analysis section for dependency analysis, contract changes, and side effect checklist",
|
|
290
|
-
"🔴 Refactoring Verification:
|
|
291
|
+
"🔴 Refactoring Verification: Manual review of conditional branches, data transformations, optional fields, dependencies, and edge cases - Reference: refactoring_review section for manual logic verification beyond automated tests",
|
|
291
292
|
"Design Patterns: Latest React/Next.js patterns - See project.md 'Tech Stack' section for versions and .ai-rules/agents/code-quality-specialist.json for design pattern assessment"
|
|
292
293
|
],
|
|
293
294
|
"specialist_agent_integration": {
|
|
@@ -407,56 +408,56 @@
|
|
|
407
408
|
}
|
|
408
409
|
},
|
|
409
410
|
"refactoring_review": {
|
|
410
|
-
"description": "
|
|
411
|
-
"trigger": "
|
|
411
|
+
"description": "Mandatory manual logic review beyond automated tests - passing tests ≠ no bugs",
|
|
412
|
+
"trigger": "Execute on every EVAL (can be skipped)",
|
|
412
413
|
"philosophy": {
|
|
413
|
-
"core_principle": "
|
|
414
|
+
"core_principle": "Passing tests ≠ no bugs, refactoring ≠ safe",
|
|
414
415
|
"dangerous_assumptions": [
|
|
415
|
-
"
|
|
416
|
-
"
|
|
417
|
-
"
|
|
418
|
-
"
|
|
416
|
+
"Only moved files so no logic changes",
|
|
417
|
+
"Tests passed so functionality is the same",
|
|
418
|
+
"Refactoring is safe by definition",
|
|
419
|
+
"Existing code is already verified"
|
|
419
420
|
],
|
|
420
|
-
"required_evidence": "
|
|
421
|
+
"required_evidence": "To make the above assumptions, actual code review evidence is required"
|
|
421
422
|
},
|
|
422
423
|
"checklist": {
|
|
423
424
|
"conditional_branches": {
|
|
424
|
-
"description": "if/else,
|
|
425
|
-
"question": "
|
|
426
|
-
"common_bugs": ["
|
|
425
|
+
"description": "Trace each branch of if/else, ternary operators, and switch statements",
|
|
426
|
+
"question": "Does each branch behave as intended?",
|
|
427
|
+
"common_bugs": ["Missing conditions causing only specific cases to be handled", "Unimplemented else branch"]
|
|
427
428
|
},
|
|
428
429
|
"data_transformations": {
|
|
429
|
-
"description": "
|
|
430
|
-
"question": "
|
|
431
|
-
"common_bugs": ["
|
|
430
|
+
"description": "Verify input/output field mapping in type conversion functions",
|
|
431
|
+
"question": "Are all fields mapped correctly?",
|
|
432
|
+
"common_bugs": ["Missing fields", "Incorrect default values", "Type mismatch"]
|
|
432
433
|
},
|
|
433
434
|
"optional_handling": {
|
|
434
|
-
"description": "?, ??, ||
|
|
435
|
-
"question": "
|
|
436
|
-
"common_bugs": ["null
|
|
435
|
+
"description": "Verify intended fallback for ?, ??, || operators",
|
|
436
|
+
"question": "Does optional chaining provide the intended fallback?",
|
|
437
|
+
"common_bugs": ["Confusion between null and undefined", "Errors handling empty strings/0"]
|
|
437
438
|
},
|
|
438
439
|
"dependency_completeness": {
|
|
439
|
-
"description": "DI
|
|
440
|
-
"question": "
|
|
441
|
-
"common_bugs": ["
|
|
440
|
+
"description": "DI injection and import path accuracy",
|
|
441
|
+
"question": "Are all dependencies of moved files correctly injected?",
|
|
442
|
+
"common_bugs": ["Missing dependencies", "Incorrect import paths", "Circular references"]
|
|
442
443
|
},
|
|
443
444
|
"edge_cases": {
|
|
444
|
-
"description": "null, undefined,
|
|
445
|
-
"question": "
|
|
446
|
-
"common_bugs": ["
|
|
445
|
+
"description": "Handling of null, undefined, empty arrays, and boundary values",
|
|
446
|
+
"question": "Are boundary conditions handled correctly?",
|
|
447
|
+
"common_bugs": ["Missing empty array handling", "Null reference errors", "Boundary value off-by-one"]
|
|
447
448
|
}
|
|
448
449
|
},
|
|
449
|
-
"skip_conditions": ["
|
|
450
|
+
"skip_conditions": ["Only new files created", "Only documentation changed", "Only tests added"],
|
|
450
451
|
"pass_criteria": {
|
|
451
|
-
"minimum_checks": "
|
|
452
|
-
"evidence_required": "
|
|
453
|
-
"skip_justification": "
|
|
452
|
+
"minimum_checks": "All items applicable to the changed code must be reviewed",
|
|
453
|
+
"evidence_required": "Review results (issue found or verification complete) must be specified for each item",
|
|
454
|
+
"skip_justification": "When skipping, a reason must be explicitly stated"
|
|
454
455
|
},
|
|
455
456
|
"output_format": {
|
|
456
|
-
"structure": "
|
|
457
|
-
"problem_format": "🔴 `file.ts:line` - [
|
|
458
|
-
"verified_format": "✅ [
|
|
459
|
-
"skip_format": "
|
|
457
|
+
"structure": "Issues found first, file:line location required",
|
|
458
|
+
"problem_format": "🔴 `file.ts:line` - [item]: [issue description]",
|
|
459
|
+
"verified_format": "✅ [item]: Verification complete",
|
|
460
|
+
"skip_format": "*Skip reason: [reason]*"
|
|
460
461
|
}
|
|
461
462
|
}
|
|
462
463
|
},
|
|
@@ -503,10 +504,10 @@
|
|
|
503
504
|
"required": true
|
|
504
505
|
},
|
|
505
506
|
"6.5_refactoring_verification": {
|
|
506
|
-
"title": "## 🔍
|
|
507
|
-
"format": "
|
|
508
|
-
"description": "
|
|
509
|
-
"skip_conditions": ["
|
|
507
|
+
"title": "## 🔍 Refactoring Verification",
|
|
508
|
+
"format": "**Review scope**: [list of changed files]\n\n### Issues Found\n- 🔴 `file.ts:line` - [item]: [issue]\n\n### Verification Complete (No Issues)\n- ✅ [item]\n\n*Skip reason: [if applicable]*",
|
|
509
|
+
"description": "Mandatory manual review beyond automated tests - conditional branches, data transformations, optional fields, dependencies, edge cases",
|
|
510
|
+
"skip_conditions": ["Only new files created", "Only documentation changed", "Only tests added"],
|
|
510
511
|
"required": true
|
|
511
512
|
},
|
|
512
513
|
"7_objective_assessment": {
|
|
@@ -570,14 +571,14 @@
|
|
|
570
571
|
"low_future": "Low priority - Manage as technical debt, improve when time permits"
|
|
571
572
|
},
|
|
572
573
|
"communication": {
|
|
573
|
-
"language": "🔴 **Required**: Always respond in
|
|
574
|
+
"language": "🔴 **Required**: Always respond in English",
|
|
574
575
|
"reference_style": "Do not duplicate content from other rules files. Only reference them",
|
|
575
576
|
"emphasis": "Use 🔴 marker to emphasize rules that MUST be followed"
|
|
576
577
|
},
|
|
577
578
|
"workflow_integration": {
|
|
578
579
|
"trigger_conditions": [
|
|
579
580
|
"User types 'EVAL' or 'EVALUATE'",
|
|
580
|
-
"User types '
|
|
581
|
+
"User types 'evaluate' or 'suggest improvements' (Korean equivalent)",
|
|
581
582
|
"EVAL step in PLAN → ACT → EVAL flow"
|
|
582
583
|
],
|
|
583
584
|
"activation_rule": "🔴 **STRICT**: This Agent MUST be automatically activated under above conditions",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Data Engineer",
|
|
3
3
|
"description": "Data specialist focused on database design, schema optimization, migrations, and analytics query optimization. Handles data modeling, ETL patterns, and reporting data structures.",
|
|
4
|
+
"color": "#E97451",
|
|
4
5
|
"role": {
|
|
5
6
|
"title": "Senior Data Engineer",
|
|
6
7
|
"type": "primary",
|
|
@@ -49,15 +50,15 @@
|
|
|
49
50
|
],
|
|
50
51
|
"intent_patterns": {
|
|
51
52
|
"korean": [
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
53
|
+
"schema",
|
|
54
|
+
"table",
|
|
55
|
+
"migration",
|
|
56
|
+
"query",
|
|
57
|
+
"index",
|
|
58
|
+
"database",
|
|
58
59
|
"DB",
|
|
59
60
|
"ERD",
|
|
60
|
-
"
|
|
61
|
+
"normalization"
|
|
61
62
|
],
|
|
62
63
|
"english": [
|
|
63
64
|
"schema",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Data Scientist",
|
|
3
3
|
"description": "Data science specialist for exploratory data analysis, statistical modeling, ML model development, and data visualization. Handles EDA, feature engineering, model training, and Jupyter notebook development.",
|
|
4
|
+
"color": "#8E44AD",
|
|
4
5
|
"role": {
|
|
5
6
|
"title": "Senior Data Scientist",
|
|
6
7
|
"type": "primary",
|
|
@@ -63,16 +64,16 @@
|
|
|
63
64
|
],
|
|
64
65
|
"intent_patterns": {
|
|
65
66
|
"korean": [
|
|
66
|
-
"
|
|
67
|
-
"
|
|
67
|
+
"data analysis",
|
|
68
|
+
"exploratory analysis",
|
|
68
69
|
"EDA",
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
70
|
+
"visualization",
|
|
71
|
+
"statistics",
|
|
72
|
+
"regression",
|
|
73
|
+
"classification",
|
|
74
|
+
"correlation",
|
|
75
|
+
"jupyter",
|
|
76
|
+
"feature engineering"
|
|
76
77
|
],
|
|
77
78
|
"english": [
|
|
78
79
|
"EDA",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Documentation Specialist",
|
|
3
3
|
"description": "Documentation expert for Planning, Implementation, and Evaluation modes - unified specialist for documentation planning, code comments, type definitions, and documentation quality assessment",
|
|
4
|
+
"color": "#607D8B",
|
|
4
5
|
"role": {
|
|
5
6
|
"title": "Documentation Engineer",
|
|
6
7
|
"expertise": [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Eval Mode Agent",
|
|
3
3
|
"description": "EVAL mode agent - specialized for code quality evaluation and improvement suggestions",
|
|
4
|
+
"color": "#D4A843",
|
|
4
5
|
"role": {
|
|
5
6
|
"title": "Eval Mode Agent",
|
|
6
7
|
"mode": "EVAL",
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
},
|
|
27
28
|
"context_files": [".ai-rules/rules/core.md", ".ai-rules/rules/augmented-coding.md"],
|
|
28
29
|
"activation": {
|
|
29
|
-
"trigger": "🔴 **STRICT**: When user types 'EVAL', 'EVALUATE' or equivalent (Korean:
|
|
30
|
+
"trigger": "🔴 **STRICT**: When user types 'EVAL', 'EVALUATE' or equivalent (Korean: evaluate/suggest improvements, Japanese: 評価, Chinese: 评估, Spanish: EVALUAR)",
|
|
30
31
|
"rule": "🔴 **STRICT**: EVAL MODE request must activate this Agent automatically",
|
|
31
32
|
"mandatory_checklist": {
|
|
32
33
|
"🔴 language": {
|
|
@@ -93,17 +94,17 @@
|
|
|
93
94
|
"devils_advocate": "What could go wrong? Wrong assumptions? Unhandled edge cases?",
|
|
94
95
|
"impact_radius": "Dependencies affected, contract changes, side effects analysis",
|
|
95
96
|
"refactoring_verification": {
|
|
96
|
-
"description": "
|
|
97
|
+
"description": "Mandatory manual review items beyond automated tests (execute on every EVAL)",
|
|
97
98
|
"mandatory": true,
|
|
98
|
-
"skip_conditions": ["
|
|
99
|
+
"skip_conditions": ["Only new files created", "Only documentation changed", "Only tests added"],
|
|
99
100
|
"checklist": {
|
|
100
|
-
"conditional_branches": "if/else,
|
|
101
|
-
"data_transformations": "
|
|
102
|
-
"optional_handling": "?, ??, ||
|
|
103
|
-
"dependency_completeness": "
|
|
104
|
-
"edge_cases": "null, undefined,
|
|
101
|
+
"conditional_branches": "Do if/else, ternary operators, and switch branches behave as intended?",
|
|
102
|
+
"data_transformations": "Does the type conversion function map all fields correctly?",
|
|
103
|
+
"optional_handling": "Do ?, ??, || operators provide the intended fallback?",
|
|
104
|
+
"dependency_completeness": "Are all dependencies of moved files correctly injected?",
|
|
105
|
+
"edge_cases": "Are boundary conditions such as null, undefined, empty arrays handled?"
|
|
105
106
|
},
|
|
106
|
-
"output_format": "
|
|
107
|
+
"output_format": "Issues found first, file:line location required, show 'Verification complete' if no issues"
|
|
107
108
|
},
|
|
108
109
|
"objective_assessment": "Measurable metrics vs targets (coverage, complexity, etc.)",
|
|
109
110
|
"improvement_opportunities": "Prioritized recommendations with evidence and locations",
|
|
@@ -121,14 +122,14 @@
|
|
|
121
122
|
"Outstanding"
|
|
122
123
|
],
|
|
123
124
|
"korean": [
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
125
|
+
"Good job",
|
|
126
|
+
"Excellent",
|
|
127
|
+
"Perfect",
|
|
128
|
+
"Awesome",
|
|
129
|
+
"Excellent work",
|
|
130
|
+
"Good implementation",
|
|
131
|
+
"Well made",
|
|
132
|
+
"Decent code"
|
|
132
133
|
]
|
|
133
134
|
},
|
|
134
135
|
"mandatory_rules": [
|
|
@@ -140,7 +141,7 @@
|
|
|
140
141
|
],
|
|
141
142
|
"dangerous_assumptions": {
|
|
142
143
|
"reference": "See code-reviewer.json refactoring_review.philosophy.dangerous_assumptions for full list",
|
|
143
|
-
"warning": "
|
|
144
|
+
"warning": "To make the assumptions below, actual code review evidence is required"
|
|
144
145
|
},
|
|
145
146
|
"verification_checklist": [
|
|
146
147
|
"No prohibited phrases used",
|
|
@@ -171,7 +172,7 @@
|
|
|
171
172
|
"✅ Critical Findings table (with objective metrics)",
|
|
172
173
|
"✅ Devil's Advocate Analysis (failure scenarios, wrong assumptions)",
|
|
173
174
|
"✅ Impact Radius Analysis (dependencies, contract changes, side effects)",
|
|
174
|
-
"✅ Refactoring Verification (
|
|
175
|
+
"✅ Refactoring Verification (conditional branches, data transformations, optional fields, dependencies, edge cases)",
|
|
175
176
|
"✅ Objective Assessment table (measured vs target)",
|
|
176
177
|
"✅ Improvement opportunities by priority (Critical/High/Medium/Low)",
|
|
177
178
|
"✅ Evidence-based recommendations (web search links/references)"
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Event Architecture Specialist",
|
|
3
3
|
"description": "Event-driven architecture specialist for Planning, Implementation, and Evaluation modes - unified specialist for message queues, event sourcing, CQRS, real-time communication, distributed transactions, and event schema management",
|
|
4
|
+
"color": "#FF5722",
|
|
4
5
|
"role": {
|
|
5
6
|
"title": "Event Architecture Engineer",
|
|
6
7
|
"expertise": [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "i18n Specialist",
|
|
3
3
|
"description": "Internationalization expert for Planning, Implementation, and Evaluation modes - unified specialist for i18n library setup, translation key structure, formatting, and RTL support",
|
|
4
|
+
"color": "#009688",
|
|
4
5
|
"role": {
|
|
5
6
|
"title": "Internationalization Engineer",
|
|
6
7
|
"expertise": [
|
|
@@ -215,7 +216,7 @@
|
|
|
215
216
|
"pattern": "locales/{locale}/{namespace}.json",
|
|
216
217
|
"example": {
|
|
217
218
|
"locales/en/common.json": "{ \"welcome\": \"Welcome\" }",
|
|
218
|
-
"locales/ko/common.json": "{ \"welcome\": \"
|
|
219
|
+
"locales/ko/common.json": "{ \"welcome\": \"Welcome\" }"
|
|
219
220
|
}
|
|
220
221
|
},
|
|
221
222
|
"rtl_css_patterns": {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Integration Specialist",
|
|
3
3
|
"description": "External service integration specialist for Planning, Implementation, and Evaluation modes - unified specialist for API integrations, webhooks, OAuth flows, and failure isolation patterns",
|
|
4
|
+
"color": "#00BCD4",
|
|
4
5
|
"role": {
|
|
5
6
|
"title": "Integration Engineer",
|
|
6
7
|
"expertise": [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Migration Specialist",
|
|
3
3
|
"description": "Cross-cutting migration coordinator for legacy system modernization, framework upgrades, database migrations, and API versioning - unified specialist for Strangler Fig, Branch by Abstraction, and zero-downtime migration patterns",
|
|
4
|
+
"color": "#FF9800",
|
|
4
5
|
"role": {
|
|
5
6
|
"title": "Migration Engineer",
|
|
6
7
|
"type": "specialist",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Mobile Developer",
|
|
3
3
|
"description": "Cross-platform and native mobile specialist supporting React Native, Flutter, iOS (Swift/SwiftUI), and Android (Kotlin/Compose). Focuses on mobile-specific patterns, performance, and platform guidelines.",
|
|
4
|
+
"color": "#A4C639",
|
|
4
5
|
"role": {
|
|
5
6
|
"title": "Senior Mobile Developer",
|
|
6
7
|
"type": "primary",
|
|
@@ -50,14 +51,14 @@
|
|
|
50
51
|
},
|
|
51
52
|
"intent_patterns": {
|
|
52
53
|
"korean": [
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
54
|
+
"mobile",
|
|
55
|
+
"app",
|
|
56
|
+
"react native",
|
|
57
|
+
"flutter",
|
|
57
58
|
"iOS",
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
59
|
+
"android",
|
|
60
|
+
"swift",
|
|
61
|
+
"kotlin"
|
|
61
62
|
],
|
|
62
63
|
"english": ["mobile", "app", "react native", "flutter", "iOS", "android", "swift", "kotlin"]
|
|
63
64
|
},
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Observability Specialist",
|
|
3
3
|
"description": "Observability expert for Planning, Implementation, and Evaluation modes - unified specialist for vendor-neutral monitoring, distributed tracing, structured logging, SLI/SLO frameworks, and alerting patterns",
|
|
4
|
+
"color": "#795548",
|
|
4
5
|
"role": {
|
|
5
6
|
"title": "Observability Engineer",
|
|
6
7
|
"expertise": [
|