1. Identify the user's intent to run a dbt command.
2. Determine the appropriate dbt CLI flavor (Core, Fusion, Cloud).
3. Construct the dbt command string with necessary selectors, variables, and flags.
4. Execute the dbt command via CLI.
5. Monitor the execution and capture output.
6. Analyze the results for success, errors, or failures.
7. Present a summary of the execution status to the user.