Get from “I have an idea” to “my AI agent is building it” in under five minutes.
Open Generateand walk through the seven steps: project basics, AI tools, tech stack, features, pages, design style, rules. Hit Generate. You’ll get a download bundle with eight or more files.
Unzip the pack at the root of your project. The folder structure looks like this:
my-project/
├── CLAUDE.md
├── AGENTS.md
├── BUILD_PROMPT.md
├── TESTING_CHECKLIST.md
├── SECURITY_CHECKLIST.md
└── .cursor/
└── rules/
├── project.mdc
├── style.mdc
└── safety.mdcCursor: rules in .cursor/rules/ are picked up automatically. Reload the workspace.
Claude Code: CLAUDE.md is read on session start. Already done.
Codex: AGENTS.md is read by Codex CLI on every run.
Windsurf: rules are imported automatically from the same Cursor format.
Paste the contents of BUILD_PROMPT.md as your first message to the agent. It includes the phased build order with acceptance criteria. The agent will pause between phases for review.
When you change scope (new feature, new page), come back to Generate, edit the previous pack, and regenerate. Pack versioning is on Builder and Pro plans.
For deeper questions, see the FAQ on the homepage or email help@aicodepack.dev.