<!-- https://staircase.co/agents/roster/interface-triage -->
# Interface triage

# Interface triage

Delivery

<!--source:agent-kits-->
Triages and fixes interface defects: confirms the delta against the design reference, audits recent commits for the override that caused it, applies the smallest correcting change, and strengthens the tests so it cannot return.
<!--/source-->

- **Used when**
<!--source:agent-kits-->
— When something renders wrongly and the cause is not yet known.
<!--/source-->

- **Loads first**
<!--source:agent-kits-->
- The bug-fix skill and the responsive-test skill.
<!--/source-->
<!--source:agent-kits-->
- The shared engineering guidelines.
<!--/source-->

- **Returns**
<!--source:agent-kits-->
- The root cause, named as one of a design delta, an override, missing coverage or a logic regression.
<!--/source-->
<!--source:agent-kits-->
- The files changed and why.
<!--/source-->
<!--source:agent-kits-->
- The override or commit that caused the regression, with its identifier where one exists.
<!--/source-->
<!--source:agent-kits-->
- The test coverage added, and which lane it went in.
<!--/source-->
<!--source:agent-kits-->
- Test run results confirming both the fix and the absence of regressions.
<!--/source-->

## Others in Delivery

- Analytics instrumentation
- Application scaffolding
- Design implementation
- Design testing
- Marketplace architecture
- Sharing portals
