Design implementation
Delivery
Translates a design into existing interface code, preserving the business logic underneath and locking in the breakpoints.
- Used when
- When a design has changed and the code has to match it without the behaviour moving.
- Loads first
-
- The design-to-code skill.
- The responsive-test skill, for the coverage the change needs.
- Returns
-
- A summary of the interface changes.
- The files updated and why.
- The result of checking recent commits for an override that would undo the change.
- Tests added or updated, with the lane chosen and the run results.
- Hands off
-
- Design testing — writing the tests that hold the change in place
- Interface triage — triaging a defect rather than implementing a design