Use case testing
Use this skill when requirements are expressed as actor-system interactions with preconditions, main flows, alternate flows, and postconditions.From its SKILL.md
npx -y skills add jovd83/test-design-orchestrator --skill use-case-testingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 186 tokens by cl100k_base, as published. Nobody here has run it
Use Case Testing
Read First
./references/use-case-testing.md./references/test-design-shared-conventions.md./assets/templates/test-case-table.j2./assets/templates/test-case.j2
Workflow
- Extract actor, trigger, preconditions, main success scenario, alternate flows, exceptions, and postconditions.
- Generate at least one scenario for the main flow.
- Generate separate scenarios for each alternate or exception path that changes system behavior or outcome.
- Keep the path reference visible in every generated scenario.
Required Output
- use-case summary
- path inventory
- scenario list or detailed test cases
- coverage note showing which flows are covered
Guardrails
- Do not rewrite the use case into lower-level rule tables unless the user asks for a secondary pass.
- Do not skip postcondition checks on alternate paths.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.