Cursor Composer Workflows Master Cursor Composer (Cmd+I / Ctrl+I) for multi-file code generation, scaffolding, and coordinated refactoring. Composer is the primary tool for changes that span multiple files. Composer Interface Core Workflow Patterns 1. Feature Scaffolding Generate a complete feature across multiple files: Composer reads the referenced files to replicate the existing pattern. 2. Cross-File Refactoring Rename, restructure, or migrate patterns across the codebase: 3. Test Generation Generate tests that match existing test patterns: 4. Migration / Upgrade Apply systematic changes…