create-ai-project 1.14.0 → 1.14.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.
Files changed (65) hide show
  1. package/.claude/agents-en/acceptance-test-generator.md +1 -1
  2. package/.claude/agents-en/code-reviewer.md +1 -1
  3. package/.claude/agents-en/code-verifier.md +1 -1
  4. package/.claude/agents-en/design-sync.md +1 -1
  5. package/.claude/agents-en/document-reviewer.md +1 -1
  6. package/.claude/agents-en/integration-test-reviewer.md +1 -1
  7. package/.claude/agents-en/investigator.md +1 -1
  8. package/.claude/agents-en/prd-creator.md +1 -1
  9. package/.claude/agents-en/requirement-analyzer.md +1 -1
  10. package/.claude/agents-en/rule-advisor.md +1 -1
  11. package/.claude/agents-en/scope-discoverer.md +1 -1
  12. package/.claude/agents-en/solver.md +1 -1
  13. package/.claude/agents-en/task-decomposer.md +1 -1
  14. package/.claude/agents-en/task-executor-frontend.md +1 -1
  15. package/.claude/agents-en/task-executor.md +1 -1
  16. package/.claude/agents-en/technical-designer-frontend.md +1 -1
  17. package/.claude/agents-en/technical-designer.md +1 -1
  18. package/.claude/agents-en/verifier.md +1 -1
  19. package/.claude/agents-en/work-planner.md +1 -1
  20. package/.claude/agents-ja/acceptance-test-generator.md +1 -1
  21. package/.claude/agents-ja/code-reviewer.md +1 -1
  22. package/.claude/agents-ja/code-verifier.md +1 -1
  23. package/.claude/agents-ja/design-sync.md +1 -1
  24. package/.claude/agents-ja/document-reviewer.md +1 -1
  25. package/.claude/agents-ja/integration-test-reviewer.md +1 -1
  26. package/.claude/agents-ja/investigator.md +1 -1
  27. package/.claude/agents-ja/prd-creator.md +1 -1
  28. package/.claude/agents-ja/requirement-analyzer.md +1 -1
  29. package/.claude/agents-ja/rule-advisor.md +1 -1
  30. package/.claude/agents-ja/scope-discoverer.md +1 -1
  31. package/.claude/agents-ja/solver.md +1 -1
  32. package/.claude/agents-ja/task-decomposer.md +1 -1
  33. package/.claude/agents-ja/task-executor-frontend.md +1 -1
  34. package/.claude/agents-ja/task-executor.md +1 -1
  35. package/.claude/agents-ja/technical-designer-frontend.md +1 -1
  36. package/.claude/agents-ja/technical-designer.md +1 -1
  37. package/.claude/agents-ja/verifier.md +1 -1
  38. package/.claude/agents-ja/work-planner.md +1 -1
  39. package/.claude/skills-en/coding-standards/SKILL.md +1 -1
  40. package/.claude/skills-en/documentation-criteria/SKILL.md +1 -1
  41. package/.claude/skills-en/frontend/technical-spec/SKILL.md +1 -1
  42. package/.claude/skills-en/frontend/typescript-rules/SKILL.md +1 -1
  43. package/.claude/skills-en/frontend/typescript-testing/SKILL.md +1 -1
  44. package/.claude/skills-en/implementation-approach/SKILL.md +1 -1
  45. package/.claude/skills-en/integration-e2e-testing/SKILL.md +1 -1
  46. package/.claude/skills-en/project-context/SKILL.md +1 -1
  47. package/.claude/skills-en/subagents-orchestration-guide/SKILL.md +1 -1
  48. package/.claude/skills-en/task-analyzer/SKILL.md +1 -1
  49. package/.claude/skills-en/technical-spec/SKILL.md +1 -1
  50. package/.claude/skills-en/typescript-rules/SKILL.md +1 -1
  51. package/.claude/skills-en/typescript-testing/SKILL.md +1 -1
  52. package/.claude/skills-ja/coding-standards/SKILL.md +1 -1
  53. package/.claude/skills-ja/documentation-criteria/SKILL.md +1 -1
  54. package/.claude/skills-ja/frontend/technical-spec/SKILL.md +1 -1
  55. package/.claude/skills-ja/frontend/typescript-rules/SKILL.md +1 -1
  56. package/.claude/skills-ja/frontend/typescript-testing/SKILL.md +1 -1
  57. package/.claude/skills-ja/implementation-approach/SKILL.md +1 -1
  58. package/.claude/skills-ja/integration-e2e-testing/SKILL.md +1 -1
  59. package/.claude/skills-ja/project-context/SKILL.md +1 -1
  60. package/.claude/skills-ja/subagents-orchestration-guide/SKILL.md +1 -1
  61. package/.claude/skills-ja/task-analyzer/SKILL.md +1 -1
  62. package/.claude/skills-ja/technical-spec/SKILL.md +1 -1
  63. package/.claude/skills-ja/typescript-rules/SKILL.md +1 -1
  64. package/.claude/skills-ja/typescript-testing/SKILL.md +1 -1
  65. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: acceptance-test-generator
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
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
4
  tools: Read, Write, Glob, LS, TodoWrite, Grep
5
5
  skills: integration-e2e-testing, typescript-testing, documentation-criteria, project-context
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: code-reviewer
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.
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
4
  tools: Read, Grep, Glob, LS
5
5
  skills: coding-standards, typescript-rules, typescript-testing, project-context, technical-spec
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: code-verifier
3
- description: Verification agent that validates consistency between documentation (PRD/Design Doc) and actual code implementation. Uses multi-source evidence matching to identify discrepancies.
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
4
  tools: Read, Grep, Glob, LS, TodoWrite
5
5
  skills: documentation-criteria, coding-standards, typescript-rules
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: design-sync
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.
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
4
  tools: Read, Grep, Glob, LS
5
5
  skills: documentation-criteria, project-context, typescript-rules
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: document-reviewer
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.
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
4
  tools: Read, Grep, Glob, LS, TodoWrite, WebSearch
5
5
  skills: documentation-criteria, technical-spec, project-context, typescript-rules
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: integration-test-reviewer
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.
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
4
  tools: Read, Grep, Glob, LS
5
5
  skills: integration-e2e-testing, typescript-testing, project-context
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: investigator
3
- description: Investigation specialist agent that comprehensively collects information related to a problem. Reports only observations and evidence matrix without proposing solutions.
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
4
  tools: Read, Grep, Glob, LS, WebSearch, TodoWrite
5
5
  skills: project-context, technical-spec, coding-standards
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: prd-creator
3
- description: Specialized agent for creating Product Requirements Documents (PRD). Structures business requirements and defines user value and success metrics.
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
4
  tools: Read, Write, Edit, MultiEdit, Glob, LS, TodoWrite, WebSearch
5
5
  skills: documentation-criteria, project-context, technical-spec
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: requirement-analyzer
3
- description: Specialized agent for requirements analysis and work scale determination. Extracts the essence of user requirements and proposes appropriate development approaches.
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
4
  tools: Read, Glob, LS, TodoWrite, WebSearch
5
5
  skills: project-context, documentation-criteria, technical-spec, coding-standards
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: rule-advisor
3
- description: Specialized agent that selects necessary, sufficient, and minimal effective rulesets to maximize AI execution accuracy. Uses task-analyzer skill for metacognitive analysis and returns comprehensive structured JSON with skill contents.
3
+ description: Selects optimal rulesets for tasks and performs metacognitive analysis. MUST BE USED before any implementation task starts (CLAUDE.md required process). Analyzes task essence with task-analyzer skill and returns structured JSON.
4
4
  tools: Read, Grep, LS
5
5
  skills: task-analyzer
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: scope-discoverer
3
- description: Specialized agent for discovering document scope from existing codebase. Identifies PRD targets (user value units) or Design Doc targets (technical responsibility units) through multi-source discovery.
3
+ description: Discovers PRD/Design Doc scope from existing codebase. Use when existing code documentation is needed, or when "reverse engineering/existing code analysis/scope discovery" is mentioned. Identifies targets through multi-source discovery.
4
4
  tools: Read, Grep, Glob, LS, TodoWrite
5
5
  skills: documentation-criteria, coding-standards, technical-spec
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: solver
3
- description: Solution derivation specialist agent for verified causes. Generates multiple solutions, analyzes tradeoffs, and presents recommendations. Focuses exclusively on solutions based on given conclusions.
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
4
  tools: Read, Grep, Glob, LS, TodoWrite
5
5
  skills: project-context, technical-spec, coding-standards, implementation-approach
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: task-decomposer
3
- description: Reads work plan documents from docs/plans and decomposes them into independent, single-commit granularity tasks placed in docs/plans/tasks. PROACTIVELY proposes task decomposition when work plans are created.
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
4
  tools: Read, Write, LS, Bash, TodoWrite
5
5
  skills: documentation-criteria, project-context, coding-standards, typescript-testing, implementation-approach
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: task-executor-frontend
3
- description: Specialized agent for steadily executing frontend tasks. Implements React components and features following task file procedures with real-time progress updates. Completely self-contained, asks no questions, and executes consistently from investigation to implementation.
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
4
  tools: Read, Edit, Write, MultiEdit, Bash, Grep, Glob, LS, TodoWrite
5
5
  skills: frontend/typescript-rules, frontend/typescript-testing, coding-standards, project-context, frontend/technical-spec, implementation-approach
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: task-executor
3
- description: Specialized agent for steadily executing individual tasks. Implements following task file procedures and updates progress in real-time. Completely self-contained, asks no questions, and executes consistently from investigation to implementation.
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
4
  tools: Read, Edit, Write, MultiEdit, Bash, Grep, Glob, LS, TodoWrite
5
5
  skills: typescript-rules, typescript-testing, coding-standards, project-context, technical-spec, implementation-approach
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: technical-designer-frontend
3
- description: Specialized agent for creating frontend technical design documents. Defines technical choice evaluation and implementation approaches for React applications through ADR and Design Docs.
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
4
  tools: Read, Write, Edit, MultiEdit, Glob, LS, TodoWrite, WebSearch
5
5
  skills: documentation-criteria, frontend/technical-spec, frontend/typescript-rules, coding-standards, project-context, implementation-approach
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: technical-designer
3
- description: Specialized agent for creating technical design documents. Defines technical choice evaluation and implementation approaches through ADR and Design Docs.
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
4
  tools: Read, Write, Edit, MultiEdit, Glob, LS, TodoWrite, WebSearch
5
5
  skills: documentation-criteria, technical-spec, typescript-rules, coding-standards, project-context, implementation-approach
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: verifier
3
- description: Verification specialist agent that critically evaluates investigation results and identifies oversights. Uses Triangulation supplementation, ACH (Analysis of Competing Hypotheses), and Devil's Advocate methods to verify investigation validity. Focuses exclusively on verification and conclusion derivation.
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
4
  tools: Read, Grep, Glob, LS, WebSearch, TodoWrite
5
5
  skills: project-context, technical-spec, coding-standards
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: work-planner
3
- description: Specialized agent for creating work plan documents. Structures implementation tasks based on design documents and creates trackable execution plans.
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
4
  tools: Read, Write, Edit, MultiEdit, Glob, LS, TodoWrite
5
5
  skills: documentation-criteria, project-context, technical-spec, implementation-approach, typescript-testing, typescript-rules
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: acceptance-test-generator
3
- description: 指定されたDesign DocのACから、振る舞い優先・ROIベース選択・上限設定による最小限で高ROIの統合/E2Eテストスケルトンを生成し、生成ファイルパスを返す
3
+ description: Design DocのACから高ROIの統合/E2Eテストスケルトンを生成。Use when Design Doc完成後にテスト設計が必要な場合、または「テストスケルトン/test skeleton/AC/受入条件」が言及された時。振る舞い優先・最小限で最大カバレッジを実現。
4
4
  tools: Read, Write, Glob, LS, TodoWrite, Grep
5
5
  skills: integration-e2e-testing, typescript-testing, documentation-criteria, project-context
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: code-reviewer
3
- description: Design Doc準拠を検証し、実装の完全性を第三者視点で評価する専門エージェント。受入条件との照合、実装漏れの検出、品質レポートを提供します。
3
+ description: Design Doc準拠と実装完全性を第三者視点で検証。Use PROACTIVELY after implementation completes または「レビュー/review/実装チェック/準拠確認」が言及された時。受入条件照合、実装漏れ検出、品質レポートを提供。
4
4
  tools: Read, Grep, Glob, LS
5
5
  skills: coding-standards, typescript-rules, typescript-testing, project-context, technical-spec
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: code-verifier
3
- description: ドキュメント(PRD/Design Doc)と実際のコード実装間の整合性を検証する専門エージェント。multi-source evidence matchingで不整合を特定します。
3
+ description: PRD/Design Docとコード実装間の整合性を検証。Use PROACTIVELY after 実装完了時、または「ドキュメント整合性/実装漏れ/仕様通り」が言及された時。multi-source evidence matchingで不整合を特定。
4
4
  tools: Read, Grep, Glob, LS, TodoWrite
5
5
  skills: documentation-criteria, coding-standards, typescript-rules
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: design-sync
3
- description: Design Doc間の整合性を検証する専門エージェント。複数のDesign Doc間の矛盾を検出し、構造化レポートを提供します。修正は行わず、検出と報告に特化。
3
+ description: 複数Design Doc間の矛盾を検出し構造化レポートを提供。Use when 複数のDesign Docが存在する時、または「整合性/矛盾/sync/ドキュメント間」が言及された時。修正は行わず検出と報告に特化。
4
4
  tools: Read, Grep, Glob, LS
5
5
  skills: documentation-criteria, project-context, typescript-rules
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: document-reviewer
3
- description: ドキュメントの整合性と完成度をレビューする専門エージェント。矛盾やルール違反を検出し、改善提案と承認判定を提供します。観点モードにより特定の視点に特化したレビューも可能です。
3
+ description: ドキュメントの整合性と完成度をレビューし承認判定を提供。Use PROACTIVELY after PRD/Design Doc/作業計画書作成後、または「ドキュメントレビュー/承認/チェック」が言及された時。矛盾・ルール違反を検出し改善提案。
4
4
  tools: Read, Grep, Glob, LS, TodoWrite, WebSearch
5
5
  skills: documentation-criteria, technical-spec, project-context, typescript-rules
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: integration-test-reviewer
3
- description: 指定されたテストファイルの実装品質を検証する専門エージェント。テストファイル内のスケルトンコメント(AC、振る舞い、Property注釈)と実装コードの整合性を評価し、不合格項目と修正指示を含む品質レポートを返します。
3
+ description: テストファイルのスケルトンコメントと実装コードの整合性を検証。Use PROACTIVELY after テスト実装完了時、または「テストレビュー/test review/スケルトン検証」が言及された時。不合格項目と修正指示を含む品質レポートを返却。
4
4
  tools: Read, Grep, Glob, LS
5
5
  skills: integration-e2e-testing, typescript-testing, project-context
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: investigator
3
- description: 問題に関連する情報を網羅的に収集する調査専門エージェント。解決策は一切考えず、観察結果と証拠マトリクスのみを報告する。
3
+ description: 問題に関連する情報を網羅的に収集し証拠マトリクスを作成。Use PROACTIVELY when バグ/エラー/問題/不具合/動かない/おかしい が報告された時。解決策は考えず観察結果のみを報告。
4
4
  tools: Read, Grep, Glob, LS, WebSearch, TodoWrite
5
5
  skills: project-context, technical-spec, coding-standards
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: prd-creator
3
- description: Product Requirements Document(PRD)を作成する専門エージェント。ビジネス要件を構造化し、ユーザー価値と成功指標を定義します。
3
+ description: PRDを作成しビジネス要件を構造化。Use when 新機能/プロジェクト開始時、または「PRD/要件定義/ユーザーストーリー/何を作る」が言及された時。ユーザー価値と成功指標を定義。
4
4
  tools: Read, Write, Edit, MultiEdit, Glob, LS, TodoWrite, WebSearch
5
5
  skills: documentation-criteria, project-context, technical-spec
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: requirement-analyzer
3
- description: 要件分析と作業規模判定を行う専門エージェント。ユーザー要求の本質を抽出し、適切な開発アプローチを提案します。
3
+ description: 要件分析と作業規模判定を実行。Use PROACTIVELY when 新機能リクエストや変更要求を受けた時、または「要件/requirement/規模/スコープ/何から始める」が言及された時。ユーザー要求の本質を抽出し、適切な開発アプローチを提案。
4
4
  tools: Read, Glob, LS, TodoWrite, WebSearch
5
5
  skills: project-context, documentation-criteria, technical-spec, coding-standards
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: rule-advisor
3
- description: AIの実行精度を最大化する観点で必要十分かつ最小限の効果的なルールセットを選択する専門エージェント。task-analyzerスキルを使用してメタ認知的分析を行い、スキル内容を含む包括的な構造化JSONを返却。
3
+ description: タスクに最適なルールセットを選択しメタ認知的分析を実行。MUST BE USED before any implementation task starts(CLAUDE.md必須プロセス)。task-analyzerスキルでタスク本質を分析し、構造化JSONを返却。
4
4
  tools: Read, Grep, LS
5
5
  skills: task-analyzer
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: scope-discoverer
3
- description: 既存コードベースからドキュメントのスコープを導出する専門エージェント。マルチソース探索によりPRD対象(ユーザー価値単位)またはDesign Doc対象(技術責務単位)を特定します。
3
+ description: 既存コードベースからPRD/Design Docのスコープを導出。Use when 既存コードのドキュメント化が必要な時、または「リバースエンジニアリング/既存コード分析/スコープ特定」が言及された時。マルチソース探索で対象を特定。
4
4
  tools: Read, Grep, Glob, LS, TodoWrite
5
5
  skills: documentation-criteria, coding-standards, technical-spec
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: solver
3
- description: 検証済みの原因に対して解決策を導出する専門エージェント。複数の解決策を生成し、トレードオフを分析して推奨案を提示する。調査・検証は行わず、与えられた結論に基づいて解決に集中。
3
+ description: 検証済み原因に対して複数の解決策を導出しトレードオフを分析。Use when verifierが結論を出した後、または「解決策/どうすれば/修正方法/対処法」が言及された時。調査は行わず与えられた結論から解決に集中。
4
4
  tools: Read, Grep, Glob, LS, TodoWrite
5
5
  skills: project-context, technical-spec, coding-standards, implementation-approach
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: task-decomposer
3
- description: docs/plansの作業計画書を読み込み、1コミット粒度の独立したタスクに分解してdocs/plans/tasksに配置する。PROACTIVELY 作業計画書が作成されたらタスク分解を提案。
3
+ description: 作業計画書を1コミット粒度の独立タスクに分解しdocs/plans/tasksに配置。Use PROACTIVELY when 作業計画書(docs/plans/)が作成された時、または「タスク分解/分割/decompose」が言及された時。
4
4
  tools: Read, Write, LS, Bash, TodoWrite
5
5
  skills: documentation-criteria, project-context, coding-standards, typescript-testing, implementation-approach
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: task-executor-frontend
3
- description: フロントエンドタスクを着実に実行する専門エージェント。タスクファイルの手順に従ってReactコンポーネントと機能を実装し、進捗をリアルタイムで更新します。完全自己完結型で質問せず、調査から実装まで一貫して実行。
3
+ description: フロントエンドタスクファイルに従ってReact実装を完全自己完結で実行。Use when フロントエンド用タスクファイルが存在する時、または「フロントエンド実装/React実装/コンポーネント作成」が言及された時。質問せず調査から実装まで一貫実行。
4
4
  tools: Read, Edit, Write, MultiEdit, Bash, Grep, Glob, LS, TodoWrite
5
5
  skills: frontend/typescript-rules, frontend/typescript-testing, coding-standards, project-context, frontend/technical-spec, implementation-approach
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: task-executor
3
- description: 個別タスクを着実に実行する専門エージェント。タスクファイルの手順に従って実装し、進捗をリアルタイムで更新します。完全自己完結型で質問せず、調査から実装まで一貫して実行。
3
+ description: タスクファイルに従って実装を完全自己完結で実行。Use when docs/plans/tasks/にタスクファイルが存在する時、または「タスク実行/implement task/実装開始」が言及された時。質問せず調査から実装まで一貫実行。
4
4
  tools: Read, Edit, Write, MultiEdit, Bash, Grep, Glob, LS, TodoWrite
5
5
  skills: typescript-rules, typescript-testing, coding-standards, project-context, technical-spec, implementation-approach
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: technical-designer-frontend
3
- description: フロントエンド技術設計ドキュメントを作成する専門エージェント。ADRとDesign Docを通じて、Reactアプリケーションの技術的選択肢の評価と実装アプローチを定義します。
3
+ description: フロントエンドADRとDesign Docを作成しReact技術選択肢を評価。Use when フロントエンドPRD完成後に技術設計が必要な時、または「フロントエンド設計/React設計/UI設計/コンポーネント設計」が言及された時。
4
4
  tools: Read, Write, Edit, MultiEdit, Glob, LS, TodoWrite, WebSearch
5
5
  skills: documentation-criteria, frontend/technical-spec, frontend/typescript-rules, coding-standards, project-context, implementation-approach
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: technical-designer
3
- description: 技術設計ドキュメントを作成する専門エージェント。ADRとDesign Docを通じて、技術的選択肢の評価と実装アプローチを定義します。
3
+ description: ADRとDesign Docを作成し技術的選択肢を評価。Use when PRD完成後に技術設計が必要な時、または「設計/design/アーキテクチャ/技術選定/ADR」が言及された時。実装アプローチを定義。
4
4
  tools: Read, Write, Edit, MultiEdit, Glob, LS, TodoWrite, WebSearch
5
5
  skills: documentation-criteria, technical-spec, typescript-rules, coding-standards, project-context, implementation-approach
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: verifier
3
- description: 調査結果を批判的に評価し、見落としを探す検証専門エージェント。Triangulation補完、ACH(競合仮説分析)、Devil's Advocate手法を用いて調査の妥当性を検証。解決策は考えない。
3
+ description: 調査結果を批判的に評価し見落としを探す。Use when investigatorの調査完了後、または「検証/本当に/確認/見落とし/他の可能性」が言及された時。ACHDevil's Advocate手法で妥当性を検証し結論を導出。
4
4
  tools: Read, Grep, Glob, LS, WebSearch, TodoWrite
5
5
  skills: project-context, technical-spec, coding-standards
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: work-planner
3
- description: 作業計画書を作成する専門エージェント。設計ドキュメントを基に実装タスクを構造化し、進捗追跡可能な実行計画を立案します。
3
+ description: Design Docから作業計画書を作成し実装タスクを構造化。Use when Design Doc完成後に実装計画が必要な時、または「作業計画/計画書/plan/スケジュール」が言及された時。進捗追跡可能な実行計画を立案。
4
4
  tools: Read, Write, Edit, MultiEdit, Glob, LS, TodoWrite
5
5
  skills: documentation-criteria, project-context, technical-spec, implementation-approach, typescript-testing, typescript-rules
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: coding-standards
3
- description: Language-agnostic coding principles for maintainability, readability, and quality. Use when implementing features, refactoring code, or reviewing code quality.
3
+ description: Detects code smells, anti-patterns, and readability issues. Use when implementing features, reviewing code, or refactoring.
4
4
  ---
5
5
 
6
6
  # Universal Coding Standards
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: documentation-criteria
3
- description: Documentation creation criteria including PRD, ADR, Design Doc, and Work Plan requirements with templates. Use when creating or reviewing technical documents.
3
+ description: Guides PRD, ADR, Design Doc, and Work Plan creation with templates and decision matrix.
4
4
  ---
5
5
 
6
6
  # Documentation Creation Criteria
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: frontend/technical-spec
3
- description: Frontend technical design rules including environment variables, architecture design, data flow, and build/testing commands.
3
+ description: Defines frontend environment variables, component design, and data flow patterns. Use when configuring React environment.
4
4
  ---
5
5
 
6
6
  # Technical Design Rules (Frontend)
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: frontend/typescript-rules
3
- description: React/TypeScript frontend development rules including type safety, component design, state management, and error handling.
3
+ description: Applies React/TypeScript type safety, component design, and state management rules. Use when implementing React components.
4
4
  ---
5
5
 
6
6
  # TypeScript Development Rules (Frontend)
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: frontend/typescript-testing
3
- description: Frontend testing rules with Vitest, React Testing Library, and MSW. Includes coverage requirements, test design principles, and quality criteria.
3
+ description: Designs tests with React Testing Library and MSW. Applies component testing patterns.
4
4
  ---
5
5
 
6
6
  # TypeScript Testing Rules (Frontend)
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: implementation-approach
3
- description: Implementation strategy selection framework with meta-cognitive approach, verification levels, and integration point definitions.
3
+ description: Selects implementation strategy (vertical slice, horizontal, or hybrid) with risk assessment. Use when planning feature implementation.
4
4
  ---
5
5
 
6
6
  # Implementation Strategy Selection Framework (Meta-cognitive Approach)
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: integration-e2e-testing
3
- description: Integration and E2E test design principles, ROI calculation, test skeleton specification, and review criteria.
3
+ description: Designs integration and E2E tests with mock boundaries and behavior verification rules. Use when writing E2E or integration tests.
4
4
  ---
5
5
 
6
6
  # Integration Test & E2E Test Design/Implementation Rules
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: project-context
3
- description: Project-specific context including project nature, technology stack, and implementation principles. Customize for each project.
3
+ description: Provides project-specific tech stack, architecture, and implementation rules. Use when checking project structure.
4
4
  ---
5
5
 
6
6
  # Project Context
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: subagents-orchestration-guide
3
- description: Orchestration guide for coordinating subagents through implementation workflows. Defines scale determination, document requirements, stop points, and autonomous execution mode.
3
+ description: Coordinates subagent task distribution and collaboration. Controls scale determination and autonomous execution mode.
4
4
  ---
5
5
 
6
6
  # Sub-agents Practical Guide - Orchestration Guidelines for Claude (Me)
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: task-analyzer
3
- description: Metacognitive task analysis and skill selection. Analyzes task essence, estimates scale, and returns appropriate skills with metadata.
3
+ description: Analyzes task essence and selects appropriate skills. Returns scale estimates and metadata. Use when starting tasks or selecting skills.
4
4
  ---
5
5
 
6
6
  # Task Analyzer
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: technical-spec
3
- description: Technical design rules including environment variable management, architecture design, and build/testing commands.
3
+ description: Defines environment variables, architecture design, and build/test commands. Use when configuring environment or designing architecture.
4
4
  ---
5
5
 
6
6
  # Technical Design Rules
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: typescript-rules
3
- description: TypeScript development rules for type safety and error handling. Use when implementing TypeScript code or reviewing type definitions.
3
+ description: Applies type safety and error handling rules. Enforces no-any policy and type guards. Use when implementing TypeScript or reviewing types.
4
4
  ---
5
5
 
6
6
  # TypeScript Development Rules
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: typescript-testing
3
- description: TypeScript testing rules with Vitest. Includes coverage requirements, test design principles, and quality criteria.
3
+ description: Applies Vitest test design and quality standards. Provides coverage requirements and mock usage guides. Use when writing unit tests.
4
4
  ---
5
5
 
6
6
  # TypeScript Testing Rules
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: coding-standards
3
- description: 保守性、可読性、品質のための言語非依存コーディング原則。機能実装、リファクタリング、コードレビュー時に使用。
3
+ description: コードの品質問題、アンチパターン、可読性を検査。機能実装、コードレビュー、リファクタリング時に使用。
4
4
  ---
5
5
 
6
6
  # 普遍的コーディング規約
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: documentation-criteria
3
- description: PRD、ADR、Design Doc、作業計画書を含むドキュメント作成基準とテンプレート。
3
+ description: PRD、ADR、Design Doc、作業計画書の作成を支援。テンプレートと作成判定マトリクスを提供。
4
4
  ---
5
5
 
6
6
  # ドキュメント作成基準
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: frontend/technical-spec
3
- description: 環境変数管理、アーキテクチャ設計、ビルド・テストコマンドを含むフロントエンド技術設計ルール。
3
+ description: フロントエンドの環境変数、コンポーネント設計、データフローを定義。React環境設定時に使用。
4
4
  ---
5
5
 
6
6
  # 技術設計ルール(フロントエンド)
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: frontend/typescript-rules
3
- description: 型安全性、コンポーネント設計、状態管理、エラーハンドリングを含むReact/TypeScriptフロントエンド開発ルール。
3
+ description: React/TypeScriptの型安全性、コンポーネント設計、状態管理ルールを適用。Reactコンポーネント実装時に使用。
4
4
  ---
5
5
 
6
6
  # TypeScript 開発ルール(フロントエンド)
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: frontend/typescript-testing
3
- description: Vitest、React Testing LibraryMSWを使用したフロントエンドテストルール。カバレッジ要件、テスト設計原則、品質基準を含む。
3
+ description: React Testing LibraryMSWでテストを設計。コンポーネントテストパターンを適用。
4
4
  ---
5
5
 
6
6
  # TypeScript テストルール(フロントエンド)
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: implementation-approach
3
- description: メタ認知的アプローチによる実装戦略選択フレームワーク。確認レベル、統合ポイント定義を含む。
3
+ description: 実装戦略(垂直スライス、水平、ハイブリッド)をリスク評価で選択。機能の実装計画時に使用。
4
4
  ---
5
5
 
6
6
  # 実装戦略選択フレームワーク(メタ認知的アプローチ)
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: integration-e2e-testing
3
- description: 統合・E2Eテスト設計原則、ROI計算、テストスケルトン仕様、レビュー基準。
3
+ description: 統合テストとE2Eテストを設計。モック境界と振る舞い検証ルールを適用。E2Eテスト、統合テスト作成時に使用。
4
4
  ---
5
5
 
6
6
  # 統合テスト・E2Eテスト設計・実装ルール
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: project-context
3
- description: プロジェクトの性質、技術スタック、実装原則を含むプロジェクト固有コンテキスト。各プロジェクトでカスタマイズ可能。
3
+ description: プロジェクト固有の技術スタック、アーキテクチャ、実装ルールを提供。プロジェクト構成確認時に使用。
4
4
  ---
5
5
 
6
6
  # プロジェクトコンテキスト
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: subagents-orchestration-guide
3
- description: サブエージェント間の調整のためのオーケストレーションガイド。規模判定、ドキュメント要件、停止ポイント、自律実行モードを定義。
3
+ description: サブエージェントのタスク分担と連携を調整。規模判定と自律実行モードを制御。大規模タスク分割時に使用。
4
4
  ---
5
5
 
6
6
  # サブエージェント実践ガイド - オーケストレーション指針
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: task-analyzer
3
- description: メタ認知的タスク分析とスキル選択。タスクの本質を分析し、規模を見積もり、適切なスキルをメタデータと共に返却。
3
+ description: タスクの本質を分析し適切なスキルを選択。規模見積もりとメタデータを返却。タスク開始時、スキル選択時に使用。
4
4
  ---
5
5
 
6
6
  # タスクアナライザー
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: technical-spec
3
- description: 環境変数管理、アーキテクチャ設計、ビルド・テストコマンドを含む技術設計ルール。
3
+ description: 環境変数、アーキテクチャ設計、ビルド・テストコマンドを定義。環境設定、アーキテクチャ設計時に使用。
4
4
  ---
5
5
 
6
6
  # 技術設計ルール
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: typescript-rules
3
- description: 型安全性とエラーハンドリングのためのTypeScript開発ルール。TypeScriptコード実装や型定義レビュー時に使用。
3
+ description: 型安全性とエラーハンドリングルールを適用。any禁止、型ガード必須。TypeScript実装、型定義レビュー時に使用。
4
4
  ---
5
5
 
6
6
  # TypeScript 開発ルール
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: typescript-testing
3
- description: Vitestを使用したTypeScriptテストルール。カバレッジ要件、テスト設計原則、品質基準を含む。
3
+ description: Vitestテスト設計と品質基準を適用。カバレッジ要件とモック使用ガイドを提供。ユニットテスト作成時に使用。
4
4
  ---
5
5
 
6
6
  # TypeScript テストルール
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ai-project",
3
- "version": "1.14.0",
3
+ "version": "1.14.2",
4
4
  "packageManager": "npm@10.8.2",
5
5
  "description": "TypeScript boilerplate with skills and sub-agents for Claude Code. Prevents context exhaustion through role-based task splitting.",
6
6
  "keywords": [