v0.2 - 6 New Community Techniques
Release v0.2 - September 19, 2025
Visit coding-with-ai.dev to see technique popularity based on community engagement and discover which approaches developers find most valuable.
🆕 New Techniques Added
- Choose Tools by Conversational Style - Guide for selecting tools based on personality preferences (collaborative vs efficient)
- Centralise Memory Files - Keep instructions consistent across tools using symlinks/includes
- A Session Should Have One Goal - Apply single responsibility principle to AI conversations
- Use Feature Sessions - Isolate features in separate sessions like git feature branches
- Always Test Code Yourself - Critical testing responsibility that cannot be outsourced
- Create Rollback Points While Coding - Enhanced with comprehensive tool implementations