ateam_test_pipeline
Test a skill's intent detection and planning pipeline without executing tools. Returns intent classification, first planned action, and timing to debug misclassification or wrong planning.
Instructions
Test the decision pipeline (intent detection → planning) for a skill WITHOUT executing tools. Returns intent classification, first planned action, and timing. Use this to debug why a skill classifies intent incorrectly or plans the wrong action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solution_id | Yes | The solution ID | |
| skill_id | Yes | The skill ID to test | |
| message | Yes | The test message to classify and plan for |