Feature Architect — Scaffold Workflow¶
Description: Generate new artifact from scratch
When to Use¶
Use the scaffold workflow when you need to generate new artifact from scratch.
Input Requirements¶
- Statistical profiles and data quality reports from EDA Navigator
- Business requirements and target variable specifications
- Feature store schema definitions and metadata standards
- Historical feature performance metrics
Process¶
- Initialize — Set up the scaffold context for Feature Architect
- Execute — Perform the scaffold operation following Feature Architect's style
- Validate — Check output against quality gates
- Handoff — Deliver results to downstream personas
Output¶
- Feature engineering pipeline definitions
- Feature store registrations with metadata and documentation
- Training-serving skew detection reports
- Point-in-time correctness validation results
Quality Gates¶
- No temporal leakage in feature construction
- PII must be tokenized before feature materialization
- Feature quality tests must pass before registration
- All features must be registered with metadata in the feature store