<!-- https://staircase.co/agents/roster/design-testing -->
# Design testing

# Design testing

Delivery

<!--source:agent-kits-->
Writes the tests that verify an interface renders correctly across phone, tablet and desktop, in whichever of the two lanes fits — mocked specifications for the design itself, or real-device specifications for behaviour.
<!--/source-->

- **Used when**
<!--source:agent-kits-->
— When a design-driven change needs coverage, or when an existing design test proved too weak to catch a regression.
<!--/source-->

- **Loads first**
<!--source:agent-kits-->
- The responsive-test skill, and the design-to-code and bug-fix skills for the context of the change.
<!--/source-->

- **Returns**
<!--source:agent-kits-->
- The lane decision and the reasoning behind it.
<!--/source-->
<!--source:agent-kits-->
- The specifications created or updated.
<!--/source-->
<!--source:agent-kits-->
- The breakpoint and device configuration used.
<!--/source-->
<!--source:agent-kits-->
- The assertions added, and what each is for.
<!--/source-->
<!--source:agent-kits-->
- The command and results, or a clear account of why the run could not happen.
<!--/source-->

- **Hands off**
- Design implementation — implementing the design change itself
- Interface triage — diagnosing and fixing the defect

## Others in Delivery

- Analytics instrumentation
- Application scaffolding
- Design implementation
- Interface triage
- Marketplace architecture
- Sharing portals
