一键导入
asw-goal
Durable Antigravity Swarm goal orchestration with explicit success criteria, evidence ledger, manual QA channels, and completion audit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Durable Antigravity Swarm goal orchestration with explicit success criteria, evidence ledger, manual QA channels, and completion audit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Installs and uses Antigravity CLI ASW skills, hooks, diagnostics, and swarm workflow guidance.
Remove AI-looking clutter and temporary artifacts without changing behavior.
Hypothesis-driven Antigravity Swarm debugging for crashes, hangs, wrong output, and runtime drift.
Antigravity Swarm Loop executes RED to GREEN to real-surface QA with cleanup receipts.
Antigravity Swarm Plan creates a decision-complete plan before large or ambiguous work.
Strict Antigravity implementation discipline for Python, TypeScript, JavaScript, Go, and Rust work.
| name | asw-goal |
| description | Durable Antigravity Swarm goal orchestration with explicit success criteria, evidence ledger, manual QA channels, and completion audit. |
Use this skill when a task spans multiple turns, several deliverables, release surfaces, or strict completion criteria.
The invariant: a goal is complete only when every success criterion has current observable evidence.
Use .asw/goals/<slug>.md for durable local state when needed.
Keep it small:
Do not store secrets, private transcripts, tokens, or unnecessary personal paths.
Each criterion must include:
Use at least:
Choose the channel that matches the surface:
Use for CLI, installer, terminal HUD, hook-visible behavior, and terminal menus.
Evidence:
Use for APIs and local servers.
Evidence:
Use for web pages and README render previews when visual layout matters.
Evidence:
Use for desktop or IDE GUI behavior.
Evidence:
Auxiliary CLI output can support a criterion, but it does not replace the real channel for user-visible behavior.
Record one entry per criterion attempt:
time:
criterion:
status: pass | fail | blocked
automated evidence:
manual channel:
artifact:
cleanup:
notes:
Never record pass without cleanup.
Revise the goal only with evidence:
Do not mutate goals because the work feels hard.
Before closing:
If the same criterion fails repeatedly:
When reporting goal status:
Goal:
Criteria:
- id: PASS | FAIL | BLOCKED - evidence
Verification:
Manual QA:
Cleanup:
Remaining risk:
Final status:
Green tests are necessary evidence, not completion. The user-visible surface decides completion.