--- description: Outlines guidelines for development steps, emphasizing incremental changes, thorough testing, and clear documentation. globs: **/*.* --- - Make changes in small, incremental steps. - Test changes thoroughly before committing. - Document changes clearly in commit messages.