Antigravity-SDLC divides the software delivery process into six main stages:
1. Planning (human-supervised)
User provides product idea → Planner agent converts to structured requirements → Grill Me agent conducts adversarial review → Refine agent optimizes the plan → Human approval node (user reviews and approves before proceeding)
2. Architecture Design
Architect agent generates complete system architecture → Artifact Parser parses design into structured API contracts, database Schema and event definitions
###3. Execution (fully autonomous)
Parallel tasks: database migration, backend development, frontend development, QA planning, code review, QA cycle, security scan, Kanban update
###4. Deployment
DevOps agent configures deployment environment and CI/CD pipeline → code review → security scan
###5. Final Review (human-supervised)
Human Review Agent summarizes deliverables into a review report → Human approval node (user confirms whether to launch)
###6. Document Generation
Doc Writer agent automatically generates README, API documentation, Architecture Decision Records (ADR) and operation manual