ワンクリックで
asw-start-work
Execute an ASW plan after asw-plan, with subagents, verification, real-surface QA, continuation state, and cleanup receipts.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Execute an ASW plan after asw-plan, with subagents, verification, real-surface QA, continuation state, and cleanup receipts.
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-start-work |
| description | Execute an ASW plan after asw-plan, with subagents, verification, real-surface QA, continuation state, and cleanup receipts. |
Use this skill after asw-plan when the user says start-work, asw-start-work, execute the plan, continue the plan, or resume a plan under .asw/plans/.
.asw/plans/ and choose the only active plan; ask one focused question only when multiple plans match..asw/start-work/state.json before editing. Track the selected plan path, active checkbox, spawned subagents, artifacts, and cleanup items.## TODOs or ## Final Verification Wave.On start:
.asw/start-work/state.json if present.State shape:
{
"plan": ".asw/plans/name.md",
"activeTask": "Task 3",
"completed": [],
"artifacts": [],
"cleanup": [],
"blockers": []
}
Do not restart from scratch when state exists. Reconcile state with the plan.
For each checkbox, append:
Task:
RED:
Implementation:
GREEN:
Manual QA:
Reviewer:
Cleanup:
Status:
If a plan item has no RED test because it is docs-only or inventory-only, record the exemption and the replacement check. Do not silently skip evidence.
Run the channel named by the plan:
If the named channel is impossible in the environment, record:
Do not substitute unit tests for manual QA.
Run a reviewer before completion when:
Reviewer packet:
Blockers must be fixed and rechecked before final status.
Every task must close its own resources:
Append one receipt per resource. A missing cleanup receipt keeps the task open.
When a task fails:
Do not mark the checkbox done because a fallback passed unless the fallback proves the same user-visible criterion.
Before printing completion:
When every top-level checkbox is complete, run the plan's final verification commands and print:
ORCHESTRATION COMPLETE
Plan: <path>
Verification: <commands>
Artifacts: <paths>
Cleanup: <receipts>
Never treat green tests alone as completion. The plan is done only when the observable user-facing surface has been exercised and all continuation state is closed.