What problem does it solve? Setting up a project for sandboxed development with Docker Compose isolation, shared observability (Jaeger/Grafana/Prometheus), and quality infrastructure is a multi-step, error-prone process. This Skill automates the entire onboarding workflow with analysis, preview, execution, and verification phases. ## Core Features & Use Cases - Four-Phase Onboarding: Analyze the project state, propose changes for approval, execute modifications, then verify and commit with automatic rollback on failure. - Compose & OTEL Rewiring: Detects local observability services in docker-compose files, replaces them with the shared stack, and updates OTEL endpoints to the shared collector. - Quality Infrastructure Generation: Auto-detects test and lint commands from pyproject.toml, package.json, go.mod, or Cargo.toml to generate Makefiles, pre-commit hooks, and CI workflows. - Use Case: You have a Python project with a docker-compose.yml containing its own Jaeger container. Run the onboarding to get a sandbox-ready infra.toml, shared observability wiring, and CI quality gates in one guided flow. ## Quick Start Ask the assistant to onboard this project to the kinfra sandbox and observability ecosystem, starting with a read-only status check.