Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.43 KB

File metadata and controls

45 lines (30 loc) · 1.43 KB

Greenfield Fullstack Workflow

EN | PT | ES


Full documentation available in: Portuguese Version


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.