docs: 기본 파일 구조, .gitignore, CLAUDE.md, README.md, 및 작업 관리 시스템을 위한 설정 파일 추가
This commit is contained in:
33
.claude/commands/research/architecture.md
Normal file
33
.claude/commands/research/architecture.md
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
allowed-tools: mcp__taskmaster-ai__research, Write, TodoWrite
|
||||
description: Research architectural patterns and best practices
|
||||
---
|
||||
|
||||
# Research Architecture
|
||||
|
||||
**User Request:** $ARGUMENTS
|
||||
|
||||
## Goal
|
||||
|
||||
Research current architectural patterns, system design best practices, and scaling strategies.
|
||||
|
||||
## What You Can Say
|
||||
|
||||
```
|
||||
"Research microservices vs modular monolith for SaaS"
|
||||
"Best practices for event-driven architecture 2024"
|
||||
"How to scale WebSocket connections to 100k users"
|
||||
"Database sharding strategies for multi-tenant apps"
|
||||
"Research CQRS and Event Sourcing patterns"
|
||||
```
|
||||
|
||||
## How It Works
|
||||
|
||||
I'll research architectural topics and:
|
||||
|
||||
1. **Get latest patterns** and industry best practices
|
||||
2. **Include project context** if relevant
|
||||
3. **Provide actionable recommendations**
|
||||
4. **Save findings** if requested
|
||||
|
||||
Great for making informed architectural decisions before implementation.
|
||||
Reference in New Issue
Block a user