e2e-scenario-design

Installation
SKILL.md

Deep E2E Scenario Design

Shallow tests verify that features exist. Deep tests verify that the product holds up when used.

Context

Use this skill when the existing test strategy is directionally correct, but the scenario depth is still too thin for real confidence. The failure mode it targets is not "there are no tests." It is "the tests pass, but the product still breaks under realistic extended use."

If every test in the suite can be described as "open X, do Y, see Z" in one sentence, the suite is shallow. It mostly verifies what the developer already checked manually. Real production failures happen at state accumulation, cross-boundary navigation, session re-entry, input boundaries, and mid-session dependency failure.

This skill does not replace testing-strategy. testing-strategy decides the test layers and coverage priorities. e2e-scenario-design deepens the scenario and edge-case layers once that strategy exists.

Inputs

  • source-code -- The product surface and implementation seams that the scenarios must exercise realistically.
  • task-list -- The current slice, risk boundary, or release scope that the scenarios must protect.
  • test-strategy-doc -- The upstream decision on which layers matter now, which risks are critical, and which flows belong in E2E versus lower layers.

Process

Related skills

More from yknothing/prodcraft

Installs
3
First Seen
Apr 20, 2026