What problem does it solve? Choosing an open-source license, contribution policy, or relicensing path is a high-stakes decision that teams often make by vibes, only to discover dependency conflicts, consent requirements, or fork risks after the fact. This Skill turns that into a defensible decision process with concrete files to ship. ## Core Features & Use Cases - Constraint-first license selection: Enumerates shipped dependencies and compatibility directions before any preference is discussed, eliminating options like Apache-2.0 over a GPL-2.0-only dependency with written reasons. - Contribution policy ladder: Ranks nothing, DCO, CLA, and copyright assignment by what each buys per unit of friction, with enforcement checks and contributing-guide wording. - Business model and relicensing planning: Covers dual licensing, open core, BUSL, FSL, and SSPL trade-offs, plus a full relicensing playbook with consent mapping, version boundaries, and announcement templates. - Use Case: A maintainer asks whether to move an MIT project with 47 contributors to BUSL before a launch. The Skill produces a consent plan, fork-risk assessment citing Elastic, Redis, and HashiCorp outcomes, and a decision record the team can commit. ## Quick Start Ask the assistant to help you choose between MIT and Apache-2.0 for a library you are about to open-source, including what to put in the LICENSE file and whether you need a DCO or CLA.