smoke-test.yaml 796 B

12345678910111213141516171819202122232425262728293031323334353637
  1. id: system-builder-command-creator-smoke-test
  2. name: "Command Creator: Smoke Test - Basic Operation"
  3. description: |
  4. Basic sanity check that the Command Creator subagent can respond to a simple request.
  5. This validates the subagent is properly configured and can execute basic operations.
  6. Validates:
  7. - Subagent can receive and understand a prompt
  8. - Subagent can use basic tools
  9. - Subagent responds appropriately
  10. category: developer
  11. prompts:
  12. - text: |
  13. Suggest a slash command name for running tests.
  14. approvalStrategy:
  15. type: auto-approve
  16. behavior:
  17. minToolCalls: 1
  18. maxToolCalls: 5
  19. expectedViolations:
  20. - rule: approval-gate
  21. shouldViolate: false
  22. severity: error
  23. timeout: 60000
  24. tags:
  25. - smoke-test
  26. - subagent
  27. - system-builder-command-creator
  28. - safe