Full documentation available in: Portuguese Version
The Brownfield Fullstack Workflow is designed for evolving existing full-stack applications. It handles:
- Impact analysis across frontend and backend
- Coordinated changes between layers
- Backward compatibility considerations
- Migration strategies
- Regression prevention
- Adding features to existing full-stack applications
- Refactoring across multiple layers
- Major enhancements requiring frontend and backend changes
- After completing brownfield-discovery
- Run
brownfield-discoveryfirst if unfamiliar with the project - Understand existing architecture and patterns
@architect- Change impact analysis@dev- Implementation across layers@data-engineer- Database migrations@qa- Regression testing
- Impact Analysis - Understanding affected areas
- Planning - Coordinated change strategy
- Backend Changes - API and service modifications
- Frontend Changes - UI updates and integration
- Validation - End-to-end testing
For complete details, diagrams, and step-by-step instructions, see the Portuguese documentation.