What problem does it solve? Local development environments fail in opaque ways: ports conflict, env files load in the wrong order, Next.js dev servers consume excessive CPU, and agent integration state drifts. This Skill replaces guesswork with deterministic diagnostic scripts that produce evidence before any code changes. ## Core Features & Use Cases - Stack Health Checks: Run dev-health.sh to verify services via /health and /health.txt endpoints, port availability, and env file loading order (.env.worktree before .env). - Agent Integration Inspection: Query task queue and agent integration database state read-only with pnpm codex:integration-inspect, optionally filtered by issue number. - Next.js and MCP Diagnostics: Profile Next.js dev CPU, memory, HMR, and missing styles, plus run MCP client/server smoke checks. - Use Case: Your worktree fails to start and styles are missing. Run the health and profiling scripts, inspect Tailwind source scanning, and identify the root cause before editing any components. ## Quick Start Run the local dev diagnostics workflow to check my Multica dev stack health and tell me why my worktree is failing to start.