The pack is organized around the four moments where most AI app projects break down. Each phase handles one.
Phase 01 01
Define - 9 Prompts, 3 Steps
Most failed app projects can be traced back to a single skipped step: nobody wrote anything down before the coding started. The 9 prompts in this phase force-clarify your idea, validate that real demand exists, and produce an implementation plan and guardrails file that travel with every build session.
The guardrails file tells the coding AI what it should and shouldn't do. Without it, the AI makes its own decisions about architecture, frameworks, and naming conventions - and those decisions change every session.
The output isn't just clarity. It's a spec. A requirements document, a validated idea, a full implementation plan, and a guardrails file ready to go.
Phase outputs: Requirements docValidated ideaImplementation planGuardrails file
Phase 02 02
Design - 2 Prompts, 1 Step
A coding AI given vague instructions produces vague output. The 2 prompts in this phase generate wireframes and a complete navigation map for every screen in your app - including empty states, error flows, and loading states - before any code exists.
This design spec becomes the blueprint. When you move into the build phase, you hand the AI the spec instead of describing things from scratch each session.
Two prompts. One session. You walk away with a locked design spec the coding AI can follow without interpretation.
Phase outputs: WireframesNavigation mapDesign spec doc
Phase 03 03
Build - 8 Prompts, 2 Steps
Building an app as one giant prompt is the fastest way to end up with code you can't understand, can't test, and can't extend. The 8 prompts in this phase break the build into logical, tested phases - each one with a checkpoint before moving on.
The bug-fixing prompts treat every issue methodically: diagnose before you fix, confirm the fix before you commit, move on only when it's clean.
The goal isn't just a working app - it's a working app you understand. Because if the AI wrote something and you have no idea why, the next bug is going to take you three times as long to fix.
Phase outputs: Working app in phasesTested checkpointsClean commit history
Phase 04 04
Ship - 7 Prompts, 2 Steps
App Store rejection is common and almost entirely avoidable. The 7 prompts in this phase run a three-part audit against your actual codebase: a security review, an iOS best practices check, and a pass against App Store guidelines.
Once the app is clean, the second step handles everything you need for a complete App Store listing: your app icon brief, screenshot headlines, keyword-optimized description, and keyword research string.
The output is an app that passes review and a listing that's ready to go live. Everything from finished binary to published listing - covered.
Phase outputs: 3-part audit reportApp Store descriptionScreenshot headlinesKeyword string