Section 26Project Kickoff ChecklistBefore starting any data system, use this checklist to ensure consistency.System SelectionSelected system using Decision Framework (DuckDB, Postgres, AWS, Snowflake)Confirmed data size, users, and expected growthIdentified if migration may be needed laterData DefinitionIdentified all data sources (CSV, API, database)Confirmed data structure and expected columnsDefined primary keys or unique identifiersProject SetupCreated project folder structureCreated requirements.txtSet up environment (pip install)Data LayersDefined bronze tables (raw ingestion)Defined silver tables (cleaned, structured)Defined gold tables (business-ready outputs)Naming & StructureApplied naming conventions (bronze.raw_, silver.*_clean, gold.*)Ensured consistency across schemas and tablesExecution PlanConfirmed main.py will run full pipelineVerified input/output pathsPlanned validation checksOutputDefined final output (Excel, CSV, API, dashboard)Identified consumers of the data PreviousCopy-Paste TemplatesNext New Project Template