Run format, lint, and type check for scenarios
/plugin marketplace add jsr-probitas/claude-plugins/plugin install probitas@jsr-probitas## Workflow 1. **Format** - Run `probitas fmt` 2. **Lint** - Run `probitas lint` 3. **Check** - Run `probitas check` 4. **Fix** - If issues found, fix them and repeat Fix issues iteratively until all pass.