1006 B
1006 B
Antigravity Workflows Implementation Playbook
This document explains how an agent should execute workflow-based orchestration.
Execution Contract
For every workflow:
- Confirm objective and scope.
- Select the best-matching workflow.
- Execute workflow steps in order.
- Produce one concrete artifact per step.
- Validate before continuing.
Step Artifact Examples
- Plan step -> scope document or milestone checklist.
- Build step -> code changes and implementation notes.
- Test step -> test results and failure triage.
- Release step -> rollout checklist and risk log.
Safety Guardrails
- Never run destructive actions without explicit user approval.
- If a required skill is missing, state the gap and fallback to closest available skill.
- When security testing is involved, ensure authorization is explicit.
Suggested Completion Format
At workflow completion, return:
- Completed steps
- Artifacts produced
- Validation evidence
- Open risks
- Suggested next action