Generate a comprehensive instrumentation plan for a web application.
/plugin marketplace add nexus-labs-automation/web-observability/plugin install nexus-labs-automation-web-observability@nexus-labs-automation/web-observability# Instrument Command Generate a comprehensive instrumentation plan for a web application. ## Usage **Arguments:** - `framework`: `react`, `vue`, `angular`, `svelte`, `nextjs`, `nuxt`, `remix`, `sveltekit`, `astro`, or `auto` - `--vendor`: Optional. `sentry`, `datadog`, `newrelic`, `logrocket`, `posthog`, `opentelemetry` ## Workflow ### Step 1: Analyze Codebase Launch `codebase-analyzer` agent to: - Detect framework and meta-framework - Map architecture (routing, state, data fetching) - Find existing telemetry SDKs - Identify gaps ### Step 2: Apply JTBD Framework Use `skills/instru...