## 1. Shared deployment workflow - [x] 1.1 Add a reusable staged deployment workflow contract and component that owns target, mode, configuration, and safe review state. - [x] 1.2 Move the server-create request mapping into the workflow and implement explicit draft copy and mode-specific configuration visibility. - [x] 1.3 Implement safe edit prefill and deployment-update submission, including protected-field configured/replacement summaries. ## 2. Server management integration - [x] 2.1 Replace the Servers page create dialog with the staged workflow and expose an edit-deployment action from each eligible server card. - [x] 2.2 Add a detail-header edit-deployment action and replace the overview's inline deployment mutation form with a concise safe summary and workflow launch. ## 3. Theme-consistent interaction and verification - [x] 3.1 Add compact shared-theme workflow layout styles and remove obsolete one-page deployment form presentation. - [x] 3.2 Add focused contracts/page tests for step order, explicit drafts, field visibility, safe review, and edit availability. - [x] 3.3 Run focused frontend checks, `scripts/check-structure.sh`, and `openspec validate redesign-server-deployment-workflow --strict`; mark tasks complete only after evidence exists. - [x] 3.4 Differentiate guided-install and existing-server configuration fields and correct single-field workflow layout stretching.