@kood/claude-code 0.3.8 → 0.3.10

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 (37) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
  3. package/templates/.claude/agents/code-reviewer.md +16 -1
  4. package/templates/.claude/agents/dependency-manager.md +16 -1
  5. package/templates/.claude/agents/deployment-validator.md +16 -1
  6. package/templates/.claude/agents/git-operator.md +16 -1
  7. package/templates/.claude/agents/implementation-executor.md +16 -1
  8. package/templates/.claude/agents/lint-fixer.md +16 -1
  9. package/templates/.claude/agents/refactor-advisor.md +16 -1
  10. package/templates/.claude/commands/agent-creator.md +16 -1
  11. package/templates/.claude/commands/bug-fix.md +16 -1
  12. package/templates/.claude/commands/command-creator.md +17 -1
  13. package/templates/.claude/commands/docs-creator.md +17 -1
  14. package/templates/.claude/commands/docs-refactor.md +17 -1
  15. package/templates/.claude/commands/execute.md +17 -1
  16. package/templates/.claude/commands/git-all.md +16 -1
  17. package/templates/.claude/commands/git-session.md +17 -1
  18. package/templates/.claude/commands/git.md +17 -1
  19. package/templates/.claude/commands/lint-fix.md +17 -1
  20. package/templates/.claude/commands/lint-init.md +17 -1
  21. package/templates/.claude/commands/plan.md +17 -1
  22. package/templates/.claude/commands/prd.md +17 -1
  23. package/templates/.claude/commands/pre-deploy.md +17 -1
  24. package/templates/.claude/commands/refactor.md +17 -1
  25. package/templates/.claude/commands/version-update.md +17 -1
  26. package/templates/hono/CLAUDE.md +1 -0
  27. package/templates/nextjs/CLAUDE.md +12 -9
  28. package/templates/nextjs/docs/architecture.md +812 -0
  29. package/templates/npx/CLAUDE.md +1 -0
  30. package/templates/tanstack-start/CLAUDE.md +1 -0
  31. package/templates/tanstack-start/docs/library/better-auth/index.md +225 -185
  32. package/templates/tanstack-start/docs/library/prisma/index.md +1025 -41
  33. package/templates/tanstack-start/docs/library/t3-env/index.md +207 -40
  34. package/templates/tanstack-start/docs/library/tanstack-query/index.md +878 -42
  35. package/templates/tanstack-start/docs/library/tanstack-router/index.md +602 -54
  36. package/templates/tanstack-start/docs/library/tanstack-start/index.md +1334 -33
  37. package/templates/tanstack-start/docs/library/zod/index.md +674 -31
package/dist/index.js CHANGED
@@ -409,7 +409,7 @@ var init = async (options) => {
409
409
 
410
410
  // src/index.ts
411
411
  var program = new Command();
412
- program.name("claude-code").description("Claude Code documentation installer for projects").version("0.3.8");
412
+ program.name("claude-code").description("Claude Code documentation installer for projects").version("0.3.10");
413
413
  program.option(
414
414
  "-t, --template <names>",
415
415
  "template names (comma-separated: tanstack-start,hono)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kood/claude-code",
3
- "version": "0.3.8",
3
+ "version": "0.3.10",
4
4
  "description": "Claude Code documentation installer for projects",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.js",
@@ -1,11 +1,26 @@
1
1
  ---
2
2
  name: code-reviewer
3
- description: Review code quality, security, and maintainability after writing/modifications. Focused analysis of changes based on git diff.
3
+ description: 코드 작성/수정 품질, 보안, 유지보수성 검토. git diff 기반 변경사항 집중 분석.
4
4
  tools: Read, Grep, Glob, Bash
5
5
  model: sonnet
6
6
  permissionMode: default
7
7
  ---
8
8
 
9
+ <critical_instruction>
10
+
11
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
12
+
13
+ - 내부 사고와 분석은 영어로 해도 됨
14
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
15
+ - 사용자가 영어로 말하더라도 답변은 한국어로
16
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
17
+
18
+ 이 규칙은 절대적이며 예외가 없습니다.
19
+
20
+ </critical_instruction>
21
+
22
+ ---
23
+
9
24
  You are a senior code reviewer. Maintain high standards and provide constructive feedback.
10
25
 
11
26
  Tasks to perform on invocation:
@@ -1,11 +1,26 @@
1
1
  ---
2
2
  name: dependency-manager
3
- description: Analyze package.json dependencies, updates, and security vulnerabilities. Propose safe updates based on npm audit/outdated.
3
+ description: package.json 의존성 분석, 업데이트, 보안 취약점 스캔. npm audit/outdated 기반 안전한 업데이트 제안.
4
4
  tools: Read, Edit, Bash, Grep
5
5
  model: sonnet
6
6
  permissionMode: default
7
7
  ---
8
8
 
9
+ <critical_instruction>
10
+
11
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
12
+
13
+ - 내부 사고와 분석은 영어로 해도 됨
14
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
15
+ - 사용자가 영어로 말하더라도 답변은 한국어로
16
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
17
+
18
+ 이 규칙은 절대적이며 예외가 없습니다.
19
+
20
+ </critical_instruction>
21
+
22
+ ---
23
+
9
24
  You are a dependency management and security expert.
10
25
 
11
26
  Tasks to perform on invocation:
@@ -1,11 +1,26 @@
1
1
  ---
2
2
  name: deployment-validator
3
- description: Full validation and fix of typecheck/lint/build before deployment. All steps must pass.
3
+ description: 배포 typecheck/lint/build 전체 검증 수정. 모든 단계 통과 필수.
4
4
  tools: Read, Edit, Bash, mcp__sequential-thinking__sequentialthinking
5
5
  model: sonnet
6
6
  permissionMode: default
7
7
  ---
8
8
 
9
+ <critical_instruction>
10
+
11
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
12
+
13
+ - 내부 사고와 분석은 영어로 해도 됨
14
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
15
+ - 사용자가 영어로 말하더라도 답변은 한국어로
16
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
17
+
18
+ 이 규칙은 절대적이며 예외가 없습니다.
19
+
20
+ </critical_instruction>
21
+
22
+ ---
23
+
9
24
  You are a pre-deployment quality assurance expert.
10
25
 
11
26
  Tasks to perform on invocation:
@@ -1,10 +1,25 @@
1
1
  ---
2
2
  name: git-operator
3
- description: Git commit/push operations. Separate commits by logical units, comply with AI indicator prohibition rules.
3
+ description: Git 커밋/푸시 작업. 논리적 단위 분리 커밋, AI 표시 금지 규칙 준수.
4
4
  tools: Bash
5
5
  model: inherit
6
6
  ---
7
7
 
8
+ <critical_instruction>
9
+
10
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
11
+
12
+ - 내부 사고와 분석은 영어로 해도 됨
13
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
14
+ - 사용자가 영어로 말하더라도 답변은 한국어로
15
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
16
+
17
+ 이 규칙은 절대적이며 예외가 없습니다.
18
+
19
+ </critical_instruction>
20
+
21
+ ---
22
+
8
23
  <role>
9
24
 
10
25
  Expert at performing Git commit/push operations safely and systematically.
@@ -1,11 +1,26 @@
1
1
  ---
2
2
  name: implementation-executor
3
- description: Analyze plan or task with Sequential Thinking and implement immediately. Execute without presenting options.
3
+ description: 계획 또는 작업을 Sequential Thinking으로 분석하여 즉시 구현. 옵션 제시 없이 바로 실행.
4
4
  tools: Read, Write, Edit, Grep, Glob, Task, TodoWrite, mcp__sequential-thinking__sequentialthinking
5
5
  model: sonnet
6
6
  permissionMode: default
7
7
  ---
8
8
 
9
+ <critical_instruction>
10
+
11
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
12
+
13
+ - 내부 사고와 분석은 영어로 해도 됨
14
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
15
+ - 사용자가 영어로 말하더라도 답변은 한국어로
16
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
17
+
18
+ 이 규칙은 절대적이며 예외가 없습니다.
19
+
20
+ </critical_instruction>
21
+
22
+ ---
23
+
9
24
  You are an implementation expert. Execute immediately with optimal approach without presenting options.
10
25
 
11
26
  Tasks to perform on invocation:
@@ -1,11 +1,26 @@
1
1
  ---
2
2
  name: lint-fixer
3
- description: Fix tsc/eslint errors after code writing/modifications. Immediately fix simple errors, use Sequential Thinking only for complex errors.
3
+ description: 코드 작성/수정 후 tsc/eslint 오류 수정. 간단한 오류는 즉시 수정, 복잡한 오류만 Sequential Thinking 사용.
4
4
  tools: Read, Edit, Bash, mcp__sequential-thinking__sequentialthinking
5
5
  model: sonnet
6
6
  permissionMode: default
7
7
  ---
8
8
 
9
+ <critical_instruction>
10
+
11
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
12
+
13
+ - 내부 사고와 분석은 영어로 해도 됨
14
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
15
+ - 사용자가 영어로 말하더라도 답변은 한국어로
16
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
17
+
18
+ 이 규칙은 절대적이며 예외가 없습니다.
19
+
20
+ </critical_instruction>
21
+
22
+ ---
23
+
9
24
  You are an expert in fixing TypeScript and ESLint errors.
10
25
 
11
26
  Tasks to perform on invocation:
@@ -1,11 +1,26 @@
1
1
  ---
2
2
  name: refactor-advisor
3
- description: Advise on code structure improvements. Remove duplication, reduce complexity, improve patterns. Establish incremental refactoring plan while maintaining functionality.
3
+ description: 코드 구조 개선 조언. 중복 제거, 복잡도 감소, 패턴 개선. 기능 유지하며 점진적 리팩토링 계획 수립.
4
4
  tools: Read, Grep, Glob, mcp__sequential-thinking__sequentialthinking
5
5
  model: sonnet
6
6
  permissionMode: default
7
7
  ---
8
8
 
9
+ <critical_instruction>
10
+
11
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
12
+
13
+ - 내부 사고와 분석은 영어로 해도 됨
14
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
15
+ - 사용자가 영어로 말하더라도 답변은 한국어로
16
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
17
+
18
+ 이 규칙은 절대적이며 예외가 없습니다.
19
+
20
+ </critical_instruction>
21
+
22
+ ---
23
+
9
24
  You are a code quality and architecture improvement expert.
10
25
 
11
26
  Tasks to perform on invocation:
@@ -1,9 +1,24 @@
1
1
  ---
2
- description: Generate subagent markdown files in .claude/agents/ directory
2
+ description: .claude/agents/ 디렉토리에 서브에이전트 마크다운 파일 생성
3
3
  allowed-tools: Read, Write, Bash, Grep, Glob
4
4
  argument-hint: <description of agent purpose and functionality>
5
5
  ---
6
6
 
7
+ <critical_instruction>
8
+
9
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
10
+
11
+ - 내부 사고와 분석은 영어로 해도 됨
12
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
13
+ - 사용자가 영어로 말하더라도 답변은 한국어로
14
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
15
+
16
+ 이 규칙은 절대적이며 예외가 없습니다.
17
+
18
+ </critical_instruction>
19
+
20
+ ---
21
+
7
22
  # Agent Creator
8
23
 
9
24
  > Command to generate subagent `.md` files in the `.claude/agents/` directory
@@ -1,9 +1,24 @@
1
1
  ---
2
- description: Analyze bug cause and fix. Sequential thinking 3-5 + Task (Explore) required.
2
+ description: 버그 원인 분석 수정. sequential thinking 3-5 + Task (Explore) 필수.
3
3
  allowed-tools: Read, Grep, Glob, Task, Edit, Bash(npm:*, yarn:*), mcp__sequential-thinking__sequentialthinking
4
4
  argument-hint: <bug description or error message>
5
5
  ---
6
6
 
7
+ <critical_instruction>
8
+
9
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
10
+
11
+ - 내부 사고와 분석은 영어로 해도 됨
12
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
13
+ - 사용자가 영어로 말하더라도 답변은 한국어로
14
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
15
+
16
+ 이 규칙은 절대적이며 예외가 없습니다.
17
+
18
+ </critical_instruction>
19
+
20
+ ---
21
+
7
22
  # Bug Fix Command
8
23
 
9
24
  > Command for bug cause analysis, fix option presentation, and implementation.
@@ -1,9 +1,25 @@
1
1
  ---
2
- description: Slash command creation guide. Based on ANTHROPIC_CONTEXT_ENGINEERING.md rules.
2
+ description: 슬래시 커맨드 생성 가이드. ANTHROPIC_CONTEXT_ENGINEERING.md 규칙 기반.
3
3
  allowed-tools: Read, Write, Glob, Grep
4
4
  argument-hint: <command name>
5
5
  ---
6
6
 
7
+ <critical_instruction>
8
+
9
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
10
+
11
+ - 내부 사고와 분석은 영어로 해도 됨
12
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
13
+ - 사용자가 영어로 말하더라도 답변은 한국어로
14
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
15
+
16
+ 이 규칙은 절대적이며 예외가 없습니다.
17
+
18
+ </critical_instruction>
19
+
20
+ ---
21
+
22
+
7
23
  # Command Creator
8
24
 
9
25
  > Create slash command. 100% compliance with @ANTHROPIC_CONTEXT_ENGINEERING.md rules. Location: `.claude/commands/[name].md`
@@ -1,9 +1,25 @@
1
1
  ---
2
- description: Claude Code documentation writing guide
2
+ description: Claude Code 문서 작성 가이드
3
3
  allowed-tools: Read, Write, Glob, Grep
4
4
  argument-hint: <document type: CLAUDE.md | SKILL.md | COMMAND.md>
5
5
  ---
6
6
 
7
+ <critical_instruction>
8
+
9
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
10
+
11
+ - 내부 사고와 분석은 영어로 해도 됨
12
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
13
+ - 사용자가 영어로 말하더라도 답변은 한국어로
14
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
15
+
16
+ 이 규칙은 절대적이며 예외가 없습니다.
17
+
18
+ </critical_instruction>
19
+
20
+ ---
21
+
22
+
7
23
  # Docs Creator Command
8
24
 
9
25
  > Effectively create Claude Code documents (CLAUDE.md, SKILL.md, COMMAND.md) following Anthropic guidelines
@@ -1,9 +1,25 @@
1
1
  ---
2
- description: Improve existing Claude Code documents
2
+ description: 기존 Claude Code 문서 개선
3
3
  allowed-tools: Read, Edit, Glob, Grep
4
4
  argument-hint: <document path>
5
5
  ---
6
6
 
7
+ <critical_instruction>
8
+
9
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
10
+
11
+ - 내부 사고와 분석은 영어로 해도 됨
12
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
13
+ - 사용자가 영어로 말하더라도 답변은 한국어로
14
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
15
+
16
+ 이 규칙은 절대적이며 예외가 없습니다.
17
+
18
+ </critical_instruction>
19
+
20
+ ---
21
+
22
+
7
23
  # Docs Refactor Command
8
24
 
9
25
  > Improve existing CLAUDE.md, SKILL.md, COMMAND.md documents to align with Anthropic guidelines
@@ -1,9 +1,25 @@
1
1
  ---
2
- description: Execute plan or simple task. ultrathink + sequential thinking 2-5 + TodoWrite required.
2
+ description: 계획 실행 또는 간단한 작업 수행. ultrathink + sequential thinking 2-5 + TodoWrite 필수.
3
3
  allowed-tools: Read, Glob, Grep, Bash, Task, Edit, Write, TodoWrite, mcp__sequential-thinking__sequentialthinking
4
4
  argument-hint: <task to execute or plan filename>
5
5
  ---
6
6
 
7
+ <critical_instruction>
8
+
9
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
10
+
11
+ - 내부 사고와 분석은 영어로 해도 됨
12
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
13
+ - 사용자가 영어로 말하더라도 답변은 한국어로
14
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
15
+
16
+ 이 규칙은 절대적이며 예외가 없습니다.
17
+
18
+ </critical_instruction>
19
+
20
+ ---
21
+
22
+
7
23
  # Execute Command
8
24
 
9
25
  > Command to analyze and implement immediately. Execute directly without presenting options.
@@ -1,5 +1,20 @@
1
1
  ---
2
- description: Commit all changes then push
2
+ description: 모든 변경사항 커밋 푸시
3
+ ---
4
+
5
+ <critical_instruction>
6
+
7
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
8
+
9
+ - 내부 사고와 분석은 영어로 해도 됨
10
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
11
+ - 사용자가 영어로 말하더라도 답변은 한국어로
12
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
13
+
14
+ 이 규칙은 절대적이며 예외가 없습니다.
15
+
16
+ </critical_instruction>
17
+
3
18
  ---
4
19
 
5
20
  # Git All Command
@@ -1,9 +1,25 @@
1
1
  ---
2
- description: Commit and push only files modified in the current session
2
+ description: 현재 세션에서 수정한 파일만 커밋 푸시
3
3
  ---
4
4
 
5
5
  # Git Session Command
6
6
 
7
+ <critical_instruction>
8
+
9
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
10
+
11
+ - 내부 사고와 분석은 영어로 해도 됨
12
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
13
+ - 사용자가 영어로 말하더라도 답변은 한국어로
14
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
15
+
16
+ 이 규칙은 절대적이며 예외가 없습니다.
17
+
18
+ </critical_instruction>
19
+
20
+ ---
21
+
22
+
7
23
  > Use the @git-operator agent to selectively commit and push only files modified in the current session.
8
24
 
9
25
  ---
@@ -1,8 +1,24 @@
1
1
  ---
2
- description: Git status check and commit operations
2
+ description: Git 상태 확인 커밋 작업
3
3
  argument-hint: [push|pull|commit instructions...]
4
4
  ---
5
5
 
6
+
7
+ <critical_instruction>
8
+
9
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
10
+
11
+ - 내부 사고와 분석은 영어로 해도 됨
12
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
13
+ - 사용자가 영어로 말하더라도 답변은 한국어로
14
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
15
+
16
+ 이 규칙은 절대적이며 예외가 없습니다.
17
+
18
+ </critical_instruction>
19
+
20
+ ---
21
+
6
22
  # Git Command
7
23
 
8
24
  > Perform Git operations using @git-operator agent.
@@ -1,9 +1,25 @@
1
1
  ---
2
- description: Check and fix tsc/eslint errors one by one. @lint-fixer agent required.
2
+ description: tsc/eslint 오류 검사 하나씩 꼼꼼히 수정. @lint-fixer 에이전트 필수 사용.
3
3
  allowed-tools: Task
4
4
  argument-hint: [file/directory paths...]
5
5
  ---
6
6
 
7
+ <critical_instruction>
8
+
9
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
10
+
11
+ - 내부 사고와 분석은 영어로 해도 됨
12
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
13
+ - 사용자가 영어로 말하더라도 답변은 한국어로
14
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
15
+
16
+ 이 규칙은 절대적이며 예외가 없습니다.
17
+
18
+ </critical_instruction>
19
+
20
+ ---
21
+
22
+
7
23
  # Lint Fix Command
8
24
 
9
25
  > Automatically fix tsc/eslint errors using the @lint-fixer agent.
@@ -1,8 +1,24 @@
1
1
  ---
2
- description: Analyze project and configure ESLint flat config
2
+ description: 프로젝트 분석 ESLint flat config 설정
3
3
  allowed-tools: Read, Write, Edit, Glob, Bash, mcp__sequential-thinking__sequentialthinking
4
4
  ---
5
5
 
6
+
7
+ <critical_instruction>
8
+
9
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
10
+
11
+ - 내부 사고와 분석은 영어로 해도 됨
12
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
13
+ - 사용자가 영어로 말하더라도 답변은 한국어로
14
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
15
+
16
+ 이 규칙은 절대적이며 예외가 없습니다.
17
+
18
+ </critical_instruction>
19
+
20
+ ---
21
+
6
22
  @../instructions/sequential-thinking-guide.md
7
23
 
8
24
  # Lint Init Command
@@ -1,9 +1,25 @@
1
1
  ---
2
- description: Review development approach and present 2-3 options with pros/cons. Sequential thinking 3-7 required. Plan only, no code changes.
2
+ description: 개발 진행 방법 검토 옵션 제시. ultrathink + sequential thinking 3-7 필수. 코드 수정 없이 계획만.
3
3
  allowed-tools: Read, Glob, Grep, Bash(git:*, ast-grep:*), Task, Write, mcp__sequential-thinking__sequentialthinking
4
4
  argument-hint: <feature to develop or problem to solve>
5
5
  ---
6
6
 
7
+ <critical_instruction>
8
+
9
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
10
+
11
+ - 내부 사고와 분석은 영어로 해도 됨
12
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
13
+ - 사용자가 영어로 말하더라도 답변은 한국어로
14
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
15
+
16
+ 이 규칙은 절대적이며 예외가 없습니다.
17
+
18
+ </critical_instruction>
19
+
20
+ ---
21
+
22
+
7
23
  # Plan Command
8
24
 
9
25
  > Review development approach and present 2-3 options with pros/cons.
@@ -1,9 +1,25 @@
1
1
  ---
2
- description: Generate PRD (Product Requirements Document)
2
+ description: PRD(Product Requirements Document) 생성
3
3
  allowed-tools: Read, Write, Glob, Grep, Task, mcp__sequential-thinking__sequentialthinking
4
4
  argument-hint: <feature/product description>
5
5
  ---
6
6
 
7
+ <critical_instruction>
8
+
9
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
10
+
11
+ - 내부 사고와 분석은 영어로 해도 됨
12
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
13
+ - 사용자가 영어로 말하더라도 답변은 한국어로
14
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
15
+
16
+ 이 규칙은 절대적이며 예외가 없습니다.
17
+
18
+ </critical_instruction>
19
+
20
+ ---
21
+
22
+
7
23
  @../instructions/sequential-thinking-guide.md
8
24
 
9
25
  # PRD Command
@@ -1,9 +1,25 @@
1
1
  ---
2
- description: Verify and fix typecheck/lint/build before deployment. Sequential thinking required.
2
+ description: 배포 typecheck/lint/build 검증 수정. ultrathink + sequential thinking 필수 사용.
3
3
  allowed-tools: Bash(tsc:*, npx:*, yarn:*, npm:*, pnpm:*), Read, Edit, mcp__sequential-thinking__sequentialthinking
4
4
  argument-hint: [file/directory paths...]
5
5
  ---
6
6
 
7
+ <critical_instruction>
8
+
9
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
10
+
11
+ - 내부 사고와 분석은 영어로 해도 됨
12
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
13
+ - 사용자가 영어로 말하더라도 답변은 한국어로
14
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
15
+
16
+ 이 규칙은 절대적이며 예외가 없습니다.
17
+
18
+ </critical_instruction>
19
+
20
+ ---
21
+
22
+
7
23
  # Pre-Deploy Command
8
24
 
9
25
  > Verify and fix typecheck/lint/build before deployment with Sequential Thinking
@@ -1,9 +1,25 @@
1
1
  ---
2
- description: Establish refactoring plan. Prioritize @refactor-advisor. Sequential Thinking 3-7 required. Improvements while maintaining functionality.
2
+ description: 코드 리팩토링 계획 수립. @refactor-advisor 우선 활용. Sequential Thinking 3-7 필수. 기능 유지하며 개선만.
3
3
  allowed-tools: Read, Glob, Grep, Bash(git:*, ast-grep:*), Task, Write, mcp__sequential-thinking__sequentialthinking
4
4
  argument-hint: <target file/module or improvement goal>
5
5
  ---
6
6
 
7
+ <critical_instruction>
8
+
9
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
10
+
11
+ - 내부 사고와 분석은 영어로 해도 됨
12
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
13
+ - 사용자가 영어로 말하더라도 답변은 한국어로
14
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
15
+
16
+ 이 규칙은 절대적이며 예외가 없습니다.
17
+
18
+ </critical_instruction>
19
+
20
+ ---
21
+
22
+
7
23
  # Refactor Command
8
24
 
9
25
  > Establish refactoring plan for code quality improvement and present execution strategy.
@@ -1,9 +1,25 @@
1
1
  ---
2
- description: Update project version and commit
2
+ description: 프로젝트 버전 업데이트 커밋
3
3
  allowed-tools: Bash, Read, Edit
4
4
  argument-hint: <new-version | +1 | +minor | +major>
5
5
  ---
6
6
 
7
+ <critical_instruction>
8
+
9
+ **CRITICAL: 사용자와의 모든 커뮤니케이션은 반드시 한국어로 작성하세요.**
10
+
11
+ - 내부 사고와 분석은 영어로 해도 됨
12
+ - 설명, 요약, 보고서, 피드백 등 사용자에게 전달하는 모든 내용은 반드시 한국어
13
+ - 사용자가 영어로 말하더라도 답변은 한국어로
14
+ - 진행 상황 업데이트와 상태 보고는 반드시 한국어
15
+
16
+ 이 규칙은 절대적이며 예외가 없습니다.
17
+
18
+ </critical_instruction>
19
+
20
+ ---
21
+
22
+
7
23
  @../instructions/git-rules.md
8
24
 
9
25
  # Version Update Command
@@ -31,6 +31,7 @@
31
31
  | Task | Required |
32
32
  |------|----------|
33
33
  | Before work | Read related docs (API→hono, DB→prisma) |
34
+ | Document search | serena mcp (document indexing/search, context length optimization) |
34
35
  | Code search | ast-grep |
35
36
  | Complex tasks | Sequential Thinking MCP |
36
37
  | 3+ file changes | gemini-review |