How this command is triggered — by the user, by Claude, or both
Slash command
/faos-tea:test-designThe summary Claude sees in its command listing — used to decide when to auto-load this command
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT --> --- description: "Create comprehensive test scenarios" --- # Test Design Create comprehensive test scenarios
Create comprehensive test scenarios
npx claudepluginhub frank-luongt/faos-skills-marketplace --plugin faos-tea/test-scenariosGenerates test scenarios from user stories or feature specs: happy paths, edge cases, error handling, security, performance. Outputs structured Markdown with coverage matrix and test data needs.
/gtestGenerates comprehensive, general-purpose test suites for any system component using systematic test design methodology.