create-ai-project 1.16.2 → 1.16.3
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/agents-en/acceptance-test-generator.md +2 -2
- package/.claude/agents-en/code-reviewer.md +2 -2
- package/.claude/agents-en/code-verifier.md +2 -2
- package/.claude/agents-en/design-sync.md +2 -2
- package/.claude/agents-en/document-reviewer.md +2 -2
- package/.claude/agents-en/integration-test-reviewer.md +2 -2
- package/.claude/agents-en/investigator.md +2 -2
- package/.claude/agents-en/prd-creator.md +2 -2
- package/.claude/agents-en/quality-fixer-frontend.md +2 -2
- package/.claude/agents-en/quality-fixer.md +2 -2
- package/.claude/agents-en/requirement-analyzer.md +2 -2
- package/.claude/agents-en/scope-discoverer.md +2 -2
- package/.claude/agents-en/skill-creator.md +2 -2
- package/.claude/agents-en/skill-reviewer.md +2 -2
- package/.claude/agents-en/solver.md +2 -2
- package/.claude/agents-en/task-decomposer.md +2 -2
- package/.claude/agents-en/task-executor-frontend.md +2 -2
- package/.claude/agents-en/task-executor.md +2 -2
- package/.claude/agents-en/technical-designer-frontend.md +2 -2
- package/.claude/agents-en/technical-designer.md +2 -2
- package/.claude/agents-en/verifier.md +2 -2
- package/.claude/agents-en/work-planner.md +2 -2
- package/.claude/agents-ja/acceptance-test-generator.md +2 -2
- package/.claude/agents-ja/code-reviewer.md +2 -2
- package/.claude/agents-ja/code-verifier.md +2 -2
- package/.claude/agents-ja/design-sync.md +2 -2
- package/.claude/agents-ja/document-reviewer.md +2 -2
- package/.claude/agents-ja/integration-test-reviewer.md +2 -2
- package/.claude/agents-ja/investigator.md +2 -2
- package/.claude/agents-ja/prd-creator.md +2 -2
- package/.claude/agents-ja/quality-fixer-frontend.md +2 -2
- package/.claude/agents-ja/quality-fixer.md +2 -2
- package/.claude/agents-ja/requirement-analyzer.md +2 -2
- package/.claude/agents-ja/scope-discoverer.md +2 -2
- package/.claude/agents-ja/skill-creator.md +2 -2
- package/.claude/agents-ja/skill-reviewer.md +2 -2
- package/.claude/agents-ja/solver.md +2 -2
- package/.claude/agents-ja/task-decomposer.md +2 -2
- package/.claude/agents-ja/task-executor-frontend.md +2 -2
- package/.claude/agents-ja/task-executor.md +2 -2
- package/.claude/agents-ja/technical-designer-frontend.md +2 -2
- package/.claude/agents-ja/technical-designer.md +2 -2
- package/.claude/agents-ja/verifier.md +2 -2
- package/.claude/agents-ja/work-planner.md +2 -2
- package/.claude/commands-en/add-integration-tests.md +1 -1
- package/.claude/commands-en/build.md +1 -1
- package/.claude/commands-en/create-skill.md +1 -1
- package/.claude/commands-en/diagnose.md +2 -2
- package/.claude/commands-en/front-build.md +1 -1
- package/.claude/commands-en/front-review.md +2 -2
- package/.claude/commands-en/implement.md +5 -5
- package/.claude/commands-en/project-inject.md +1 -1
- package/.claude/commands-en/refine-skill.md +1 -1
- package/.claude/commands-en/reverse-engineer.md +3 -3
- package/.claude/commands-en/review.md +2 -2
- package/.claude/commands-en/sync-skills.md +1 -1
- package/.claude/commands-en/update-doc.md +1 -1
- package/.claude/commands-ja/add-integration-tests.md +1 -1
- package/.claude/commands-ja/build.md +1 -1
- package/.claude/commands-ja/create-skill.md +1 -1
- package/.claude/commands-ja/diagnose.md +2 -2
- package/.claude/commands-ja/front-build.md +1 -1
- package/.claude/commands-ja/front-review.md +2 -2
- package/.claude/commands-ja/implement.md +5 -5
- package/.claude/commands-ja/project-inject.md +1 -1
- package/.claude/commands-ja/refine-skill.md +1 -1
- package/.claude/commands-ja/reverse-engineer.md +3 -3
- package/.claude/commands-ja/review.md +2 -2
- package/.claude/commands-ja/sync-skills.md +1 -1
- package/.claude/commands-ja/update-doc.md +1 -1
- package/CHANGELOG.md +7 -0
- package/CLAUDE.en.md +2 -2
- package/CLAUDE.ja.md +2 -2
- package/CLAUDE.md +7 -7
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: acceptance-test-generator
|
|
3
3
|
description: Generates high-ROI integration/E2E test skeletons from Design Doc ACs. Use when Design Doc is complete and test design is needed, or when "test skeleton/AC/acceptance criteria" is mentioned. Behavior-first approach for minimal tests with maximum coverage.
|
|
4
|
-
tools: Read, Write, Glob, LS,
|
|
4
|
+
tools: Read, Write, Glob, LS, TaskCreate, TaskUpdate, Grep
|
|
5
5
|
skills: integration-e2e-testing, typescript-testing, documentation-criteria, project-context
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ Operates in an independent context without CLAUDE.md principles, executing auton
|
|
|
11
11
|
|
|
12
12
|
## Initial Required Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
15
15
|
|
|
16
16
|
### Applying to Implementation
|
|
17
17
|
- Apply integration-e2e-testing skill for integration/E2E test principles and specifications (most important)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: code-reviewer
|
|
3
3
|
description: Validates Design Doc compliance and implementation completeness from third-party perspective. Use PROACTIVELY after implementation completes or when "review/implementation check/compliance" is mentioned. Provides acceptance criteria validation and quality reports.
|
|
4
|
-
tools: Read, Grep, Glob, LS, Bash
|
|
4
|
+
tools: Read, Grep, Glob, LS, Bash, TaskCreate, TaskUpdate
|
|
5
5
|
skills: coding-standards, typescript-rules, typescript-testing, project-context, technical-spec
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ Operates in an independent context without CLAUDE.md principles, executing auton
|
|
|
11
11
|
|
|
12
12
|
## Initial Required Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
15
15
|
|
|
16
16
|
### Applying to Implementation
|
|
17
17
|
- Apply coding-standards skill for universal coding standards, pre-implementation existing code investigation process
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: code-verifier
|
|
3
3
|
description: Validates consistency between PRD/Design Doc and code implementation. Use PROACTIVELY after implementation completes, or when "document consistency/implementation gap/as specified" is mentioned. Uses multi-source evidence matching to identify discrepancies.
|
|
4
|
-
tools: Read, Grep, Glob, LS, Bash,
|
|
4
|
+
tools: Read, Grep, Glob, LS, Bash, TaskCreate, TaskUpdate
|
|
5
5
|
skills: documentation-criteria, coding-standards, typescript-rules
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ Operates in an independent context without CLAUDE.md principles, executing auton
|
|
|
11
11
|
|
|
12
12
|
## Initial Mandatory Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
15
15
|
|
|
16
16
|
### Applying to Implementation
|
|
17
17
|
- Apply documentation-criteria skill for documentation creation criteria
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: design-sync
|
|
3
3
|
description: Detects conflicts across multiple Design Docs and provides structured reports. Use when multiple Design Docs exist, or when "consistency/conflict/sync/between documents" is mentioned. Focuses on detection and reporting only, no modifications.
|
|
4
|
-
tools: Read, Grep, Glob, LS
|
|
4
|
+
tools: Read, Grep, Glob, LS, TaskCreate, TaskUpdate
|
|
5
5
|
skills: documentation-criteria, project-context, typescript-rules
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ You operate with an independent context that does not apply CLAUDE.md principles
|
|
|
11
11
|
|
|
12
12
|
## Initial Required Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
15
15
|
|
|
16
16
|
### Applying to Implementation
|
|
17
17
|
- Apply documentation-criteria skill for documentation standards (to understand Design Doc structure and required elements)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: document-reviewer
|
|
3
3
|
description: Reviews document consistency and completeness, providing approval decisions. Use PROACTIVELY after PRD/Design Doc/work plan creation, or when "document review/approval/check" is mentioned. Detects contradictions and rule violations with improvement suggestions.
|
|
4
|
-
tools: Read, Grep, Glob, LS, Bash,
|
|
4
|
+
tools: Read, Grep, Glob, LS, Bash, TaskCreate, TaskUpdate, WebSearch
|
|
5
5
|
skills: documentation-criteria, technical-spec, project-context, typescript-rules
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ Operates in an independent context without CLAUDE.md principles, executing auton
|
|
|
11
11
|
|
|
12
12
|
## Initial Mandatory Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
15
15
|
|
|
16
16
|
### Applying to Implementation
|
|
17
17
|
- Apply documentation-criteria skill for review quality standards
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: integration-test-reviewer
|
|
3
3
|
description: Verifies consistency between test skeleton comments and implementation code. Use PROACTIVELY after test implementation completes, or when "test review/skeleton verification" is mentioned. Returns quality reports with failing items and fix instructions.
|
|
4
|
-
tools: Read, Grep, Glob, LS, Bash
|
|
4
|
+
tools: Read, Grep, Glob, LS, Bash, TaskCreate, TaskUpdate
|
|
5
5
|
skills: integration-e2e-testing, typescript-testing, project-context
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ Operates in an independent context without CLAUDE.md principles, executing auton
|
|
|
11
11
|
|
|
12
12
|
## Initial Required Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
15
15
|
|
|
16
16
|
### Applying to Implementation
|
|
17
17
|
- Apply integration-e2e-testing skill for integration/E2E test review criteria (most important)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: investigator
|
|
3
3
|
description: Comprehensively collects problem-related information and creates evidence matrix. Use PROACTIVELY when bug/error/issue/defect/not working/strange behavior is reported. Reports only observations without proposing solutions.
|
|
4
|
-
tools: Read, Grep, Glob, LS, Bash, WebSearch,
|
|
4
|
+
tools: Read, Grep, Glob, LS, Bash, WebSearch, TaskCreate, TaskUpdate
|
|
5
5
|
skills: project-context, technical-spec, coding-standards
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ You operate with an independent context that does not apply CLAUDE.md principles
|
|
|
11
11
|
|
|
12
12
|
## Required Initial Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include "Verify skill constraints" first and "Verify skill adherence" last. Update with TaskUpdate upon each completion.
|
|
15
15
|
|
|
16
16
|
**Current Date Check**: Run `date` command before starting to determine current date for evaluating information recency.
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: prd-creator
|
|
3
3
|
description: Creates PRD and structures business requirements. Use when new feature/project starts, or when "PRD/requirements definition/user story/what to build" is mentioned. Defines user value and success metrics.
|
|
4
|
-
tools: Read, Write, Edit, MultiEdit, Glob, LS, Bash,
|
|
4
|
+
tools: Read, Write, Edit, MultiEdit, Glob, LS, Bash, TaskCreate, TaskUpdate, WebSearch
|
|
5
5
|
skills: documentation-criteria, project-context, technical-spec
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ Operates in an independent context without CLAUDE.md principles, executing auton
|
|
|
11
11
|
|
|
12
12
|
## Initial Mandatory Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
15
15
|
|
|
16
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.
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
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
|
-
tools: Bash, Read, Edit, MultiEdit,
|
|
4
|
+
tools: Bash, Read, Edit, MultiEdit, TaskCreate, TaskUpdate
|
|
5
5
|
skills: frontend/typescript-rules, frontend/typescript-testing, frontend/technical-spec, coding-standards, project-context
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -27,7 +27,7 @@ Executes quality checks and provides a state where all checks complete with zero
|
|
|
27
27
|
|
|
28
28
|
## Initial Required Tasks
|
|
29
29
|
|
|
30
|
-
**
|
|
30
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
31
31
|
|
|
32
32
|
### Package Manager Verification
|
|
33
33
|
Use the appropriate run command based on the `packageManager` field in package.json.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
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
|
-
tools: Bash, Read, Edit, MultiEdit,
|
|
4
|
+
tools: Bash, Read, Edit, MultiEdit, TaskCreate, TaskUpdate
|
|
5
5
|
skills: typescript-rules, typescript-testing, technical-spec, coding-standards, project-context
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -27,7 +27,7 @@ Executes quality checks and provides a state where all Phases complete with zero
|
|
|
27
27
|
|
|
28
28
|
## Initial Required Tasks
|
|
29
29
|
|
|
30
|
-
**
|
|
30
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
31
31
|
|
|
32
32
|
### Package Manager Verification
|
|
33
33
|
Use the appropriate run command based on the `packageManager` field in package.json.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: requirement-analyzer
|
|
3
3
|
description: Performs requirements analysis and work scale determination. Use PROACTIVELY when new feature requests or change requests are received, or when "requirements/scope/where to start" is mentioned. Extracts user requirement essence and proposes development approaches.
|
|
4
|
-
tools: Read, Grep, Glob, LS, Bash,
|
|
4
|
+
tools: Read, Grep, Glob, LS, Bash, TaskCreate, TaskUpdate, WebSearch
|
|
5
5
|
skills: project-context, documentation-criteria, technical-spec, coding-standards
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ Operates in an independent context without CLAUDE.md principles, executing auton
|
|
|
11
11
|
|
|
12
12
|
## Initial Mandatory Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
15
15
|
|
|
16
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.
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: scope-discoverer
|
|
3
3
|
description: Discovers functional scope from existing codebase for reverse documentation. Identifies targets through multi-source discovery combining user-value and technical perspectives. Use when "reverse engineering/existing code analysis/scope discovery" is mentioned.
|
|
4
|
-
tools: Read, Grep, Glob, LS, Bash,
|
|
4
|
+
tools: Read, Grep, Glob, LS, Bash, TaskCreate, TaskUpdate
|
|
5
5
|
skills: documentation-criteria, coding-standards, technical-spec, implementation-approach
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ Operates in an independent context without CLAUDE.md principles, executing auton
|
|
|
11
11
|
|
|
12
12
|
## Initial Mandatory Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
15
15
|
|
|
16
16
|
### Applying to Implementation
|
|
17
17
|
- Apply documentation-criteria skill for documentation creation criteria
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: skill-creator
|
|
3
3
|
description: Generates optimized skill files from raw user knowledge. Analyzes content, applies optimization patterns, and produces structured SKILL.md with frontmatter. Use when creating new skills or regenerating skill content.
|
|
4
|
-
tools: Read, Write, Glob, LS,
|
|
4
|
+
tools: Read, Write, Glob, LS, TaskCreate, TaskUpdate
|
|
5
5
|
skills: skill-optimization, project-context
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ Operates in an independent context without CLAUDE.md principles, executing auton
|
|
|
11
11
|
|
|
12
12
|
## Initial Mandatory Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
15
15
|
|
|
16
16
|
**Read skill-optimization**: Read `skill-optimization/references/creation-guide.md` for creation flow and description guidelines. The main SKILL.md contains shared BP patterns and editing principles.
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: skill-reviewer
|
|
3
3
|
description: Evaluates skill file quality against optimization patterns and editing principles. Returns structured quality report with grade, issues, and fix suggestions. Use when reviewing created or modified skill content.
|
|
4
|
-
tools: Read, Glob, LS,
|
|
4
|
+
tools: Read, Glob, LS, TaskCreate, TaskUpdate
|
|
5
5
|
skills: skill-optimization, project-context
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ Operates in an independent context without CLAUDE.md principles, executing auton
|
|
|
11
11
|
|
|
12
12
|
## Initial Mandatory Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
15
15
|
|
|
16
16
|
**Read skill-optimization**: Read `skill-optimization/references/review-criteria.md` for review flow and grading criteria. The main SKILL.md contains shared BP patterns and editing principles.
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: solver
|
|
3
3
|
description: Derives multiple solutions for verified causes and analyzes tradeoffs. Use when verifier has concluded, or when "solution/how to fix/fix method/remedy" is mentioned. Focuses on solutions from given conclusions without investigation.
|
|
4
|
-
tools: Read, Grep, Glob, LS,
|
|
4
|
+
tools: Read, Grep, Glob, LS, TaskCreate, TaskUpdate, WebSearch
|
|
5
5
|
skills: project-context, technical-spec, coding-standards, implementation-approach
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ You operate with an independent context that does not apply CLAUDE.md principles
|
|
|
11
11
|
|
|
12
12
|
## Required Initial Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include "Verify skill constraints" first and "Verify skill adherence" last. Update with TaskUpdate upon each completion.
|
|
15
15
|
|
|
16
16
|
## Input and Responsibility Boundaries
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: task-decomposer
|
|
3
3
|
description: Decomposes work plans into independent single-commit granularity tasks in docs/plans/tasks. Use PROACTIVELY when work plan (docs/plans/) is created, or when "task decomposition/split/decompose" is mentioned.
|
|
4
|
-
tools: Read, Write, LS, Bash,
|
|
4
|
+
tools: Read, Write, LS, Bash, TaskCreate, TaskUpdate
|
|
5
5
|
skills: documentation-criteria, project-context, coding-standards, typescript-testing, implementation-approach
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ Operates in an independent context without CLAUDE.md principles, executing auton
|
|
|
11
11
|
|
|
12
12
|
## Initial Required Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
15
15
|
|
|
16
16
|
## Primary Principle of Task Division
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: task-executor-frontend
|
|
3
3
|
description: Executes React implementation completely self-contained following frontend task files. Use when frontend task files exist, or when "frontend implementation/React implementation/component creation" is mentioned. Asks no questions, executes consistently from investigation to implementation.
|
|
4
|
-
tools: Read, Edit, Write, MultiEdit, Bash, Grep, Glob, LS,
|
|
4
|
+
tools: Read, Edit, Write, MultiEdit, Bash, Grep, Glob, LS, TaskCreate, TaskUpdate
|
|
5
5
|
skills: frontend/typescript-rules, frontend/typescript-testing, coding-standards, project-context, frontend/technical-spec, implementation-approach
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ Operates in an independent context without CLAUDE.md principles, executing auton
|
|
|
11
11
|
|
|
12
12
|
## Mandatory Rules
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
15
15
|
|
|
16
16
|
### Package Manager Verification
|
|
17
17
|
Use the appropriate run command based on the `packageManager` field in package.json.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: task-executor
|
|
3
3
|
description: Executes implementation completely self-contained following task files. Use when task files exist in docs/plans/tasks/, or when "execute task/implement task/start implementation" is mentioned. Asks no questions, executes consistently from investigation to implementation.
|
|
4
|
-
tools: Read, Edit, Write, MultiEdit, Bash, Grep, Glob, LS,
|
|
4
|
+
tools: Read, Edit, Write, MultiEdit, Bash, Grep, Glob, LS, TaskCreate, TaskUpdate
|
|
5
5
|
skills: typescript-rules, typescript-testing, coding-standards, project-context, technical-spec, implementation-approach
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ Operates in an independent context without CLAUDE.md principles, executing auton
|
|
|
11
11
|
|
|
12
12
|
## Mandatory Rules
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
15
15
|
|
|
16
16
|
### Package Manager Verification
|
|
17
17
|
Use execution commands according to the `packageManager` field in package.json.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: technical-designer-frontend
|
|
3
3
|
description: Creates frontend ADR and Design Docs to evaluate React technical choices. Use when frontend PRD is complete and technical design is needed, or when "frontend design/React design/UI design/component design" is mentioned.
|
|
4
|
-
tools: Read, Write, Edit, MultiEdit, Glob, LS, Bash,
|
|
4
|
+
tools: Read, Write, Edit, MultiEdit, Glob, LS, Bash, TaskCreate, TaskUpdate, WebSearch
|
|
5
5
|
skills: documentation-criteria, frontend/technical-spec, frontend/typescript-rules, coding-standards, project-context, implementation-approach
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ Operates in an independent context without CLAUDE.md principles, executing auton
|
|
|
11
11
|
|
|
12
12
|
## Initial Mandatory Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
15
15
|
|
|
16
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.
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: technical-designer
|
|
3
3
|
description: Creates ADR and Design Docs to evaluate technical choices. Use when PRD is complete and technical design is needed, or when "design/architecture/technical selection/ADR" is mentioned. Defines implementation approach.
|
|
4
|
-
tools: Read, Write, Edit, MultiEdit, Glob, LS, Bash,
|
|
4
|
+
tools: Read, Write, Edit, MultiEdit, Glob, LS, Bash, TaskCreate, TaskUpdate, WebSearch
|
|
5
5
|
skills: documentation-criteria, technical-spec, typescript-rules, coding-standards, project-context, implementation-approach
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ Operates in an independent context without CLAUDE.md principles, executing auton
|
|
|
11
11
|
|
|
12
12
|
## Initial Mandatory Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
15
15
|
|
|
16
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.
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: verifier
|
|
3
3
|
description: Critically evaluates investigation results and identifies oversights. Use when investigator completes investigation, or when "verify/really/confirm/oversight/other possibilities" is mentioned. Uses ACH and Devil's Advocate to verify validity and derive conclusions.
|
|
4
|
-
tools: Read, Grep, Glob, LS, Bash, WebSearch,
|
|
4
|
+
tools: Read, Grep, Glob, LS, Bash, WebSearch, TaskCreate, TaskUpdate
|
|
5
5
|
skills: project-context, technical-spec, coding-standards
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ You operate with an independent context that does not apply CLAUDE.md principles
|
|
|
11
11
|
|
|
12
12
|
## Required Initial Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include "Verify skill constraints" first and "Verify skill adherence" last. Update with TaskUpdate upon each completion.
|
|
15
15
|
|
|
16
16
|
**Current Date Check**: Run `date` command before starting to determine current date for evaluating information recency.
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: work-planner
|
|
3
3
|
description: Creates work plans from Design Docs and structures implementation tasks. Use when Design Doc is complete and implementation plan is needed, or when "work plan/plan/schedule" is mentioned. Creates trackable execution plans.
|
|
4
|
-
tools: Read, Write, Edit, MultiEdit, Glob, LS,
|
|
4
|
+
tools: Read, Write, Edit, MultiEdit, Glob, LS, TaskCreate, TaskUpdate
|
|
5
5
|
skills: documentation-criteria, project-context, technical-spec, implementation-approach, typescript-testing, typescript-rules
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ Operates in an independent context without CLAUDE.md principles, executing auton
|
|
|
11
11
|
|
|
12
12
|
## Initial Mandatory Tasks
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Task Registration**: Register work steps with TaskCreate. Always include: first "Confirm skill constraints", final "Verify skill fidelity". Update with TaskUpdate upon completion of each step.
|
|
15
15
|
|
|
16
16
|
### Applying to Implementation
|
|
17
17
|
- Apply documentation-criteria skill for documentation creation criteria
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: acceptance-test-generator
|
|
3
3
|
description: Design DocのACから高ROIの統合/E2Eテストスケルトンを生成。Use when Design Doc完成後にテスト設計が必要な場合、または「テストスケルトン/test skeleton/AC/受入条件」が言及された時。振る舞い優先・最小限で最大カバレッジを実現。
|
|
4
|
-
tools: Read, Write, Glob, LS,
|
|
4
|
+
tools: Read, Write, Glob, LS, TaskCreate, TaskUpdate, Grep
|
|
5
5
|
skills: integration-e2e-testing, typescript-testing, documentation-criteria, project-context
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ CLAUDE.mdの原則を適用しない独立したコンテキストを持ち、
|
|
|
11
11
|
|
|
12
12
|
## 初回必須タスク
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
**タスク登録**: TaskCreateで作業ステップを登録。必ず最初に「スキル制約の確認」、最後に「スキル忠実度の検証」を含める。各完了時にTaskUpdateで更新。
|
|
15
15
|
|
|
16
16
|
### 実装方針への準拠
|
|
17
17
|
- **テストコード生成**: Design Docの実装パターン(関数 vs クラス選択)に厳密準拠必須
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: code-reviewer
|
|
3
3
|
description: Design Doc準拠と実装完全性を第三者視点で検証。Use PROACTIVELY after implementation completes または「レビュー/review/実装チェック/準拠確認」が言及された時。受入条件照合、実装漏れ検出、品質レポートを提供。
|
|
4
|
-
tools: Read, Grep, Glob, LS, Bash
|
|
4
|
+
tools: Read, Grep, Glob, LS, Bash, TaskCreate, TaskUpdate
|
|
5
5
|
skills: coding-standards, typescript-rules, typescript-testing, project-context, technical-spec
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ CLAUDE.mdの原則を適用しない独立したコンテキストを持ち、
|
|
|
11
11
|
|
|
12
12
|
## 初回必須タスク
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
**タスク登録**: TaskCreateで作業ステップを登録。必ず最初に「スキル制約の確認」、最後に「スキル忠実度の検証」を含める。各完了時にTaskUpdateで更新。
|
|
15
15
|
|
|
16
16
|
## 主な責務
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: code-verifier
|
|
3
3
|
description: PRD/Design Docとコード実装間の整合性を検証。Use PROACTIVELY after 実装完了時、または「ドキュメント整合性/実装漏れ/仕様通り」が言及された時。multi-source evidence matchingで不整合を特定。
|
|
4
|
-
tools: Read, Grep, Glob, LS, Bash,
|
|
4
|
+
tools: Read, Grep, Glob, LS, Bash, TaskCreate, TaskUpdate
|
|
5
5
|
skills: documentation-criteria, coding-standards, typescript-rules
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ CLAUDE.mdの原則を適用しない独立したコンテキストを持ち、
|
|
|
11
11
|
|
|
12
12
|
## 初回必須タスク
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
**タスク登録**: TaskCreateで作業ステップを登録。必ず最初に「スキル制約の確認」、最後に「スキル忠実度の検証」を含める。各完了時にTaskUpdateで更新。
|
|
15
15
|
|
|
16
16
|
### 実装への反映
|
|
17
17
|
- documentation-criteriaスキルでドキュメント作成基準を適用
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: design-sync
|
|
3
3
|
description: 複数Design Doc間の矛盾を検出し構造化レポートを提供。Use when 複数のDesign Docが存在する時、または「整合性/矛盾/sync/ドキュメント間」が言及された時。修正は行わず検出と報告に特化。
|
|
4
|
-
tools: Read, Grep, Glob, LS
|
|
4
|
+
tools: Read, Grep, Glob, LS, TaskCreate, TaskUpdate
|
|
5
5
|
skills: documentation-criteria, project-context, typescript-rules
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ CLAUDE.mdの原則を適用しない独立したコンテキストを持ち、
|
|
|
11
11
|
|
|
12
12
|
## 初回必須タスク
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
**タスク登録**: TaskCreateで作業ステップを登録。必ず最初に「スキル制約の確認」、最後に「スキル忠実度の検証」を含める。各完了時にTaskUpdateで更新。
|
|
15
15
|
|
|
16
16
|
## 検出基準(唯一の判定ルール)
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: document-reviewer
|
|
3
3
|
description: ドキュメントの整合性と完成度をレビューし承認判定を提供。Use PROACTIVELY after PRD/Design Doc/作業計画書作成後、または「ドキュメントレビュー/承認/チェック」が言及された時。矛盾・ルール違反を検出し改善提案。
|
|
4
|
-
tools: Read, Grep, Glob, LS, Bash,
|
|
4
|
+
tools: Read, Grep, Glob, LS, Bash, TaskCreate, TaskUpdate, WebSearch
|
|
5
5
|
skills: documentation-criteria, technical-spec, project-context, typescript-rules
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ CLAUDE.mdの原則を適用しない独立したコンテキストを持ち、
|
|
|
11
11
|
|
|
12
12
|
## 初回必須タスク
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
**タスク登録**: TaskCreateで作業ステップを登録。必ず最初に「スキル制約の確認」、最後に「スキル忠実度の検証」を含める。各完了時にTaskUpdateで更新。
|
|
15
15
|
|
|
16
16
|
### 実装への反映
|
|
17
17
|
- documentation-criteriaスキルでレビュー品質基準を適用
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: integration-test-reviewer
|
|
3
3
|
description: テストファイルのスケルトンコメントと実装コードの整合性を検証。Use PROACTIVELY after テスト実装完了時、または「テストレビュー/test review/スケルトン検証」が言及された時。不合格項目と修正指示を含む品質レポートを返却。
|
|
4
|
-
tools: Read, Grep, Glob, LS, Bash
|
|
4
|
+
tools: Read, Grep, Glob, LS, Bash, TaskCreate, TaskUpdate
|
|
5
5
|
skills: integration-e2e-testing, typescript-testing, project-context
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ CLAUDE.mdの原則を適用しない独立したコンテキストを持ち、
|
|
|
11
11
|
|
|
12
12
|
## 初回必須タスク
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
**タスク登録**: TaskCreateで作業ステップを登録。必ず最初に「スキル制約の確認」、最後に「スキル忠実度の検証」を含める。各完了時にTaskUpdateで更新。
|
|
15
15
|
|
|
16
16
|
## 必要情報
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: investigator
|
|
3
3
|
description: 問題に関連する情報を網羅的に収集し証拠マトリクスを作成。Use PROACTIVELY when バグ/エラー/問題/不具合/動かない/おかしい が報告された時。解決策は考えず観察結果のみを報告。
|
|
4
|
-
tools: Read, Grep, Glob, LS, Bash, WebSearch,
|
|
4
|
+
tools: Read, Grep, Glob, LS, Bash, WebSearch, TaskCreate, TaskUpdate
|
|
5
5
|
skills: project-context, technical-spec, coding-standards
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ CLAUDE.mdの原則を適用しない独立したコンテキストを持ち、
|
|
|
11
11
|
|
|
12
12
|
## 初回必須タスク
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
**タスク登録**: TaskCreateで作業ステップを登録。必ず最初に「スキル制約の確認」、最後に「スキル忠実度の検証」を含める。各完了時にTaskUpdateで更新。
|
|
15
15
|
|
|
16
16
|
**現在日時の確認**: 作業開始前に`date`コマンドで現在年月日を確認し、最新情報の判断基準とする。
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: prd-creator
|
|
3
3
|
description: PRDを作成しビジネス要件を構造化。Use when 新機能/プロジェクト開始時、または「PRD/要件定義/ユーザーストーリー/何を作る」が言及された時。ユーザー価値と成功指標を定義。
|
|
4
|
-
tools: Read, Write, Edit, MultiEdit, Glob, LS, Bash,
|
|
4
|
+
tools: Read, Write, Edit, MultiEdit, Glob, LS, Bash, TaskCreate, TaskUpdate, WebSearch
|
|
5
5
|
skills: documentation-criteria, project-context, technical-spec
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ CLAUDE.mdの原則を適用しない独立したコンテキストを持ち、
|
|
|
11
11
|
|
|
12
12
|
## 初回必須タスク
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
**タスク登録**: TaskCreateで作業ステップを登録。必ず最初に「スキル制約の確認」、最後に「スキル忠実度の検証」を含める。各完了時にTaskUpdateで更新。
|
|
15
15
|
|
|
16
16
|
**現在日時の確認**: 作業開始前に`date`コマンドで現在年月日を確認し、最新情報の判断基準とする。
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: quality-fixer-frontend
|
|
3
3
|
description: フロントエンドReactプロジェクトの品質問題を修正する専門エージェント。React Testing Libraryテストを含む、あらゆる検証と修正タスクを完全自己完結で実行。全ての品質エラーを修正し、全チェックがパスするまで責任をもって対応。MUST BE USED PROACTIVELY when any quality-related keywords appear (品質/quality/チェック/check/検証/verify/テスト/test/ビルド/build/lint/format/型/type/修正/fix) or after code changes.
|
|
4
|
-
tools: Bash, Read, Edit, MultiEdit,
|
|
4
|
+
tools: Bash, Read, Edit, MultiEdit, TaskCreate, TaskUpdate
|
|
5
5
|
skills: frontend/typescript-rules, frontend/typescript-testing, frontend/technical-spec, coding-standards, project-context
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -27,7 +27,7 @@ CLAUDE.mdの原則を適用しない独立したコンテキストを持ち、
|
|
|
27
27
|
|
|
28
28
|
## 初回必須タスク
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
**タスク登録**: TaskCreateで作業ステップを登録。必ず最初に「スキル制約の確認」、最後に「スキル忠実度の検証」を含める。各完了時にTaskUpdateで更新。
|
|
31
31
|
|
|
32
32
|
### パッケージマネージャー確認
|
|
33
33
|
package.jsonの`packageManager`フィールドに応じた実行コマンドを使用すること。
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: quality-fixer
|
|
3
3
|
description: TypeScriptプロジェクトの品質問題を修正する専門エージェント。コード品質、型安全性、テスト、ビルドに関するあらゆる検証と修正を完全自己完結で実行。全ての品質エラーを修正し、全テストがパスするまで責任をもって対応。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
|
-
tools: Bash, Read, Edit, MultiEdit,
|
|
4
|
+
tools: Bash, Read, Edit, MultiEdit, TaskCreate, TaskUpdate
|
|
5
5
|
skills: typescript-rules, typescript-testing, technical-spec, coding-standards, project-context
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -27,7 +27,7 @@ CLAUDE.mdの原則を適用しない独立したコンテキストを持ち、
|
|
|
27
27
|
|
|
28
28
|
## 初回必須タスク
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
**タスク登録**: TaskCreateで作業ステップを登録。必ず最初に「スキル制約の確認」、最後に「スキル忠実度の検証」を含める。各完了時にTaskUpdateで更新。
|
|
31
31
|
|
|
32
32
|
### パッケージマネージャー確認
|
|
33
33
|
package.jsonの`packageManager`フィールドに応じた実行コマンドを使用すること。
|