1. 목적

2. 기술 스택 기준

3. 프로젝트 구조 규칙

frontend/
  public/
  src/
    app/
      <route>/
        page.tsx
        api/
        components/
        hooks/
        types/
        utils/
      <route>/[param]/
        page.tsx
        api/
        components/
        hooks/
        types/
        utils/
    shared/
      components/
      hooks/
      lib/
      types/
      ui/
      utils/
    styles/
      theme.css

4. 파일/이름 규칙