[CHORE] 멀티 에이전트 개발 환경 설정 및 프로젝트 컨벤션 문서화#7
Merged
Conversation
- 앱 개요, 기술 스택, 디렉토리 구조, 핵심 데이터 타입을 AGENTS.md에 추가했습니다 - CLAUDE.md에 CONVENTIONS.md include를 추가했습니다 - 컴포넌트·네이밍·타입·Mock·스타일·테스트·Storybook 등 9개 섹션의 컨벤션을 CONVENTIONS.md에 작성했습니다
- 파일 저장(Write/Edit) 시 Prettier가 자동 실행되도록 .claude/settings.json에 PostToolUse Hook을 추가했습니다
- feature-planner 에이전트를 추가하여 기능 스펙 문서를 docs/specs/에 자동 생성하도록 했습니다 - feature-implementer 에이전트를 추가하여 스펙 기반으로 컴포넌트·테스트·Storybook 스토리를 구현하도록 했습니다 - feature-verifier 에이전트를 추가하여 TypeScript·ESLint·테스트 검증 리포트를 반환하도록 했습니다 - /feature 오케스트레이터 커맨드를 추가하여 Plan → Implement → Verify 3단계 워크플로우를 자동화했습니다 - docs/specs/README.md에 워크플로우와 스펙 파일 네이밍 규칙을 문서화했습니다
Merged
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 🔗
close #6
What is this PR? 🔍
1. docs: AGENTS.md 프로젝트 컨텍스트 및 컨벤션 문서화
2. chore: Prettier 자동 포맷 PostToolUse Hook 추가
.claude/settings.json에 PostToolUse Hook을 추가하여 Write/Edit 도구 실행 후 Prettier가 자동으로 실행되도록 했습니다.3. chore: /feature 멀티 에이전트 커맨드 및 에이전트 정의 추가
feature-planner·feature-implementer·feature-verifier에이전트와/feature오케스트레이터 커맨드를 추가하여 Plan → Implement → Verify 3단계 워크플로우를 구성했습니다.docs/specs/에 스펙 문서가 저장되는 구조도 함께 문서화했습니다.Screenshot 📷
Test Checklist ✔
AGENTS.md와CONVENTIONS.md가 Claude Code 대화 시작 시 자동으로 로드되는지 확인/feature커맨드가 Plan → Implement → Verify 3단계로 올바르게 진행하는지 확인/issue,/commit,/pr커맨드가 정상 동작하는지 확인