⭐️ Had a lot of questions on & offline about how I start a new project using Codex, so here is what I do every time:

• I create a new iOS -> Universal App (Basic) using this Xcode template: https://github.com/steventroughtonsmith/appleuniversal-xctemplates
• I add my AppleUniversalCore package: https://github.com/steventroughtonsmith/appleuniversalcore
• I drop in the latest version of my CodingStyle.md: https://gist.github.com/steventroughtonsmith/ee58b8c7fe6557a073ac792bcb891267

And then the starter prompt, some variation of:

"Please read the CodingStyle document here, and familiarize yourself with the project structure"

@stroughtonsmith Have you had good experience with xcodegen or anything similar? I've switched over to it for nearly all my projects for working with AI agents
@sam I've never used it. Xcode supports filesystem-based project structure these days, and my templates all use that