What problem does it solve? Launching a Service Nervous System (SNS) DAO on the Internet Computer involves dozens of interdependent parameters, an 11-stage launch process, and irreversible NNS proposals where misconfiguration can fail the swap or lock you out of your own canisters. This Skill guides you through tokenomics design, governance parameters, testflight validation, and proposal submission so the launch succeeds on the first attempt. ## Core Features & Use Cases - SNS Configuration: Provides a complete annotated sns_init.yaml template covering token distribution, voting power bonuses, vesting schedules, and decentralization swap parameters. - Failure Prevention: Documents the eight most common launch-breaking mistakes, such as forgetting to add NNS Root as co-controller or setting min_participants too high. - Governance Migration Code: Supplies Motoko and Rust patterns for transitioning admin functions to SNS governance control with proper access checks and stable storage warnings. - Use Case: You have a deployed dapp on the Internet Computer and want community ownership. Use this Skill to write the sns_init.yaml, run a mainnet testflight, and submit the NNS proposal with dfx sns propose. ## Quick Start Ask the assistant to generate an sns_init.yaml configuration for your dapp with token distribution, swap parameters, and developer vesting, then walk through the testflight and mainnet launch steps.