# Greenfield Fullstack Workflow

> **EN** | [PT](../../aiox-workflows/greenfield-fullstack-workflow.md) | [ES](../../es/aiox-workflows/greenfield-fullstack-workflow.md)

---

**Full documentation available in:** [Portuguese Version](../../aiox-workflows/greenfield-fullstack-workflow.md)

---

## Summary

The **Greenfield Fullstack Workflow** is designed for creating new full-stack applications from scratch. It orchestrates the complete development lifecycle including:

- Project scaffolding and structure setup
- Backend API development
- Frontend UI development
- Database schema design
- Integration between layers
- CI/CD pipeline configuration

### When to Use

- Starting a brand new full-stack project
- Building applications with both frontend and backend components
- Projects requiring coordinated development across all layers

### Key Agents

- `@architect` - System architecture and design
- `@dev` - Implementation
- `@data-engineer` - Database design
- `@qa` - Quality assurance

### Main Phases

1. **Discovery** - Requirements gathering and architecture planning
2. **Setup** - Project scaffolding and configuration
3. **Development** - Iterative story-driven development
4. **Integration** - Component integration and testing
5. **Deployment** - CI/CD and release preparation

---

*For complete details, diagrams, and step-by-step instructions, see the [Portuguese documentation](../../aiox-workflows/greenfield-fullstack-workflow.md).*
