Quick start
The shortest path from an idea to a repo your agent can build.
-
Make an organization. It holds your projects, your team, and your plan. You can invite people later. More in Teams & organizations.
-
Create a project and pick Start from scratch. That opens the Project Architect.
-
Describe your product, or upload a brief, notes, or screenshots. The Architect drafts your Project Brief, the first of the ten gates.
-
Work down the gates. Review each draft, then commit it to unlock the next. The order is deliberate: each gate builds on the ones before it.
-
Connect your repo. On the project’s Integrations page, copy the install command and run it in your codebase:
Terminal window npm i -g @cubedot/cli && cubedot init --token <TOKEN> -
Open your agent in that folder, reload, and run
cubedot workto see what to build first.
Next: Create your first project covers the flow in detail.