What problem does it solve? Managing Launchplane-controlled product, runtime, deployment, and merge-train state requires strict authority boundaries, redacted output, and reviewed dry-run/apply discipline that raw API calls and ad-hoc scripts cannot guarantee. ## Core Features & Use Cases - Context Reading: Read public-safe Launchplane context for a repository, branch, issue, or pull request via the launchplane-context helper with fail-closed redaction. - Bounded Write Actions: Preflight, dry-run, and apply product-config, repository-inventory, change-impact policy, merge-train policy, and deploy-recovery changes with idempotency keys and digest-bound reviewed evidence. - Contract Governance: Validate the vendored agent/operator contract offline and compare its semantic freshness against the upstream artifact. - Use Case: An operator needs to import a new merge-train policy. The skill dry-runs the private payload after active-policy digest preflight, then applies only the exact reviewed evidence with an idempotency key, emitting redacted output. ## Quick Start Ask the agent to read Launchplane context for your repository with the launchplane-context helper, then dry-run any intended product-config or policy change before applying it.