What problem does it solve? Deploying a source project to Rainbond involves many stages—project initialization, topology bootstrap, build troubleshooting, delivery verification, and version promotion—and it is easy to pick the wrong step or silently fall back to the wrong delivery mode. This Skill acts as the top-level router that inspects the current project state and drives the right lower-level Rainbond Skill at the right time. ## Core Features & Use Cases - State-aware orchestration: Classifies the project as unlinked, topology-missing, building, healthy, capacity-blocked, or needing code/build handoff, then routes to init, bootstrap, troubleshooter, or delivery verifier accordingly. - Delivery path protection: Locks source-backed projects to the source path and never silently switches to package, image, or template fallback after a build failure. - Dev-to-test promotion: On explicit request, creates a snapshot version, provisions a testing app, and verifies its delivery before stopping. - Use Case: Tell the agent "帮我部署当前项目,并验证页面和 API" and it resolves the workspace, builds the app on Rainbond, verifies the access URL, and reports a concise Chinese deployment result. ## Quick Start Ask the agent to deploy the current project with Rainbond and verify the page and API endpoints.