# Implement one component from an approved specification

A component that exists in the design file and not in the library, built from the parts the project already has.

Category: Design system and UI
Source: https://letsship.ai/use-cases/implement-a-component-from-a-spec
Published: 2026-08-25

## Goal

Implement one approved component specification using the existing component library.

## Acceptance criteria

- Every state in the specification is implemented
- It is composed from existing primitives rather than built from scratch
- States are covered by tests and captured
- Deviations from the specification are listed with reasons

## What lands as proof

A capture per state next to the specification, plus tests covering the interactive ones.

## Prompt

Copy this to an agent to open the ticket:

```text
Create a Linear issue in my team and assign it to the SHIP agent.

Title: Build {component} from the approved specification

Description: Implement one approved component specification using the existing component library.

Acceptance criteria:
- Every state in the specification is implemented
- It is composed from existing primitives rather than built from scratch
- States are covered by tests and captured
- Deviations from the specification are listed with reasons

Before you create the issue, find an approved component specification that this repository has not implemented and replace {component} with it.
```

## Questions

### What does the agent actually change?

The ticket is scoped to one outcome: implement one approved component specification using the existing component library. Work that serves that outcome is in scope, and anything outside it is left for a separate ticket, so the pull request stays reviewable.

### How do I know the work is done?

The pull request carries the evidence, not only the diff. Here that means rendered against the specification, every state covered by tests, so a reviewer can confirm the result without reproducing the work locally.

### How much oversight does this need?

The run stops once the plan is written. Somebody reads the approach and approves it before any code exists, which is the cheapest moment to redirect the work.
