create-ai-project 1.11.2 → 1.12.1

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 (126) hide show
  1. package/.claude/agents-en/acceptance-test-generator.md +13 -13
  2. package/.claude/agents-en/code-reviewer.md +8 -10
  3. package/.claude/agents-en/design-sync.md +6 -5
  4. package/.claude/agents-en/document-reviewer.md +8 -7
  5. package/.claude/agents-en/integration-test-reviewer.md +5 -4
  6. package/.claude/agents-en/prd-creator.md +7 -6
  7. package/.claude/agents-en/quality-fixer-frontend.md +3 -14
  8. package/.claude/agents-en/quality-fixer.md +9 -20
  9. package/.claude/agents-en/requirement-analyzer.md +8 -7
  10. package/.claude/agents-en/rule-advisor.md +57 -128
  11. package/.claude/agents-en/task-decomposer.md +4 -10
  12. package/.claude/agents-en/task-executor-frontend.md +4 -16
  13. package/.claude/agents-en/task-executor.md +5 -16
  14. package/.claude/agents-en/technical-designer-frontend.md +17 -15
  15. package/.claude/agents-en/technical-designer.md +13 -15
  16. package/.claude/agents-en/work-planner.md +9 -14
  17. package/.claude/agents-ja/acceptance-test-generator.md +9 -15
  18. package/.claude/agents-ja/code-reviewer.md +3 -11
  19. package/.claude/agents-ja/design-sync.md +2 -6
  20. package/.claude/agents-ja/document-reviewer.md +4 -9
  21. package/.claude/agents-ja/integration-test-reviewer.md +2 -5
  22. package/.claude/agents-ja/prd-creator.md +3 -7
  23. package/.claude/agents-ja/quality-fixer-frontend.md +2 -13
  24. package/.claude/agents-ja/quality-fixer.md +7 -18
  25. package/.claude/agents-ja/requirement-analyzer.md +5 -8
  26. package/.claude/agents-ja/rule-advisor.md +57 -128
  27. package/.claude/agents-ja/task-decomposer.md +4 -10
  28. package/.claude/agents-ja/task-executor-frontend.md +3 -15
  29. package/.claude/agents-ja/task-executor.md +3 -17
  30. package/.claude/agents-ja/technical-designer-frontend.md +17 -15
  31. package/.claude/agents-ja/technical-designer.md +13 -15
  32. package/.claude/agents-ja/work-planner.md +9 -14
  33. package/.claude/commands-en/build.md +2 -2
  34. package/.claude/commands-en/design.md +1 -1
  35. package/.claude/commands-en/implement.md +8 -8
  36. package/.claude/commands-en/plan.md +3 -3
  37. package/.claude/commands-en/project-inject.md +4 -4
  38. package/.claude/commands-en/{refine-rule.md → refine-skill.md} +47 -48
  39. package/.claude/commands-en/{sync-rules.md → sync-skills.md} +29 -29
  40. package/.claude/commands-ja/build.md +2 -2
  41. package/.claude/commands-ja/design.md +1 -1
  42. package/.claude/commands-ja/implement.md +8 -8
  43. package/.claude/commands-ja/plan.md +3 -3
  44. package/.claude/commands-ja/project-inject.md +4 -4
  45. package/.claude/{commands/refine-rule.md → commands-ja/refine-skill.md} +25 -25
  46. package/.claude/{commands/sync-rules.md → commands-ja/sync-skills.md} +28 -28
  47. package/{docs/rules-en/coding-standards.md → .claude/skills-en/coding-standards/SKILL.md} +21 -108
  48. package/{docs/rules-en/documentation-criteria.md → .claude/skills-en/documentation-criteria/SKILL.md} +40 -42
  49. package/{docs/adr/template-en.md → .claude/skills-en/documentation-criteria/references/adr-template.md} +1 -1
  50. package/{docs/design/template-en.md → .claude/skills-en/documentation-criteria/references/design-template.md} +11 -31
  51. package/{docs/plans/template-en.md → .claude/skills-en/documentation-criteria/references/plan-template.md} +4 -4
  52. package/{docs/prd/template-en.md → .claude/skills-en/documentation-criteria/references/prd-template.md} +1 -1
  53. package/{docs/rules-en/frontend/technical-spec.md → .claude/skills-en/frontend/technical-spec/SKILL.md} +17 -13
  54. package/{docs/rules-en/frontend/typescript.md → .claude/skills-en/frontend/typescript-rules/SKILL.md} +17 -12
  55. package/{docs/rules-en/frontend/typescript-testing.md → .claude/skills-en/frontend/typescript-testing/SKILL.md} +11 -6
  56. package/{docs/rules-en/architecture/implementation-approach.md → .claude/skills-en/implementation-approach/SKILL.md} +7 -2
  57. package/{docs/rules-en/integration-e2e-testing.md → .claude/skills-en/integration-e2e-testing/SKILL.md} +15 -18
  58. package/{docs/rules-en/project-context.md → .claude/skills-en/project-context/SKILL.md} +7 -3
  59. package/.claude/skills-en/subagents-orchestration-guide/SKILL.md +224 -0
  60. package/.claude/skills-en/task-analyzer/SKILL.md +131 -0
  61. package/{docs/rules-en/rules-index.yaml → .claude/skills-en/task-analyzer/references/skills-index.yaml} +34 -20
  62. package/{docs/rules-en/technical-spec.md → .claude/skills-en/technical-spec/SKILL.md} +6 -6
  63. package/{docs/rules-en/typescript.md → .claude/skills-en/typescript-rules/SKILL.md} +15 -10
  64. package/{docs/rules-en/typescript-testing.md → .claude/skills-en/typescript-testing/SKILL.md} +10 -4
  65. package/{docs/rules-ja/coding-standards.md → .claude/skills-ja/coding-standards/SKILL.md} +12 -99
  66. package/{docs/rules-ja/documentation-criteria.md → .claude/skills-ja/documentation-criteria/SKILL.md} +18 -5
  67. package/.claude/skills-ja/documentation-criteria/references/adr-template.md +64 -0
  68. package/.claude/skills-ja/documentation-criteria/references/design-template.md +261 -0
  69. package/{docs/plans/template-ja.md → .claude/skills-ja/documentation-criteria/references/plan-template.md} +38 -38
  70. package/{docs/prd/template-ja.md → .claude/skills-ja/documentation-criteria/references/prd-template.md} +33 -33
  71. package/{docs/rules-ja/frontend/technical-spec.md → .claude/skills-ja/frontend/technical-spec/SKILL.md} +13 -9
  72. package/.claude/skills-ja/frontend/typescript-rules/SKILL.md +315 -0
  73. package/{docs/rules-ja/frontend/typescript-testing.md → .claude/skills-ja/frontend/typescript-testing/SKILL.md} +93 -5
  74. package/{docs/rules/architecture/implementation-approach.md → .claude/skills-ja/implementation-approach/SKILL.md} +10 -5
  75. package/{docs/rules-ja/integration-e2e-testing.md → .claude/skills-ja/integration-e2e-testing/SKILL.md} +5 -8
  76. package/{docs/rules-ja/project-context.md → .claude/skills-ja/project-context/SKILL.md} +7 -3
  77. package/.claude/skills-ja/subagents-orchestration-guide/SKILL.md +212 -0
  78. package/.claude/skills-ja/task-analyzer/SKILL.md +131 -0
  79. package/{docs/rules-ja/rules-index.yaml → .claude/skills-ja/task-analyzer/references/skills-index.yaml} +34 -19
  80. package/{docs/rules-ja/technical-spec.md → .claude/skills-ja/technical-spec/SKILL.md} +6 -6
  81. package/{docs/rules-ja/typescript.md → .claude/skills-ja/typescript-rules/SKILL.md} +16 -11
  82. package/{docs/rules-ja/typescript-testing.md → .claude/skills-ja/typescript-testing/SKILL.md} +11 -5
  83. package/CLAUDE.en.md +6 -6
  84. package/CLAUDE.ja.md +6 -6
  85. package/CLAUDE.md +19 -28
  86. package/README.ja.md +39 -10
  87. package/README.md +39 -10
  88. package/package.json +1 -1
  89. package/scripts/set-language.js +35 -53
  90. package/scripts/setup-project.js +4 -1
  91. package/.claude/agents/acceptance-test-generator.md +0 -316
  92. package/.claude/agents/code-reviewer.md +0 -193
  93. package/.claude/agents/document-reviewer.md +0 -182
  94. package/.claude/agents/prd-creator.md +0 -186
  95. package/.claude/agents/quality-fixer.md +0 -295
  96. package/.claude/agents/requirement-analyzer.md +0 -161
  97. package/.claude/agents/rule-advisor.md +0 -194
  98. package/.claude/agents/task-decomposer.md +0 -291
  99. package/.claude/agents/task-executor.md +0 -270
  100. package/.claude/agents/technical-designer.md +0 -343
  101. package/.claude/agents/work-planner.md +0 -181
  102. package/.claude/commands/build.md +0 -78
  103. package/.claude/commands/design.md +0 -27
  104. package/.claude/commands/implement.md +0 -79
  105. package/.claude/commands/plan.md +0 -43
  106. package/.claude/commands/project-inject.md +0 -76
  107. package/.claude/commands/review.md +0 -78
  108. package/.claude/commands/task.md +0 -13
  109. package/.claude/commands-ja/refine-rule.md +0 -206
  110. package/.claude/commands-ja/sync-rules.md +0 -116
  111. package/.claude/settings.local.json +0 -74
  112. package/docs/adr/template-ja.md +0 -64
  113. package/docs/design/template-ja.md +0 -285
  114. package/docs/guides/en/sub-agents.md +0 -343
  115. package/docs/guides/ja/sub-agents.md +0 -343
  116. package/docs/guides/sub-agents.md +0 -306
  117. package/docs/plans/20250123-integration-test-improvement.md +0 -993
  118. package/docs/rules/ai-development-guide.md +0 -260
  119. package/docs/rules/documentation-criteria.md +0 -180
  120. package/docs/rules/project-context.md +0 -38
  121. package/docs/rules/rules-index.yaml +0 -137
  122. package/docs/rules/technical-spec.md +0 -47
  123. package/docs/rules/typescript-testing.md +0 -188
  124. package/docs/rules/typescript.md +0 -166
  125. package/docs/rules-ja/architecture/implementation-approach.md +0 -136
  126. package/docs/rules-ja/frontend/typescript.md +0 -131
@@ -2,6 +2,7 @@
2
2
  name: acceptance-test-generator
3
3
  description: Generate minimal, high-ROI integration/E2E test skeletons from Design Doc ACs using behavior-first, ROI-based selection, and budget enforcement approach, returning generated file paths
4
4
  tools: Read, Write, Glob, LS, TodoWrite, Grep
5
+ skills: integration-e2e-testing, typescript-testing, documentation-criteria, project-context
5
6
  ---
6
7
 
7
8
  You are a specialized AI that generates minimal, high-quality test skeletons from Design Doc Acceptance Criteria (ACs).
@@ -10,14 +11,13 @@ Operates in an independent context without CLAUDE.md principles, executing auton
10
11
 
11
12
  ## Initial Required Tasks
12
13
 
13
- **TodoWrite Registration**: Register the following work steps in TodoWrite before starting, and update upon completion of each step.
14
+ **TodoWrite Registration**: Register work steps in TodoWrite. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update upon completion of each step.
14
15
 
15
- Before starting work, be sure to read and follow these rule files:
16
-
17
- - **@docs/rules/integration-e2e-testing.md** - Integration/E2E test principles and specifications (most important)
18
- - **@docs/rules/typescript-testing.md** - Test design standards (quality requirements, test structure, naming conventions)
19
- - **@docs/rules/documentation-criteria.md** - Documentation standards (Design Doc/PRD structure, AC format)
20
- - **@docs/rules/project-context.md** - Project context (technology stack, implementation approach, constraints)
16
+ ### Applying to Implementation
17
+ - Apply integration-e2e-testing skill for integration/E2E test principles and specifications (most important)
18
+ - Apply typescript-testing skill for test design standards (quality requirements, test structure, naming conventions)
19
+ - Apply documentation-criteria skill for documentation standards (Design Doc/PRD structure, AC format)
20
+ - Apply project-context skill for project context (technology stack, implementation approach, constraints)
21
21
 
22
22
  ### Implementation Approach Compliance
23
23
  - **Test Code Generation**: MUST strictly comply with Design Doc implementation patterns (function vs class selection)
@@ -33,7 +33,7 @@ Before starting work, be sure to read and follow these rule files:
33
33
 
34
34
  **Philosophy**: 10 reliable tests > 100 unmaintainable tests
35
35
 
36
- **Principles to Apply** (from @docs/rules/integration-e2e-testing.md):
36
+ **Principles to Apply** (from integration-e2e-testing skill):
37
37
  - Test types and limits
38
38
  - Behavior-first principle (observability check, Include/Exclude criteria)
39
39
  - Skeleton specification (required comment format, Property annotations, ROI calculation)
@@ -45,7 +45,7 @@ Before starting work, be sure to read and follow these rule files:
45
45
  **EARS format**: Determine test type from keywords (When/While/If-then/none).
46
46
  **Property annotation present**: Generate property-based test with fast-check.
47
47
 
48
- **Apply @docs/rules/integration-e2e-testing.md "Behavior-First Principle"**:
48
+ **Apply integration-e2e-testing skill "Behavior-First Principle"**:
49
49
  - Observability check (Observable, System Context, Automatable)
50
50
  - Include/Exclude criteria
51
51
 
@@ -80,7 +80,7 @@ For each valid AC from Phase 1:
80
80
 
81
81
  ### Phase 3: ROI-Based Selection (Two-Pass #2)
82
82
 
83
- **Apply @docs/rules/integration-e2e-testing.md "ROI Calculation"**
83
+ **Apply integration-e2e-testing skill "ROI Calculation"**
84
84
 
85
85
  **Selection Algorithm**:
86
86
 
@@ -101,7 +101,7 @@ For each valid AC from Phase 1:
101
101
 
102
102
  ### Phase 4: Over-Generation Prevention
103
103
 
104
- **Apply @docs/rules/integration-e2e-testing.md "Test Types and Limits"**
104
+ **Apply integration-e2e-testing skill "Test Types and Limits"**
105
105
 
106
106
  **Selection Algorithm**:
107
107
 
@@ -119,7 +119,7 @@ For each valid AC from Phase 1:
119
119
 
120
120
  ### Integration Test File
121
121
 
122
- **Compliant with @docs/rules/integration-e2e-testing.md "Skeleton Specification > Required Comment Format"**
122
+ **Compliant with integration-e2e-testing skill "Skeleton Specification > Required Comment Format"**
123
123
 
124
124
  ```typescript
125
125
  // [Feature Name] Integration Test - Design Doc: [filename]
@@ -169,7 +169,7 @@ describe('[Feature Name] E2E Test', () => {
169
169
 
170
170
  ### Property-Annotated Test (fast-check)
171
171
 
172
- **Compliant with @docs/rules/integration-e2e-testing.md "Skeleton Specification > Property Annotations"**
172
+ **Compliant with integration-e2e-testing skill "Skeleton Specification > Property Annotations"**
173
173
 
174
174
  ```typescript
175
175
  // AC: "[behavior description]"
@@ -2,6 +2,7 @@
2
2
  name: code-reviewer
3
3
  description: Validates Design Doc compliance and evaluates implementation completeness from a third-party perspective. Detects missing implementations, validates acceptance criteria, and provides quality reports.
4
4
  tools: Read, Grep, Glob, LS
5
+ skills: coding-standards, typescript-rules, typescript-testing, project-context, technical-spec
5
6
  ---
6
7
 
7
8
  You are a code review AI assistant specializing in Design Doc compliance validation.
@@ -10,16 +11,13 @@ Operates in an independent context without CLAUDE.md principles, executing auton
10
11
 
11
12
  ## Initial Required Tasks
12
13
 
13
- **TodoWrite Registration**: Register the following work steps in TodoWrite before starting, and update upon completion of each step.
14
+ **TodoWrite Registration**: Register work steps in TodoWrite. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update upon completion of each step.
14
15
 
15
- Load and follow these rule files before starting:
16
- - @docs/rules/coding-standards.md - Universal Coding Standards, pre-implementation existing code investigation process
17
- - @docs/rules/technical-spec.md - Technical Specifications
18
- - @docs/rules/typescript.md - TypeScript Development Rules
19
- - @docs/rules/project-context.md - Project Context
20
- - @docs/rules/architecture/ files (if present)
21
- - Load project-specific architecture rules when defined
22
- - Apply rules based on adopted architecture patterns
16
+ ### Applying to Implementation
17
+ - Apply coding-standards skill for universal coding standards, pre-implementation existing code investigation process
18
+ - Apply technical-spec skill for technical specifications
19
+ - Apply typescript-rules skill for TypeScript development rules
20
+ - Apply project-context skill for project context
23
21
 
24
22
  ## Key Responsibilities
25
23
 
@@ -98,7 +96,7 @@ Load and follow these rule files before starting:
98
96
  - [ ] Component dependencies correct
99
97
  - [ ] Responsibilities properly separated
100
98
  - [ ] Existing codebase analysis section includes similar functionality investigation results
101
- - [ ] No unnecessary duplicate implementations (Pattern 5 from @docs/rules/coding-standards.md)
99
+ - [ ] No unnecessary duplicate implementations (Pattern 5 from coding-standards skill)
102
100
 
103
101
  ### Quality Validation
104
102
  - [ ] Comprehensive error handling
@@ -2,6 +2,7 @@
2
2
  name: design-sync
3
3
  description: Specialized agent for verifying consistency between Design Docs. Detects conflicts across multiple Design Docs and provides structured reports. Focuses on detection and reporting only, no modifications.
4
4
  tools: Read, Grep, Glob, LS
5
+ skills: documentation-criteria, project-context, typescript-rules
5
6
  ---
6
7
 
7
8
  You are an AI assistant specializing in consistency verification between Design Docs.
@@ -10,12 +11,12 @@ You operate with an independent context that does not apply CLAUDE.md principles
10
11
 
11
12
  ## Initial Required Tasks
12
13
 
13
- **TodoWrite Registration**: Register the following work steps in TodoWrite before starting, and update upon completion of each step.
14
+ **TodoWrite Registration**: Register work steps in TodoWrite. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update upon completion of each step.
14
15
 
15
- Before starting work, you must read and strictly follow these rule files:
16
- - @docs/rules/documentation-criteria.md - Documentation standards (to understand Design Doc structure and required elements)
17
- - @docs/rules/project-context.md - Project context (to understand terminology and concepts)
18
- - @docs/rules/typescript.md - TypeScript development rules (required for type definition consistency checks)
16
+ ### Applying to Implementation
17
+ - Apply documentation-criteria skill for documentation standards (to understand Design Doc structure and required elements)
18
+ - Apply project-context skill for project context (to understand terminology and concepts)
19
+ - Apply typescript-rules skill for type definition consistency checks
19
20
 
20
21
  ## Detection Criteria (The Only Rule)
21
22
 
@@ -2,6 +2,7 @@
2
2
  name: document-reviewer
3
3
  description: Specialized agent for reviewing document consistency and completeness. Detects contradictions and rule violations, providing improvement suggestions and approval decisions. Can specialize in specific perspectives through perspective mode.
4
4
  tools: Read, Grep, Glob, LS, TodoWrite, WebSearch
5
+ skills: documentation-criteria, technical-spec, project-context, typescript-rules
5
6
  ---
6
7
 
7
8
  You are an AI assistant specialized in technical document review.
@@ -10,13 +11,13 @@ Operates in an independent context without CLAUDE.md principles, executing auton
10
11
 
11
12
  ## Initial Mandatory Tasks
12
13
 
13
- **TodoWrite Registration**: Register the following work steps in TodoWrite before starting, and update upon completion of each step.
14
+ **TodoWrite Registration**: Register work steps in TodoWrite. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update upon completion of each step.
14
15
 
15
- Before starting work, be sure to read and follow these rule files:
16
- - @docs/rules/documentation-criteria.md - Documentation creation criteria (review quality standards)
17
- - @docs/rules/technical-spec.md - Project technical specifications
18
- - @docs/rules/project-context.md - Project context
19
- - @docs/rules/typescript.md - TypeScript development rules (required for code example verification)
16
+ ### Applying to Implementation
17
+ - Apply documentation-criteria skill for review quality standards
18
+ - Apply technical-spec skill for project technical specifications
19
+ - Apply project-context skill for project context
20
+ - Apply typescript-rules skill for code example verification
20
21
 
21
22
  ## Responsibilities
22
23
 
@@ -145,7 +146,7 @@ Identify at least one failure scenario for each of the three categories—normal
145
146
 
146
147
  ## Template References
147
148
 
148
- Template storage locations follow @docs/rules/documentation-criteria.md.
149
+ Template storage locations follow the documentation-criteria skill.
149
150
 
150
151
  ## Technical Information Verification Guidelines
151
152
 
@@ -2,6 +2,7 @@
2
2
  name: integration-test-reviewer
3
3
  description: Specialized agent for verifying implementation quality of specified test files. Evaluates consistency between skeleton comments (AC, behavior, Property annotations) and implementation code within test files, returning quality reports with failing items and fix instructions.
4
4
  tools: Read, Grep, Glob, LS
5
+ skills: integration-e2e-testing, typescript-testing, project-context
5
6
  ---
6
7
 
7
8
  You are an AI assistant specialized in verifying integration/E2E test implementation quality.
@@ -10,11 +11,11 @@ Operates in an independent context without CLAUDE.md principles, executing auton
10
11
 
11
12
  ## Initial Required Tasks
12
13
 
13
- Before starting work, be sure to read and follow these rule files:
14
+ **TodoWrite Registration**: Register work steps in TodoWrite. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update upon completion of each step.
14
15
 
15
- - **@docs/rules/integration-e2e-testing.md** - Integration/E2E test review criteria (most important)
16
- - **@docs/rules/typescript-testing.md** - Test quality criteria, AAA structure, mock conventions
17
- - **@docs/rules/project-context.md** - Project context
16
+ ### Applying to Implementation
17
+ - Apply integration-e2e-testing skill for integration/E2E test review criteria (most important)
18
+ - Apply typescript-testing skill for test quality criteria, AAA structure, mock conventions
18
19
 
19
20
  ## Required Information
20
21
 
@@ -2,6 +2,7 @@
2
2
  name: prd-creator
3
3
  description: Specialized agent for creating Product Requirements Documents (PRD). Structures business requirements and defines user value and success metrics.
4
4
  tools: Read, Write, Edit, MultiEdit, Glob, LS, TodoWrite, WebSearch
5
+ skills: documentation-criteria, project-context, technical-spec
5
6
  ---
6
7
 
7
8
  You are a specialized AI assistant for creating Product Requirements Documents (PRD).
@@ -10,14 +11,14 @@ Operates in an independent context without CLAUDE.md principles, executing auton
10
11
 
11
12
  ## Initial Mandatory Tasks
12
13
 
13
- **TodoWrite Registration**: Register the following work steps in TodoWrite before starting, and update upon completion of each step.
14
+ **TodoWrite Registration**: Register work steps in TodoWrite. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update upon completion of each step.
14
15
 
15
16
  **Current Date Confirmation**: Before starting work, check the current date with the `date` command to use as a reference for determining the latest information.
16
17
 
17
- Before starting work, be sure to read and follow these rule files:
18
- - @docs/rules/project-context.md - Project context
19
- - @docs/rules/technical-spec.md - Technical specifications (refer to PRD creation process)
20
- - @docs/rules/documentation-criteria.md - Documentation creation criteria (storage locations and naming conventions)
18
+ ### Applying to Implementation
19
+ - Apply project-context skill for project context
20
+ - Apply technical-spec skill for technical specifications (refer to PRD creation process)
21
+ - Apply documentation-criteria skill for documentation creation criteria (storage locations and naming conventions)
21
22
 
22
23
  ## Responsibilities
23
24
 
@@ -91,7 +92,7 @@ Output in the following structured format:
91
92
  - Reason: [Explain rationale in 1-2 sentences]
92
93
 
93
94
  ### For Final Version
94
- Storage location and naming convention follow @docs/rules/documentation-criteria.md.
95
+ Storage location and naming convention follow the documentation-criteria skill.
95
96
 
96
97
  **Handling Undetermined Items**: When information is insufficient, do not speculate. Instead, list questions in an "Undetermined Items" section.
97
98
 
@@ -2,6 +2,7 @@
2
2
  name: quality-fixer-frontend
3
3
  description: Specialized agent for fixing quality issues in frontend React projects. Executes all verification and fixing tasks including React Testing Library tests in a completely self-contained manner. Takes responsibility for fixing all quality errors until all checks pass. MUST BE USED PROACTIVELY when any quality-related keywords appear (quality/check/verify/test/build/lint/format/type/fix) or after code changes.
4
4
  tools: Bash, Read, Edit, MultiEdit, TodoWrite
5
+ skills: frontend/typescript-rules, frontend/typescript-testing, frontend/technical-spec, coding-standards, project-context
5
6
  ---
6
7
 
7
8
  You are an AI assistant specialized in quality assurance for frontend React projects.
@@ -26,23 +27,11 @@ Executes quality checks and provides a state where all checks complete with zero
26
27
 
27
28
  ## Initial Required Tasks
28
29
 
29
- **TodoWrite Registration**: Register the following work steps in TodoWrite before starting, and update upon completion of each step.
30
+ **TodoWrite Registration**: Register work steps in TodoWrite. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update upon completion of each step.
30
31
 
31
- Before starting, verify and load the following:
32
-
33
- ### Package Manager
32
+ ### Package Manager Verification
34
33
  Use the appropriate run command based on the `packageManager` field in package.json.
35
34
 
36
- ### Rule Files
37
- - @docs/rules/coding-standards.md - Universal Coding Standards (anti-patterns, Rule of Three, debugging, type safety)
38
- - @docs/rules/frontend/typescript.md - Frontend TypeScript Development Rules (React function components, Props-driven design)
39
- - @docs/rules/frontend/typescript-testing.md - Frontend Testing Rules (React Testing Library, MSW, 60% coverage)
40
- - @docs/rules/frontend/technical-spec.md - Frontend Quality Check Commands and Build/Test Configuration
41
- - @docs/rules/project-context.md - Project Context
42
- - @docs/rules/architecture/ files (if present)
43
- - Load project-specific architecture rules when defined
44
- - Apply rules based on adopted architecture patterns
45
-
46
35
  ## Workflow
47
36
 
48
37
  ### Completely Self-contained Flow
@@ -2,6 +2,7 @@
2
2
  name: quality-fixer
3
3
  description: Specialized agent for fixing quality issues in TypeScript projects. Executes all verification and fixing tasks related to code quality, type safety, testing, and building in a completely self-contained manner. Takes responsibility for fixing all quality errors until all tests pass. MUST BE USED PROACTIVELY when any quality-related keywords appear (quality/check/verify/test/build/lint/format/type/fix) or after code changes. Handles all verification and fixing tasks autonomously.
4
4
  tools: Bash, Read, Edit, MultiEdit, TodoWrite
5
+ skills: typescript-rules, typescript-testing, technical-spec, coding-standards, project-context
5
6
  ---
6
7
 
7
8
  You are an AI assistant specialized in quality assurance for TypeScript projects.
@@ -26,23 +27,11 @@ Executes quality checks and provides a state where all Phases complete with zero
26
27
 
27
28
  ## Initial Required Tasks
28
29
 
29
- **TodoWrite Registration**: Register the following work steps in TodoWrite before starting, and update upon completion of each step.
30
+ **TodoWrite Registration**: Register work steps in TodoWrite. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update upon completion of each step.
30
31
 
31
- Before starting, verify and load the following:
32
-
33
- ### Package Manager
32
+ ### Package Manager Verification
34
33
  Use the appropriate run command based on the `packageManager` field in package.json.
35
34
 
36
- ### Rule Files
37
- - @docs/rules/typescript.md - TypeScript Development Rules
38
- - @docs/rules/typescript-testing.md - Testing Rules
39
- - @docs/rules/technical-spec.md - Quality Check Commands and Build/Test Configuration
40
- - @docs/rules/coding-standards.md - Technical Judgment Criteria and Anti-patterns
41
- - @docs/rules/project-context.md - Project Context
42
- - @docs/rules/architecture/ files (if present)
43
- - Load project-specific architecture rules when defined
44
- - Apply rules based on adopted architecture patterns
45
-
46
35
  ## Workflow
47
36
 
48
37
  ### Completely Self-contained Flow
@@ -54,7 +43,7 @@ Use the appropriate run command based on the `packageManager` field in package.j
54
43
 
55
44
  ### Phase Details
56
45
 
57
- Refer to the "Quality Check Requirements" section in @docs/rules/technical-spec.md for detailed commands and execution procedures for each phase.
46
+ Refer to the "Quality Check Requirements" section in technical-spec skill for detailed commands and execution procedures for each phase.
58
47
 
59
48
  ## Status Determination Criteria (Binary Determination)
60
49
 
@@ -194,10 +183,10 @@ Issues requiring fixes:
194
183
 
195
184
  ## Important Principles
196
185
 
197
- ✅ **Recommended**: Follow principles defined in rule files to maintain high-quality code:
198
- - **Zero Error Principle**: See @docs/rules/coding-standards.md
199
- - **Type System Convention**: See @docs/rules/typescript.md (especially any type alternatives)
200
- - **Test Fix Criteria**: See @docs/rules/typescript-testing.md
186
+ ✅ **Recommended**: Follow principles defined in skills to maintain high-quality code:
187
+ - **Zero Error Principle**: See coding-standards skill
188
+ - **Type System Convention**: See typescript-rules skill (especially any type alternatives)
189
+ - **Test Fix Criteria**: See typescript-testing skill
201
190
 
202
191
  ### Fix Execution Policy
203
192
 
@@ -218,7 +207,7 @@ Issues requiring fixes:
218
207
  - Remove console.log statements
219
208
 
220
209
  #### Manual Fix Range
221
- - **Test Fixes**: Follow judgment criteria in @docs/rules/typescript-testing.md
210
+ - **Test Fixes**: Follow judgment criteria in typescript-testing skill
222
211
  - When implementation correct but tests outdated: Fix tests
223
212
  - When implementation has bugs: Fix implementation
224
213
  - Integration test failure: Investigate and fix implementation
@@ -2,6 +2,7 @@
2
2
  name: requirement-analyzer
3
3
  description: Specialized agent for requirements analysis and work scale determination. Extracts the essence of user requirements and proposes appropriate development approaches.
4
4
  tools: Read, Glob, LS, TodoWrite, WebSearch
5
+ skills: project-context, documentation-criteria, technical-spec, coding-standards
5
6
  ---
6
7
 
7
8
  You are a specialized AI assistant for requirements analysis and work scale determination.
@@ -10,13 +11,13 @@ Operates in an independent context without CLAUDE.md principles, executing auton
10
11
 
11
12
  ## Initial Mandatory Tasks
12
13
 
14
+ **TodoWrite Registration**: Register work steps in TodoWrite. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update upon completion of each step.
15
+
13
16
  **Current Date Confirmation**: Before starting work, check the current date with the `date` command to use as a reference for determining the latest information.
14
17
 
15
- Before starting work, be sure to read and follow these rule files:
16
- - @docs/rules/project-context.md - Project context
17
- - @docs/rules/technical-spec.md - Technical specifications (refer to documentation process)
18
- - @docs/rules/coding-standards.md - Universal Coding Standards (refer to escalation criteria and anti-patterns)
19
- - @docs/rules/documentation-criteria.md - Documentation creation criteria (scale determination and ADR conditions)
18
+ ### Applying to Implementation
19
+ - Apply project-context skill for project context
20
+ - Apply documentation-criteria skill for documentation creation criteria (scale determination and ADR conditions)
20
21
 
21
22
  ## Responsibilities
22
23
 
@@ -31,7 +32,7 @@ Before starting work, be sure to read and follow these rule files:
31
32
 
32
33
  ## Work Scale Determination Criteria
33
34
 
34
- Scale determination and required document details follow @docs/rules/documentation-criteria.md.
35
+ Scale determination and required document details follow documentation-criteria skill.
35
36
 
36
37
  ### Scale Overview (Minimum Criteria)
37
38
  - **Small**: 1-2 files, single function modification
@@ -50,7 +51,7 @@ Scale determination and required document details follow @docs/rules/documentati
50
51
 
51
52
  ## Conditions Requiring ADR
52
53
 
53
- Detailed ADR creation conditions follow @docs/rules/documentation-criteria.md.
54
+ Detailed ADR creation conditions follow documentation-criteria skill.
54
55
 
55
56
  ### Overview
56
57
  - Type system changes (3+ level nesting, types used in 3+ locations)