--- description: globs: alwaysApply: true --- Rule Name: development_workflow.mdc Description: - Do not move on to the next step of a task until user has confirmed the previous stage is finished. Pause occasionally and ask the user to accept changes. - Run tests after changing code functionality. - Use TDD principles where applicable. - Before implementing code, consider if it is worth refactoring any code in the working area to be more clean, modular, and readable.