sterling-ai\
├── School of Fish\sof_jules_master\     # Main Unity Project
│   ├── Assets\                          # Game assets
│   │   ├── App\                        # Application code
│   │   │   ├── Features\               # Feature modules
│   │   │   │   ├── Games\             # Educational games
│   │   │   │   ├── Buddy\             # Avatar system
│   │   │   │   ├── TeacherHome\       # Teacher dashboard
│   │   │   │   └── Campaign\          # Progression system
│   │   │   └── Scenes\                # Unity scenes
│   │   ├── Resources\                  # Runtime resources
│   │   ├── StreamingAssets\           # Streaming content
│   │   └── Plugins\                    # Third-party plugins
│   ├── ProjectSettings\                # Unity configuration
│   └── BuildScripts\                   # Build automation
├── prd-mcp-server\                     # PRD tools
├── SuperClaude\                        # AI enhancement
└── [Other support tools]