What problem does it solve? The Senzing Bootcamp plugin depends on a live MCP server that can change without notice, and manually dry-running the bootcamp to catch regressions is slow and expensive. This Skill automates both checks: it detects server drift and contract breakage for free, and optionally walks the bootcamp with a simulated Bootcamper. ## Core Features & Use Cases - MCP drift and conformance probing: Talks JSON-RPC directly to the Senzing MCP server with zero tokens, diffing live schemas and prose-declared value sets against a committed baseline, and verifying every tool call the plugin documents. - Simulated bootcamp walks: Drives two independent Claude processes (guide and Bootcamper persona) in an isolated git-worktree sandbox, then lints the transcript against interaction invariants. - CI/cron-ready reporting: Exits 1 on BREAKING findings and writes machine-readable JSON reports, so it drops into scheduled jobs unchanged. - Use Case: A maintainer schedules the MCP probe every four hours to catch server-side breaking changes, and runs a nightly walk with rotating personas (terse, confused, impatient) as a regression net before releases. ## Quick Start Run an automated sandboxed test of the Senzing Bootcamp plugin and report any MCP server drift or breaking changes.