Getting Started
ReadyCheck is a cross-platform debugging and tracing platform that captures runtime execution data — screen, voice, and function traces — and makes it queryable for AI agents via JSON-RPC. It installs as a Claude Code plugin.
Quick Start
Install ReadyCheck as a Claude Code plugin:
claude plugin install readycheck@wezzard-skills
That’s it. You’re ready to go.
Your First Check
Run your app with full capture:
/check Run my app
ReadyCheck will:
- Detect your project type and build system
- Build your app (if needed)
- Launch it with tracing enabled
- Capture screen, voice, and function traces simultaneously
Interact with your app. When you quit, capture stops automatically and analysis begins.
What Gets Captured
Every session records three synchronized tracks:
| Track | What it captures | Why it matters |
|---|---|---|
| Screen | Frame-by-frame recording | See exactly what the user saw |
| Voice | Audio narration + transcript | Understand what the user intended |
| Traces | Function calls with sub-μs precision | Know what the code actually did |
Next Steps
- Installation Guide — Detailed setup instructions
- /check Skill — Build, run, and capture in one step
- /analyze Skill — Evidence-based diagnosis
- Sessions — Understanding session bundles