polish_and_prove
THE PRIMARY STANDOUT WORKFLOW. Use this when a user wants an AI-built website made client-ready without choosing individual design tools. First call: pass url (best), source, or business. Standout captures the baseline, scores the real phone and desktop render, chooses a coherent direction, and returns the exact implementation contract for the coding agent. The agent MUST apply the fixes in the repository. Final call: pass the original url/source plus after_url/after_source. Standout compares both versions and produces a client-safe before-and-after report and share link. Do not stop after returning advice; the completed outcome is fix, rerender, prove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Original or current public page URL. Best first-call input because it enables live phone and desktop rendering. | |
| goal | No | The primary conversion goal. | |
| vibe | No | Optional visual steer, e.g. premium, light, editorial, technical. | |
| source | No | Original/current HTML, CSS, JSX, or TSX when the page is not public. | |
| audience | No | Who the page must convince. | |
| business | No | What the business is and what the page sells. | |
| after_url | No | Improved public page URL. Supplying this switches the workflow to proof mode and compares before vs after. | |
| reference | No | Optional approved reference URL or curated reference id. | |
| agency_name | No | Optional agency/studio name for the final client proof report. | |
| after_source | No | Improved page source for proof mode when there is no public preview URL. |