---
--- description: Plan optimal file creation order for multi-file projects before implementation --- ## CRITICAL GUIDELINES ### Windows File Path Requirements **MANDATORY: Always Use Backslashes on Windows for File Paths** When using Edit or Write tools on Windows, you MUST use backslashes (`\`) in file paths, NOT forward slashes (`/`). **Examples:** - WRONG: `D:/repos/project/file.tsx` - CORRECT: `D: epos\projectile.tsx` This applies to: - Edit tool file_path parameter - Write tool file_path parameter - All file operations on Windows systems ### Windows/Git Bash...
Automate initial project planning: gather requirements, generate planning docs, create SESSION.md, and prepare for Phase 1.
Automate initial project planning: gather requirements, generate planning docs, create SESSION.md, and prepare for Phase 1.
---
You are initiating a project planning session using the **project-oracle** agent.
Automate initial project planning: gather requirements, generate planning docs, create SESSION.md, and prepare for Phase 1.