Files
tpl-agentic-dev-base/CLAUDE.md

135 lines
4.2 KiB
Markdown

# CLAUDE.md
## Project Overview
<!-- Run /app-design:create to generate app design document -->
<!-- Run /tech-stack:create to generate tech stack documentation -->
- App Design: @.taskmaster/docs/app-design-document.md
- Tech Stack: @.taskmaster/docs/tech-stack.md
## Project Status
<!-- **Current Stage**: Pre-MVP -->
### DO Care About
<!-- - **Security**: Authentication, authorization, input validation
- **Core Functionality**: Essential features that deliver primary value
- **Data Integrity**: Proper database design and constraints
- **Error Handling**: Basic error boundaries and user feedback -->
### DO NOT Care About
<!-- - **Unit Tests**: Focus on manual testing for now
- **Performance Optimization**: Premature optimization
- **Perfect Code**: Working implementation over perfect abstractions
- **Comprehensive Logging**: Basic console.error is enough -->
### Development Approach
<!-- - **Focus**: Ship working features quickly
- **Iterate**: Get user feedback early and often
- **Refactor**: Clean up after validation, not before -->
## Commands
### Development
<!-- - `pnpm typecheck` - Run TypeScript type checking (must pass without errors)
- `pnpm lint` - Run ESLint
- `pnpm format` - Format code with Prettier -->
### Database
<!-- - `pnpm db:generate` - Generate Prisma client from schema
- `pnpm db:push` - Push schema changes to database
- `pnpm db:seed` - Seed database with initial data -->
### Testing
<!-- - `pnpm test` - Run unit tests
- `pnpm test:e2e` - Run end-to-end tests -->
## Available Slash Commands
### Task Management
- `/task:next` - Get next task and start implementing
- `/task:list` - List all tasks
- `/task:show <id>` - Show task details
- `/task:done <id>` - Mark task complete
- `/task:add` - Add one or more tasks
- `/task:add-interactive` - Add tasks with clarifying questions
- `/prd:parse` - Parse PRD into tasks
- `/task:expand <id>` - Break down complex tasks
- `/task:move <from> to <to>` - Reorganize tasks
### Task Updates
- `/task:update` - Update tasks based on changes
- `/task:update-interactive` - Update tasks with clarifying questions
- `/task:research` - Research best practices
### Research
- `/research:task` - Research for specific tasks
- `/research:architecture` - Research system design
- `/research:tech` - Research technologies
- `/research:security` - Research security practices
### Documentation
- `/app-design:create` - Create app design document
- `/app-design:update` - Update app design document
- `/tech-stack:create` - Create tech stack documentation
- `/tech-stack:update` - Update tech stack documentation
- `/prd:create-interactive` - Create PRD with Q&A
- `/prd:create` - Create PRD without questions
### Development Tools
- `/rules:create` - Create new Cursor rule
- `/rules:update` - Update existing Cursor rule
## Development Guidelines
This project uses a unified approach to development patterns across Claude Code and Cursor:
### Core Rules
- @.cursor/rules/cursor-rules.mdc - Rule creation guidelines
- @.cursor/rules/project-status.mdc - Stage-based development priorities
- @.cursor/rules/self-improve.mdc - Continuous improvement patterns
### Task Management
- @.cursor/rules/taskmaster/taskmaster.mdc - Task Master command reference
- @.cursor/rules/taskmaster/dev-workflow.mdc - Development workflow patterns
### Complete Task Master Guide
- .taskmaster/docs/taskmaster-guide.md - Full tagged task management documentation, if needed
## Project Structure
```
project/
├── .taskmaster/ # Task management files
│ ├── tasks/ # Task database and files
│ ├── docs/ # PRDs and documentation
│ └── config.json # AI model configuration
├── .cursor/ # Cursor-specific rules
│ └── rules/ # Development patterns
├── .claude/ # Claude Code configuration
│ ├── commands/ # Custom slash commands
│ └── settings.json # Tool preferences
└── src/ # Application source code
```
## Notes
- Never work directly on the `master` tag - always create feature tags
- Run typecheck before committing
- Use `/task:next` to automatically get and start implementing tasks
- When you Question or Answer to user, Use Korean.