[CHORE] CLAUDE.md 및 Skills 수정 - #240
Merged
Merged
Conversation
chanwonlee
force-pushed
the
chore/239-claude-code-conventions-refresh
branch
from
June 13, 2026 07:26
2dffadd to
06158ef
Compare
chanwonlee
force-pushed
the
chore/239-claude-code-conventions-refresh
branch
from
June 13, 2026 10:32
06158ef to
b8858f8
Compare
Ogu1208
approved these changes
Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관련 Issue (필수)
주요 변경 사항 (필수)
CLAUDE.md 슬림화 (653 → 173줄): 상세 도메인 문서를
docs/5개 파일로 분리 (seat-hold-architecture, seat-conflict-validation, domain-model, testing-guide, deployment)테스트 컨벤션 일원화:
/testskill을 진실의 원천으로 통합, CLAUDE.md는 핵심 금지 사항(@Transactional금지)만 유지팀 공유 전환:
.gitignore에서CLAUDE.md와.claude/skills/제외..claude/settings.local.json만 개인용superpowers 기반 표준 워크플로우 채택: CLAUDE.md에 brainstorming → writing-plans → TDD → verification → PR 흐름 명시. 별도의 이슈 기반 plan skill은 두지 않고
superpowers:writing-plans로 일원화기존 skill 슬림화/정리
/commitCo-Authored-By금지 승격, 라벨 매핑은/branch참조/branch/pr.github/PULL_REQUEST_TEMPLATE.md우선 사용 + 사용자 검수 단계 추가 (gh pr create자동 실행 금지)/implementationsuperpowers:writing-plans로 일원화신규 skill 3개 추가
/issue— 팀 GitHub Issue 컨벤션([CATEGORY]제목 + 3섹션 본문 + 라벨)에 맞춘 텍스트 생성 (gh CLI 실행 안 함)/validator—application/validator/위치에@Slf4j @Component @RequiredArgsConstructor + BusinessException + 도메인 ErrorCode패턴으로 Validator 클래스/메서드 생성/api-doc—{domain}/docs/위치에 Controller 시그니처 기반 Swagger{Domain}ControllerDoc인터페이스 생성README에 Claude Code 가이드 섹션 추가: CLAUDE.md,
docs/상세 문서, 커스텀 skills, superpowers 기반 표준 워크플로우를 하나의 섹션으로 정리해 팀원이 한눈에 파악 가능리뷰어 참고 사항
/issue,/validator,/api-doc)가 자동 등록됨 (description 트리거).gitignore변경으로 팀원 머신의CLAUDE.md,.claude/skills/,docs/가 git 트래킹 대상으로 전환됨 (개인 권한 설정.claude/settings.local.json만 ignore 유지)추가 정보
9개 commit을 작업 성격별로 분리
PR 작성 체크리스트 (필수)