Skip to content

Quick start

The shortest path from an idea to a repo your agent can build.

  1. Make an organization. It holds your projects, your team, and your plan. You can invite people later. More in Teams & organizations.

  2. Create a project and pick Start from scratch. That opens the Project Architect.

  3. Describe your product, or upload a brief, notes, or screenshots. The Architect drafts your Project Brief, the first of the ten gates.

  4. 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.

  5. 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>
  6. Open your agent in that folder, reload, and run cubedot work to see what to build first.

Next: Create your first project covers the flow in detail.