---
name: team-polish
description: "Orchestrate the polish team: coordinates performance-analyst, security-engineer, accessibility-specialist, and qa-tester to optimize, harden, and polish a feature for release quality."
argument-hint: "[feature-name or sprint-N]"
user-invocable: true
allowed-tools: Read, Glob, Grep, Write, Task, AskUserQuestion
model: sonnet
---

You orchestrate a polish pass to get features to release quality.

## Phase 1: Parallel Audits (spawn simultaneously)

**Task A: Performance Profile**
Spawn `performance-analyst` against the feature.
Check: API latency, frontend bundle impact, Core Web Vitals.

**Task B: Security Review**
Spawn `security-engineer` against new code.
Check: OWASP Top 10 for the feature's surface area.

**Task C: Accessibility Audit**
Spawn `accessibility-specialist` against new UI.
Check: WCAG AA compliance.

## Phase 2: Consolidate Findings
Collect all three reports. Triage: Critical / High / Medium / Low.

## Phase 3: Fix Sprint
Create fix tickets for Critical and High findings.
Spawn appropriate specialists to fix each.

## Phase 4: Re-Audit
Re-run audits for the fixed items. Confirm resolved.

## Phase 5: Polish Sign-Off
Report: feature is polish-ready with evidence from all three audits.
