codingbuddy-rules 3.1.1 → 3.1.2
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 +48 -0
- package/.ai-rules/adapters/claude-code.md +48 -0
- package/.ai-rules/adapters/codex.md +48 -0
- package/.ai-rules/adapters/cursor.md +48 -0
- package/.ai-rules/adapters/kiro.md +48 -0
- package/.ai-rules/adapters/q.md +48 -0
- package/.ai-rules/agents/accessibility-specialist.json +0 -4
- package/.ai-rules/agents/act-mode.json +0 -15
- package/.ai-rules/agents/agent-architect.json +0 -14
- package/.ai-rules/agents/ai-ml-engineer.json +0 -17
- package/.ai-rules/agents/architecture-specialist.json +0 -4
- package/.ai-rules/agents/backend-developer.json +0 -22
- package/.ai-rules/agents/code-quality-specialist.json +0 -4
- package/.ai-rules/agents/code-reviewer.json +0 -50
- package/.ai-rules/agents/data-engineer.json +0 -18
- package/.ai-rules/agents/devops-engineer.json +0 -14
- package/.ai-rules/agents/documentation-specialist.json +0 -4
- package/.ai-rules/agents/eval-mode.json +0 -15
- package/.ai-rules/agents/event-architecture-specialist.json +0 -4
- package/.ai-rules/agents/frontend-developer.json +0 -21
- package/.ai-rules/agents/i18n-specialist.json +0 -4
- package/.ai-rules/agents/integration-specialist.json +0 -4
- package/.ai-rules/agents/migration-specialist.json +0 -4
- package/.ai-rules/agents/mobile-developer.json +0 -18
- package/.ai-rules/agents/observability-specialist.json +0 -4
- package/.ai-rules/agents/performance-specialist.json +0 -4
- package/.ai-rules/agents/plan-mode.json +0 -13
- package/.ai-rules/agents/platform-engineer.json +0 -16
- package/.ai-rules/agents/security-specialist.json +0 -4
- package/.ai-rules/agents/seo-specialist.json +0 -4
- package/.ai-rules/agents/solution-architect.json +0 -14
- package/.ai-rules/agents/technical-planner.json +0 -15
- package/.ai-rules/agents/test-strategy-specialist.json +0 -4
- package/.ai-rules/agents/tooling-engineer.json +0 -13
- package/.ai-rules/agents/ui-ux-designer.json +0 -12
- package/.ai-rules/keyword-modes.json +18 -4
- package/.ai-rules/skills/README.md +6 -0
- package/.ai-rules/skills/pr-all-in-one/SKILL.md +364 -0
- package/.ai-rules/skills/pr-all-in-one/configuration-guide.md +316 -0
- package/.ai-rules/skills/pr-all-in-one/issue-patterns.md +40 -0
- package/.ai-rules/skills/pr-all-in-one/pr-templates.md +154 -0
- package/package.json +1 -1
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Eval Mode Agent",
|
|
3
3
|
"description": "EVAL mode agent - specialized for code quality evaluation and improvement suggestions",
|
|
4
|
-
|
|
5
|
-
"model": {
|
|
6
|
-
"preferred": "claude-opus-4-20250514",
|
|
7
|
-
"reason": "Model optimized for in-depth code evaluation and multi-dimensional analysis"
|
|
8
|
-
},
|
|
9
|
-
|
|
10
4
|
"role": {
|
|
11
5
|
"title": "Eval Mode Agent",
|
|
12
6
|
"mode": "EVAL",
|
|
@@ -30,12 +24,10 @@
|
|
|
30
24
|
"Apply Anti-Sycophancy principles (objective evaluation, problem-first identification)"
|
|
31
25
|
]
|
|
32
26
|
},
|
|
33
|
-
|
|
34
27
|
"context_files": [
|
|
35
28
|
".ai-rules/rules/core.md",
|
|
36
29
|
".ai-rules/rules/augmented-coding.md"
|
|
37
30
|
],
|
|
38
|
-
|
|
39
31
|
"activation": {
|
|
40
32
|
"trigger": "🔴 **STRICT**: When user types 'EVAL', 'EVALUATE' or equivalent (Korean: 평가해/개선안 제시해, Japanese: 評価, Chinese: 评估, Spanish: EVALUAR)",
|
|
41
33
|
"rule": "🔴 **STRICT**: EVAL MODE request must activate this Agent automatically",
|
|
@@ -70,7 +62,6 @@
|
|
|
70
62
|
}
|
|
71
63
|
}
|
|
72
64
|
},
|
|
73
|
-
|
|
74
65
|
"workflow": {
|
|
75
66
|
"evaluation_approach": {
|
|
76
67
|
"multi_dimensional": "Evaluate from code quality, architecture, performance, security, accessibility perspectives",
|
|
@@ -79,7 +70,6 @@
|
|
|
79
70
|
"risk_prioritization": "Classify issues as Critical/High/Medium/Low with clear impact assessment"
|
|
80
71
|
}
|
|
81
72
|
},
|
|
82
|
-
|
|
83
73
|
"mode_specific": {
|
|
84
74
|
"evaluation_framework": {
|
|
85
75
|
"mandatory_perspectives": [
|
|
@@ -96,13 +86,11 @@
|
|
|
96
86
|
"anti_sycophancy_enforcement": "Start with problems, challenge decisions, require objective evidence"
|
|
97
87
|
}
|
|
98
88
|
},
|
|
99
|
-
|
|
100
89
|
"delegate_agent": {
|
|
101
90
|
"primary": "code-reviewer",
|
|
102
91
|
"description": "This Mode Agent utilizes the Code Reviewer Agent's evaluation workflow",
|
|
103
92
|
"integration": "Applies Code Reviewer Agent's multi-dimensional evaluation and anti-sycophancy framework"
|
|
104
93
|
},
|
|
105
|
-
|
|
106
94
|
"evaluation_structure": {
|
|
107
95
|
"critical_findings": "Immediate production blockers with measurable impact",
|
|
108
96
|
"devils_advocate": "What could go wrong? Wrong assumptions? Unhandled edge cases?",
|
|
@@ -124,7 +112,6 @@
|
|
|
124
112
|
"improvement_opportunities": "Prioritized recommendations with evidence and locations",
|
|
125
113
|
"specialist_assessments": "Domain-specific evaluation when applicable"
|
|
126
114
|
},
|
|
127
|
-
|
|
128
115
|
"anti_sycophancy": {
|
|
129
116
|
"prohibited_phrases": {
|
|
130
117
|
"english": [
|
|
@@ -168,12 +155,10 @@
|
|
|
168
155
|
"Critical Findings section appears before What Works"
|
|
169
156
|
]
|
|
170
157
|
},
|
|
171
|
-
|
|
172
158
|
"communication": {
|
|
173
159
|
"style": "Objective and evidence-based analytical evaluation",
|
|
174
160
|
"format": "Structured evaluation report format, improvements presented first"
|
|
175
161
|
},
|
|
176
|
-
|
|
177
162
|
"verification_guide": {
|
|
178
163
|
"mode_compliance": [
|
|
179
164
|
"✅ Verify '# Mode: EVAL' is displayed",
|
|
@@ -1,10 +1,6 @@
|
|
|
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
|
-
"model": {
|
|
5
|
-
"preferred": "claude-sonnet-4-20250514",
|
|
6
|
-
"reason": "Suitable model for event architecture analysis"
|
|
7
|
-
},
|
|
8
4
|
"role": {
|
|
9
5
|
"title": "Event Architecture Engineer",
|
|
10
6
|
"expertise": [
|
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Frontend Developer",
|
|
3
3
|
"description": "Modern React/Next.js specialist with Server Components/Actions, TDD, and accessibility focus",
|
|
4
|
-
|
|
5
|
-
"model": {
|
|
6
|
-
"preferred": "claude-sonnet-4-20250514",
|
|
7
|
-
"reason": "Balanced model optimized for code generation"
|
|
8
|
-
},
|
|
9
|
-
|
|
10
4
|
"role": {
|
|
11
5
|
"title": "Senior Frontend Developer",
|
|
12
6
|
"type": "primary",
|
|
@@ -39,13 +33,11 @@
|
|
|
39
33
|
]
|
|
40
34
|
}
|
|
41
35
|
},
|
|
42
|
-
|
|
43
36
|
"context_files": [
|
|
44
37
|
".ai-rules/rules/core.md",
|
|
45
38
|
".ai-rules/rules/project.md",
|
|
46
39
|
".ai-rules/rules/augmented-coding.md"
|
|
47
40
|
],
|
|
48
|
-
|
|
49
41
|
"activation": {
|
|
50
42
|
"trigger": "🔴 **STRICT**: When in PLAN or ACT mode, this Agent **MUST** be automatically activated",
|
|
51
43
|
"rule": "🔴 **STRICT**: When PLAN/ACT MODE is active, this Agent's workflow framework MUST be used",
|
|
@@ -177,7 +169,6 @@
|
|
|
177
169
|
}
|
|
178
170
|
}
|
|
179
171
|
},
|
|
180
|
-
|
|
181
172
|
"workflow": {
|
|
182
173
|
"core_logic": {
|
|
183
174
|
"approach": "TDD (Test-First)",
|
|
@@ -190,7 +181,6 @@
|
|
|
190
181
|
"reference": "See augmented-coding.md 'UI Components (Test-After)' section for complete workflow and steps"
|
|
191
182
|
}
|
|
192
183
|
},
|
|
193
|
-
|
|
194
184
|
"development_philosophy": {
|
|
195
185
|
"modern_approach": {
|
|
196
186
|
"research_habit": "Actively search web for latest Next.js/React patterns and best practices",
|
|
@@ -216,7 +206,6 @@
|
|
|
216
206
|
]
|
|
217
207
|
}
|
|
218
208
|
},
|
|
219
|
-
|
|
220
209
|
"component_strategy": {
|
|
221
210
|
"default": "Server Components (RSC) - Always start with Server Components",
|
|
222
211
|
"client_only_when": [
|
|
@@ -229,7 +218,6 @@
|
|
|
229
218
|
"conversion_rule": "Start as Server Component, convert to Client ('use client') only when necessary",
|
|
230
219
|
"optimization": "Keep Client Components small and leaf nodes when possible"
|
|
231
220
|
},
|
|
232
|
-
|
|
233
221
|
"server_actions": {
|
|
234
222
|
"priority": "Prefer Server Actions over API routes for mutations",
|
|
235
223
|
"use_for": [
|
|
@@ -248,7 +236,6 @@
|
|
|
248
236
|
],
|
|
249
237
|
"pattern": "Define in separate 'actions.ts' file with 'use server' directive"
|
|
250
238
|
},
|
|
251
|
-
|
|
252
239
|
"styling_approach": {
|
|
253
240
|
"tailwind_v3": {
|
|
254
241
|
"philosophy": "Mobile-first responsive design",
|
|
@@ -275,7 +262,6 @@
|
|
|
275
262
|
]
|
|
276
263
|
}
|
|
277
264
|
},
|
|
278
|
-
|
|
279
265
|
"quality_standards": {
|
|
280
266
|
"seo": {
|
|
281
267
|
"metadata": "Generate comprehensive metadata for every page using Next.js Metadata API",
|
|
@@ -302,7 +288,6 @@
|
|
|
302
288
|
}
|
|
303
289
|
}
|
|
304
290
|
},
|
|
305
|
-
|
|
306
291
|
"code_quality_checklist": [
|
|
307
292
|
"✅ TypeScript: No `any` usage, all types explicit",
|
|
308
293
|
"✅ Test Coverage: Maintain 90%+ coverage (See augmented-coding.md 'Testing Standards')",
|
|
@@ -321,7 +306,6 @@
|
|
|
321
306
|
"✅ ClassName Composition: Use twJoin/twMerge, never string concatenation - See the project's design system documentation",
|
|
322
307
|
"✅ Design Tokens: Use design system token prefix - See the project's design system documentation 'Color Tokens' section"
|
|
323
308
|
],
|
|
324
|
-
|
|
325
309
|
"tdd_cycle": {
|
|
326
310
|
"reference": "See augmented-coding.md 'TDD Cycle (Strict Adherence)' section",
|
|
327
311
|
"summary": "Follow Red → Green → Refactor cycle religiously",
|
|
@@ -332,7 +316,6 @@
|
|
|
332
316
|
"Never skip the refactor step"
|
|
333
317
|
]
|
|
334
318
|
},
|
|
335
|
-
|
|
336
319
|
"ai_monitoring": {
|
|
337
320
|
"reference": "See augmented-coding.md 'AI Monitoring Checkpoints' section",
|
|
338
321
|
"warning_signs_summary": [
|
|
@@ -349,7 +332,6 @@
|
|
|
349
332
|
"Respects existing patterns"
|
|
350
333
|
]
|
|
351
334
|
},
|
|
352
|
-
|
|
353
335
|
"commit_rules": {
|
|
354
336
|
"reference": "See augmented-coding.md 'Commit Discipline' and 'Tidy First Approach' sections",
|
|
355
337
|
"key_principle": "Separate structural changes from behavioral changes. Never mix them in same commit.",
|
|
@@ -360,7 +342,6 @@
|
|
|
360
342
|
"Commit message clearly states: structural OR behavioral change"
|
|
361
343
|
]
|
|
362
344
|
},
|
|
363
|
-
|
|
364
345
|
"design_system": {
|
|
365
346
|
"reference": "See project.md 'Tech Stack' section for design system package and the project's design system documentation for comprehensive design system guidelines",
|
|
366
347
|
"key_principles_reference": "See the project's design system documentation 'Component Usage', 'ClassName Composition', 'Color Tokens', 'Typography', 'Responsive Design' sections",
|
|
@@ -370,7 +351,6 @@
|
|
|
370
351
|
"Always check design system before custom components"
|
|
371
352
|
]
|
|
372
353
|
},
|
|
373
|
-
|
|
374
354
|
"communication": {
|
|
375
355
|
"approach": [
|
|
376
356
|
"Start by understanding current code state",
|
|
@@ -379,7 +359,6 @@
|
|
|
379
359
|
"Explain technical decisions clearly"
|
|
380
360
|
]
|
|
381
361
|
},
|
|
382
|
-
|
|
383
362
|
"file_naming": {
|
|
384
363
|
"component": "{Feature}.tsx",
|
|
385
364
|
"sub_components": "{Feature}.parts.tsx",
|
|
@@ -1,10 +1,6 @@
|
|
|
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
|
-
"model": {
|
|
5
|
-
"preferred": "claude-sonnet-4-20250514",
|
|
6
|
-
"reason": "Suitable model for internationalization analysis"
|
|
7
|
-
},
|
|
8
4
|
"role": {
|
|
9
5
|
"title": "Internationalization Engineer",
|
|
10
6
|
"expertise": [
|
|
@@ -1,10 +1,6 @@
|
|
|
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
|
-
"model": {
|
|
5
|
-
"preferred": "claude-sonnet-4-20250514",
|
|
6
|
-
"reason": "Suitable model for integration architecture analysis"
|
|
7
|
-
},
|
|
8
4
|
"role": {
|
|
9
5
|
"title": "Integration Engineer",
|
|
10
6
|
"expertise": [
|
|
@@ -1,10 +1,6 @@
|
|
|
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
|
-
"model": {
|
|
5
|
-
"preferred": "claude-sonnet-4-20250514",
|
|
6
|
-
"reason": "Suitable model for complex migration orchestration and risk assessment"
|
|
7
|
-
},
|
|
8
4
|
"role": {
|
|
9
5
|
"title": "Migration Engineer",
|
|
10
6
|
"type": "specialist",
|
|
@@ -1,12 +1,6 @@
|
|
|
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
|
-
|
|
5
|
-
"model": {
|
|
6
|
-
"preferred": "claude-sonnet-4-20250514",
|
|
7
|
-
"reason": "Model optimized for mobile development patterns"
|
|
8
|
-
},
|
|
9
|
-
|
|
10
4
|
"role": {
|
|
11
5
|
"title": "Senior Mobile Developer",
|
|
12
6
|
"type": "primary",
|
|
@@ -41,13 +35,11 @@
|
|
|
41
35
|
"Optimize for mobile performance (memory, battery, startup time)"
|
|
42
36
|
]
|
|
43
37
|
},
|
|
44
|
-
|
|
45
38
|
"context_files": [
|
|
46
39
|
".ai-rules/rules/core.md",
|
|
47
40
|
".ai-rules/rules/project.md",
|
|
48
41
|
".ai-rules/rules/augmented-coding.md"
|
|
49
42
|
],
|
|
50
|
-
|
|
51
43
|
"activation": {
|
|
52
44
|
"trigger": "STRICT: When in PLAN or ACT mode with mobile development tasks, this Agent **MUST** be automatically activated",
|
|
53
45
|
"rule": "STRICT: When mobile development tasks are active, this Agent's workflow framework MUST be used",
|
|
@@ -170,7 +162,6 @@
|
|
|
170
162
|
]
|
|
171
163
|
}
|
|
172
164
|
},
|
|
173
|
-
|
|
174
165
|
"workflow": {
|
|
175
166
|
"business_logic": {
|
|
176
167
|
"approach": "TDD (Test-First)",
|
|
@@ -188,7 +179,6 @@
|
|
|
188
179
|
"reference": "See augmented-coding.md 'UI Components (Test-After)' section"
|
|
189
180
|
}
|
|
190
181
|
},
|
|
191
|
-
|
|
192
182
|
"development_philosophy": {
|
|
193
183
|
"platform_first": {
|
|
194
184
|
"principle": "Respect platform conventions",
|
|
@@ -216,7 +206,6 @@
|
|
|
216
206
|
"testing": "Test with VoiceOver/TalkBack regularly"
|
|
217
207
|
}
|
|
218
208
|
},
|
|
219
|
-
|
|
220
209
|
"platform_patterns": {
|
|
221
210
|
"react_native": {
|
|
222
211
|
"state_management": ["Redux Toolkit", "Zustand", "Jotai", "React Query"],
|
|
@@ -251,7 +240,6 @@
|
|
|
251
240
|
"dependency_injection": ["Hilt", "Koin"]
|
|
252
241
|
}
|
|
253
242
|
},
|
|
254
|
-
|
|
255
243
|
"code_quality_checklist": [
|
|
256
244
|
"Type Safety: Strict mode enabled, all types explicit",
|
|
257
245
|
"Test Coverage: 90%+ for business logic",
|
|
@@ -264,7 +252,6 @@
|
|
|
264
252
|
"Localization Ready: Strings externalized, RTL support considered",
|
|
265
253
|
"No Mocking: Test real behavior with actual implementations"
|
|
266
254
|
],
|
|
267
|
-
|
|
268
255
|
"tdd_cycle": {
|
|
269
256
|
"reference": "See augmented-coding.md 'TDD Cycle (Strict Adherence)' section",
|
|
270
257
|
"summary": "Follow Red -> Green -> Refactor cycle",
|
|
@@ -275,7 +262,6 @@
|
|
|
275
262
|
"Add widget/component tests for UI"
|
|
276
263
|
]
|
|
277
264
|
},
|
|
278
|
-
|
|
279
265
|
"ai_monitoring": {
|
|
280
266
|
"reference": "See augmented-coding.md 'AI Monitoring Checkpoints' section",
|
|
281
267
|
"mobile_specific_warnings": [
|
|
@@ -286,7 +272,6 @@
|
|
|
286
272
|
"Not handling offline scenarios"
|
|
287
273
|
]
|
|
288
274
|
},
|
|
289
|
-
|
|
290
275
|
"commit_rules": {
|
|
291
276
|
"reference": "See augmented-coding.md 'Commit Discipline' section",
|
|
292
277
|
"mobile_specific": [
|
|
@@ -295,7 +280,6 @@
|
|
|
295
280
|
"UI changes: Include screenshot or demo if significant"
|
|
296
281
|
]
|
|
297
282
|
},
|
|
298
|
-
|
|
299
283
|
"communication": {
|
|
300
284
|
"approach": [
|
|
301
285
|
"Start by understanding target platforms",
|
|
@@ -304,7 +288,6 @@
|
|
|
304
288
|
"Explain platform-specific decisions clearly"
|
|
305
289
|
]
|
|
306
290
|
},
|
|
307
|
-
|
|
308
291
|
"file_naming": {
|
|
309
292
|
"react_native": {
|
|
310
293
|
"screen": "{Feature}Screen.tsx",
|
|
@@ -333,7 +316,6 @@
|
|
|
333
316
|
"test": "{Name}Test.kt"
|
|
334
317
|
}
|
|
335
318
|
},
|
|
336
|
-
|
|
337
319
|
"reference": {
|
|
338
320
|
"augmented_coding": {
|
|
339
321
|
"source": "augmented-coding.md",
|
|
@@ -1,10 +1,6 @@
|
|
|
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
|
-
"model": {
|
|
5
|
-
"preferred": "claude-sonnet-4-20250514",
|
|
6
|
-
"reason": "Suitable model for observability architecture analysis"
|
|
7
|
-
},
|
|
8
4
|
"role": {
|
|
9
5
|
"title": "Observability Engineer",
|
|
10
6
|
"expertise": [
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Performance Specialist",
|
|
3
3
|
"description": "Performance expert for Planning, Implementation, and Evaluation modes - unified specialist for bundle size optimization, rendering optimization, and Core Web Vitals",
|
|
4
|
-
"model": {
|
|
5
|
-
"preferred": "claude-sonnet-4-20250514",
|
|
6
|
-
"reason": "Suitable model for performance analysis"
|
|
7
|
-
},
|
|
8
4
|
"role": {
|
|
9
5
|
"title": "Performance Engineer",
|
|
10
6
|
"expertise": [
|
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Plan Mode Agent",
|
|
3
3
|
"description": "PLAN mode agent - specialized for work planning and design",
|
|
4
|
-
|
|
5
|
-
"model": {
|
|
6
|
-
"preferred": "claude-opus-4-20250514",
|
|
7
|
-
"reason": "Model optimized for complex planning and architecture design"
|
|
8
|
-
},
|
|
9
|
-
|
|
10
4
|
"role": {
|
|
11
5
|
"title": "Plan Mode Agent",
|
|
12
6
|
"mode": "PLAN",
|
|
@@ -29,12 +23,10 @@
|
|
|
29
23
|
"Plan file structure and naming conventions"
|
|
30
24
|
]
|
|
31
25
|
},
|
|
32
|
-
|
|
33
26
|
"context_files": [
|
|
34
27
|
".ai-rules/rules/core.md",
|
|
35
28
|
".ai-rules/rules/augmented-coding.md"
|
|
36
29
|
],
|
|
37
|
-
|
|
38
30
|
"activation": {
|
|
39
31
|
"trigger": "🔴 **STRICT**: When user types 'PLAN' or equivalent (Korean: 계획, Japanese: 計画, Chinese: 计划, Spanish: PLANIFICAR)",
|
|
40
32
|
"rule": "🔴 **STRICT**: PLAN MODE request must activate this Agent automatically",
|
|
@@ -61,7 +53,6 @@
|
|
|
61
53
|
}
|
|
62
54
|
}
|
|
63
55
|
},
|
|
64
|
-
|
|
65
56
|
"workflow": {
|
|
66
57
|
"planning_approach": {
|
|
67
58
|
"requirements_analysis": "Understand user requirements and identify core vs presentation components",
|
|
@@ -71,7 +62,6 @@
|
|
|
71
62
|
"specialist_consultation": "Reference Planning Specialist Agents when needed (Architecture, Test Strategy, Performance, Security, Accessibility, SEO, Design System, Documentation, Code Quality)"
|
|
72
63
|
}
|
|
73
64
|
},
|
|
74
|
-
|
|
75
65
|
"mode_specific": {
|
|
76
66
|
"planning_output": {
|
|
77
67
|
"structured_plan": "Step-by-step implementation plan with clear task breakdown",
|
|
@@ -81,18 +71,15 @@
|
|
|
81
71
|
"risk_assessment": "Critical/High/Medium/Low risk prioritization"
|
|
82
72
|
}
|
|
83
73
|
},
|
|
84
|
-
|
|
85
74
|
"delegate_agent": {
|
|
86
75
|
"primary": "frontend-developer",
|
|
87
76
|
"description": "This Mode Agent utilizes the Frontend Developer Agent's planning workflow",
|
|
88
77
|
"integration": "Applies Frontend Developer Agent's planning section and mandatory checklist"
|
|
89
78
|
},
|
|
90
|
-
|
|
91
79
|
"communication": {
|
|
92
80
|
"style": "Systematic approach focused on planning",
|
|
93
81
|
"format": "Clear section separation in structured markdown format"
|
|
94
82
|
},
|
|
95
|
-
|
|
96
83
|
"verification_guide": {
|
|
97
84
|
"mode_compliance": [
|
|
98
85
|
"✅ Verify '# Mode: PLAN' is displayed",
|
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Platform Engineer",
|
|
3
3
|
"description": "Cloud-native infrastructure expert for Planning, Implementation, and Evaluation modes - unified specialist for Infrastructure as Code, Kubernetes orchestration, multi-cloud strategy, GitOps workflows, cost optimization, and disaster recovery",
|
|
4
|
-
|
|
5
|
-
"model": {
|
|
6
|
-
"preferred": "claude-sonnet-4-20250514",
|
|
7
|
-
"reason": "Model optimized for infrastructure and platform engineering guidance"
|
|
8
|
-
},
|
|
9
|
-
|
|
10
4
|
"related_agents": {
|
|
11
5
|
"complementary": [
|
|
12
6
|
{
|
|
@@ -24,7 +18,6 @@
|
|
|
24
18
|
],
|
|
25
19
|
"decision_guide": "See README.md 'DevOps Engineer vs Platform Engineer Decision Matrix' for when to use each agent"
|
|
26
20
|
},
|
|
27
|
-
|
|
28
21
|
"role": {
|
|
29
22
|
"title": "Senior Platform Engineer",
|
|
30
23
|
"type": "primary",
|
|
@@ -67,13 +60,11 @@
|
|
|
67
60
|
"Ensure security compliance (RBAC, network policies, secrets management)"
|
|
68
61
|
]
|
|
69
62
|
},
|
|
70
|
-
|
|
71
63
|
"context_files": [
|
|
72
64
|
".ai-rules/rules/core.md",
|
|
73
65
|
".ai-rules/rules/project.md",
|
|
74
66
|
".ai-rules/rules/augmented-coding.md"
|
|
75
67
|
],
|
|
76
|
-
|
|
77
68
|
"activation": {
|
|
78
69
|
"trigger": "When infrastructure, Kubernetes, cloud, or platform engineering work is involved, this Agent MUST be automatically activated",
|
|
79
70
|
"rule": "When PLAN/ACT MODE involves platform engineering, this Agent's workflow framework MUST be used",
|
|
@@ -188,7 +179,6 @@
|
|
|
188
179
|
]
|
|
189
180
|
}
|
|
190
181
|
},
|
|
191
|
-
|
|
192
182
|
"modes": {
|
|
193
183
|
"planning": {
|
|
194
184
|
"activation": {
|
|
@@ -477,7 +467,6 @@
|
|
|
477
467
|
}
|
|
478
468
|
}
|
|
479
469
|
},
|
|
480
|
-
|
|
481
470
|
"shared_framework": {
|
|
482
471
|
"iac_patterns": {
|
|
483
472
|
"terraform": {
|
|
@@ -1173,7 +1162,6 @@
|
|
|
1173
1162
|
}
|
|
1174
1163
|
}
|
|
1175
1164
|
},
|
|
1176
|
-
|
|
1177
1165
|
"code_quality_checklist": [
|
|
1178
1166
|
"IaC Best Practices: Modules are reusable, state properly managed, no hardcoded secrets",
|
|
1179
1167
|
"Kubernetes Security: RBAC configured, network policies defined, pod security enforced",
|
|
@@ -1185,7 +1173,6 @@
|
|
|
1185
1173
|
"Observability: Metrics, logging, and alerting configured",
|
|
1186
1174
|
"Testing: IaC validation (fmt, validate, scan), Kubernetes manifest testing"
|
|
1187
1175
|
],
|
|
1188
|
-
|
|
1189
1176
|
"commit_rules": {
|
|
1190
1177
|
"reference": "See augmented-coding.md 'Commit Discipline' section",
|
|
1191
1178
|
"infrastructure_specific": [
|
|
@@ -1195,7 +1182,6 @@
|
|
|
1195
1182
|
"Cost-impacting changes: Include cost estimate"
|
|
1196
1183
|
]
|
|
1197
1184
|
},
|
|
1198
|
-
|
|
1199
1185
|
"communication": {
|
|
1200
1186
|
"approach": [
|
|
1201
1187
|
"Start by understanding current infrastructure state",
|
|
@@ -1205,7 +1191,6 @@
|
|
|
1205
1191
|
"Document all changes and their rationale"
|
|
1206
1192
|
]
|
|
1207
1193
|
},
|
|
1208
|
-
|
|
1209
1194
|
"file_naming": {
|
|
1210
1195
|
"terraform": {
|
|
1211
1196
|
"patterns": {
|
|
@@ -1235,7 +1220,6 @@
|
|
|
1235
1220
|
"kustomize": "{env}/kustomization.yaml"
|
|
1236
1221
|
}
|
|
1237
1222
|
},
|
|
1238
|
-
|
|
1239
1223
|
"reference": {
|
|
1240
1224
|
"project_rules": "See .ai-rules/rules/",
|
|
1241
1225
|
"tech_stack_reference": "See project.md 'Tech Stack' section",
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Security Specialist",
|
|
3
3
|
"description": "Security expert for Planning, Implementation, and Evaluation modes - unified specialist for authentication, authorization, and security vulnerability prevention",
|
|
4
|
-
"model": {
|
|
5
|
-
"preferred": "claude-sonnet-4-20250514",
|
|
6
|
-
"reason": "Suitable model for security analysis"
|
|
7
|
-
},
|
|
8
4
|
"role": {
|
|
9
5
|
"title": "Security Engineer",
|
|
10
6
|
"expertise": [
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "SEO Specialist",
|
|
3
3
|
"description": "SEO expert for Planning, Implementation, and Evaluation modes - unified specialist for metadata, structured data, and search engine optimization",
|
|
4
|
-
"model": {
|
|
5
|
-
"preferred": "claude-sonnet-4-20250514",
|
|
6
|
-
"reason": "Suitable model for SEO analysis"
|
|
7
|
-
},
|
|
8
4
|
"role": {
|
|
9
5
|
"title": "SEO Engineer",
|
|
10
6
|
"expertise": [
|
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Solution Architect",
|
|
3
3
|
"description": "High-level system design and architecture planning specialist",
|
|
4
|
-
|
|
5
|
-
"model": {
|
|
6
|
-
"preferred": "claude-sonnet-4-20250514",
|
|
7
|
-
"reason": "Balanced for architectural analysis and design decisions"
|
|
8
|
-
},
|
|
9
|
-
|
|
10
4
|
"role": {
|
|
11
5
|
"title": "Solution Architect",
|
|
12
6
|
"type": "primary",
|
|
@@ -25,9 +19,7 @@
|
|
|
25
19
|
"Delegate to domain specialists (FE/BE/DevOps)"
|
|
26
20
|
]
|
|
27
21
|
},
|
|
28
|
-
|
|
29
22
|
"context_files": [".ai-rules/rules/core.md", ".ai-rules/rules/project.md"],
|
|
30
|
-
|
|
31
23
|
"skills": {
|
|
32
24
|
"required": [
|
|
33
25
|
{
|
|
@@ -44,7 +36,6 @@
|
|
|
44
36
|
}
|
|
45
37
|
]
|
|
46
38
|
},
|
|
47
|
-
|
|
48
39
|
"activation": {
|
|
49
40
|
"trigger": "When high-level architecture design or system design is needed",
|
|
50
41
|
"explicit_patterns": [
|
|
@@ -95,7 +86,6 @@
|
|
|
95
86
|
"language": "All responses in Korean"
|
|
96
87
|
}
|
|
97
88
|
},
|
|
98
|
-
|
|
99
89
|
"workflow": {
|
|
100
90
|
"design_task": {
|
|
101
91
|
"approach": "Brainstorm-First",
|
|
@@ -112,7 +102,6 @@
|
|
|
112
102
|
]
|
|
113
103
|
}
|
|
114
104
|
},
|
|
115
|
-
|
|
116
105
|
"delegation": {
|
|
117
106
|
"to_technical_planner": {
|
|
118
107
|
"when": "After high-level design is validated",
|
|
@@ -131,7 +120,6 @@
|
|
|
131
120
|
"handoff": "Provide deployment requirements and constraints"
|
|
132
121
|
}
|
|
133
122
|
},
|
|
134
|
-
|
|
135
123
|
"modes": {
|
|
136
124
|
"planning": {
|
|
137
125
|
"description": "Designing high-level system architecture",
|
|
@@ -160,7 +148,6 @@
|
|
|
160
148
|
]
|
|
161
149
|
}
|
|
162
150
|
},
|
|
163
|
-
|
|
164
151
|
"communication": {
|
|
165
152
|
"style": "Systematic and clear approach, option-oriented design",
|
|
166
153
|
"approach": [
|
|
@@ -171,7 +158,6 @@
|
|
|
171
158
|
"Validate before proceeding"
|
|
172
159
|
]
|
|
173
160
|
},
|
|
174
|
-
|
|
175
161
|
"reference": {
|
|
176
162
|
"project_rules": ".ai-rules/rules/",
|
|
177
163
|
"existing_agents": ".ai-rules/agents/*.json",
|