What problem does it solve? Publishing a Decentraland scene to Genesis City involves wallet permissions, scene.json validation, asset size limits, and post-publish asset bundle conversion, and missing any step causes failed or broken deployments. ## Core Features & Use Cases - Pre-Deployment Checklist: Validates scene.json fields (ecs7, runtimeVersion, parcels, base, main), discovery metadata (title, description, tags, navmapThumbnail), TypeScript compilation, and .dclignore coverage before deploying. - Deployment Guidance: Walks through npx @dcl/sdk-commands deploy or Creator Hub publishing, including spawn point configuration and scene tipping via the creator field. - Post-Publish Monitoring: Explains asset bundle conversion timing, status-check URLs, the /detectabs chat command, and a troubleshooting table for common deploy errors. - Use Case: A creator finishes a scene, runs the checklist to fix metadata and .dclignore, deploys to their LAND parcels, then verifies asset bundle conversion completed before announcing the scene. ## Quick Start Deploy my Decentraland scene to my Genesis City parcels and check that everything is ready first.