AGY Frontend Delegate
Use this skill when Antigravity CLI delegation would improve frontend
implementation, comparison, or alternate design exploration.
Workflow
- Prepare a bounded task brief with target surface, files, constraints,
forbidden changes, acceptance criteria, and verification expectations.
- Delegate through direct
agy usage or an explicitly configured bridge only
when the host/user environment already supports it.
- Require an isolated worktree, branch, or equivalent review boundary.
- Treat AGY output as a candidate diff, not an accepted implementation.
- Inspect diffstat, changed files, tests, browser behavior, accessibility, and
design-system fit.
- Recommend merge, revise, or discard. Merge only when the user or host
workflow explicitly approves it.
Output
Return:
- delegation brief
- changed files and diff risk summary
- verification performed
- merge/revise/discard recommendation
- unresolved risks
Do not store AGY provider state, conversations, worktree paths, branches, logs,
or generated diffs in Role source.
1---2name: agy-frontend-delegate3description: Use when the user wants Google Antigravity CLI (`agy`) to attempt or compare a bounded frontend implementation in an isolated worktree, with diff review before merge.4---56# AGY Frontend Delegate78Use this skill when Antigravity CLI delegation would improve frontend9implementation, comparison, or alternate design exploration.1011## Workflow12131. Prepare a bounded task brief with target surface, files, constraints,14 forbidden changes, acceptance criteria, and verification expectations.152. Delegate through direct `agy` usage or an explicitly configured bridge only16 when the host/user environment already supports it.173. Require an isolated worktree, branch, or equivalent review boundary.184. Treat AGY output as a candidate diff, not an accepted implementation.195. Inspect diffstat, changed files, tests, browser behavior, accessibility, and20 design-system fit.216. Recommend merge, revise, or discard. Merge only when the user or host22 workflow explicitly approves it.2324## Output2526Return:2728- delegation brief29- changed files and diff risk summary30- verification performed31- merge/revise/discard recommendation32- unresolved risks3334Do not store AGY provider state, conversations, worktree paths, branches, logs,35or generated diffs in Role source.