[Learning] Manage A/B tests for agent prompts
/plugin marketplace add Syntek-Studio/syntek-dev-suite/plugin install syntek-studio-syntek-dev-suite@Syntek-Studio/syntek-dev-suiteManage A/B testing of agent prompt variants. Test different versions of agent prompts to see which performs better. **Commands:** - `/learning:ab-test list` - List all active A/B tests - `/learning:ab-test status <agent>` - Get status and results for an agent's test - `/learning:ab-test create <agent>` - Create a new A/B test (interactive) - `/learning:ab-test conclude <agent> [winner]` - Conclude a test and optionally apply the winner **How A/B Testing Works:** 1. **Create a test**: Define a variant with modified prompt instructions 2. **Run agents**: The system randomly selects baseli...