# Wire an internal or admin screen from the existing template

An internal screen built from the existing template so operators stop asking somebody to run a query.

Category: Repetitive feature work
Source: https://letsship.ai/use-cases/wire-an-internal-admin-screen
Published: 2026-08-25

## Goal

Build an internal screen from the existing admin template.

## Acceptance criteria

- The screen is built from the existing template and components
- Access is restricted and each role has a permission test
- Destructive actions require confirmation
- A screenshot is attached

## What lands as proof

A permission test per role plus a screenshot, so both the access rules and the result are visible.

## 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: Add the {screen} admin screen

Description: Build an internal screen from the existing admin template.

Acceptance criteria:
- The screen is built from the existing template and components
- Access is restricted and each role has a permission test
- Destructive actions require confirmation
- A screenshot is attached

Before you create the issue, find the manual query or script operators keep asking for in this repository and replace {screen} with the surface that would replace it.
```

## Questions

### What does the agent actually change?

The ticket is scoped to one outcome: build an internal screen from the existing admin template. 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 screenshot plus the permission test for each role, 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.
