Scratch Workspace Management This skill covers proper use of the directory for temporary, exploratory, and draft work. Purpose The scratch workspace provides a gitignored location for: - Draft implementations - Experimental code - Temporary test files - Planning documents - Any work-in-progress that shouldn't be committed Setup Checklist Before creating scratch files: 1. Ensure directory exists 2. Verify gitignore Check contains: If missing, add it: Directory Structure Organize scratch files by purpose: Best Practices DO - Create subdirectories for organization - Use descriptive file names -…