Sits between detection and implementation in LaunchDarkly's SDK onboarding workflow. Takes your stack analysis and maps it to the correct SDK type, whether that's server-side, client-side, mobile, or edge. The real value is in the dual-SDK logic: it forces you to plan both tracks explicitly when you need server and client flags in the same app (Next.js being the obvious case). Won't let you handwave the second SDK or skip the second package install. Outputs a concrete checklist of files to touch, imports to add, env var conventions to follow, and which credentials go where. Keeps you from mixing up SDK keys and client-side IDs, which happens more often than it should.
npx skills add https://github.com/launchdarkly/agent-skills --skill plan