End-to-End: Google Antigravity
This playbook is template-first to avoid hallucination. Replace every [RESEARCH REQUIRED] item with verified vendor documentation before production use.
Product Definition Check
Section titled “Product Definition Check”Before execution, confirm what “Google Antigravity” means in your environment:
- Product URL:
<RESEARCH REQUIRED> - Official product name:
<RESEARCH REQUIRED> - Access model (web app, API, CLI, IDE plugin):
<RESEARCH REQUIRED> - Authentication method:
<RESEARCH REQUIRED> - Terms and usage limits:
<RESEARCH REQUIRED>
If this cannot be confirmed, do not continue with this playbook.
Preflight
Section titled “Preflight”- Confirm repository and target branch.
- Confirm toolchain:
git --versionnode --versionnpm --versionauro --version
- Confirm Antigravity integration entrypoint:
<RESEARCH REQUIRED: launch/connect command>
End-to-End Execution
Section titled “End-to-End Execution”Step 1: Initialize Governance
Section titled “Step 1: Initialize Governance”/auro.constitutionOutcome:
- project principles are explicit before implementation
Step 2: Frame Feature
Section titled “Step 2: Frame Feature”/auro.charter "<feature request>"Outcome:
- user stories, requirements, success criteria, edge cases
Step 3: Design Implementation
Section titled “Step 3: Design Implementation”/auro.planOutcome:
- architecture, contracts, and phase-gated plan
Step 4: Generate Execution Tasks
Section titled “Step 4: Generate Execution Tasks”/auro.tasksOutcome:
- phased task list with parallel markers
Step 5: Execute
Section titled “Step 5: Execute”/auro.implementOutcome:
- working code tied to charter intent
Validation
Section titled “Validation”Run verified project commands:
<RESEARCH REQUIRED: lint command><RESEARCH REQUIRED: test command><RESEARCH REQUIRED: build command>Validate:
- success criteria from charter are demonstrably met
- API or integration contracts pass
- no unresolved clarification markers remain
Release
Section titled “Release”- Create PR against
main. - Include artifacts and validation evidence.
- Merge with checks green.
- Deploy using verified pipeline:
<RESEARCH REQUIRED: deploy workflow name><RESEARCH REQUIRED: deployment URL>
Risk Controls
Section titled “Risk Controls”- Do not assume unsupported Antigravity capabilities.
- Use explicit fallbacks if Antigravity-specific automation is unavailable:
- run the same ACE flow in a supported agent environment.
- Record all deltas between expected and actual behavior.
Research Placeholders To Resolve
Section titled “Research Placeholders To Resolve”- Product identity and official docs
- Integration/launch mechanism
- Auth and permission model
- Rate limits and quotas
- CI/CD integration specifics