feat: Set up Task Master AI project management system

- Initialize Task Master AI with configuration and PRD
- Create comprehensive project improvement plan (10 tasks)
- Set up MCP server integration for Claude Code
- Add custom slash commands and tool configurations
- Generate structured task breakdown for development phases:
  * Phase 1: TypeScript strict mode, code quality, security
  * Phase 2: Zustand, TanStack Query, testing setup
  * Phase 3: Performance optimization, automated deployment
  * Phase 4: Monitoring, bundle optimization

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
hansoo
2025-07-12 07:31:32 +09:00
parent 61492549f6
commit 6a208d6b06
23 changed files with 1501 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Task Master 태스크 완료: $ARGUMENTS
단계:
1. `task-master show $ARGUMENTS`로 현재 태스크 검토
2. 모든 구현이 완료되었는지 확인
3. 해당 태스크와 관련된 테스트 실행
4. `task-master set-status --id=$ARGUMENTS --status=done`으로 완료 표시
5. `task-master next`로 다음 가능한 태스크 표시

View File

@@ -0,0 +1,8 @@
다음 Task Master 태스크를 찾아서 상세 정보를 보여줍니다.
단계:
1. `task-master next` 실행해서 다음 태스크 확인
2. 태스크가 있다면 `task-master show <id>` 실행해서 상세 정보 표시
3. 구현해야 할 내용 요약 제공
4. 첫 번째 구현 단계 제안

18
.claude/settings.json Normal file
View File

@@ -0,0 +1,18 @@
{
"allowedTools": [
"Edit",
"MultiEdit",
"Write",
"Read",
"Bash(task-master *)",
"Bash(tm *)",
"Bash(git commit*)",
"Bash(git add*)",
"Bash(npm run *)",
"Bash(npx *)",
"mcp__task_master_ai__*"
],
"mcp": {
"configFile": ".mcp.json"
}
}