Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ Work with Maia to refine and detail the project scope, including the goal, succe

You can use the pane on the right to chat with Maia about your requirements for the new app.

2. After you review the project scope and make any necessary changes, click **Approve to Generate**.
2. After you review the project scope and make any necessary changes, click **Approve & Generate**.
You can also click **Save and Exit** to save all the changes and leave the flow.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ weight: 30

Maia translates your defined scope into a concrete plan, which includes a series of epics and stories.

1. After you click **Approve to Generate**, the **Generate Plan** window appears, and Maia starts populating it with the proposed plan based on the project scope.
1. After you click **Approve & Generate**, the **Generate Plan** window appears, and Maia starts populating it with the proposed plan based on the project scope.
After the **Generate Plan** window is populated, you can see the following information generated by Maia:

* Cards for each epic that contributes to building the app.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "Creating an App from a Starter App"
url: /developerportal/maia-plan/using-starter-app/
description: "Describes how to use a starter app to create an app in Maia Plan."
weight: 50
---

## Introduction

You can use a starter app as the basis for Maia Plan to build a project plan. This allows you to use the right branding elements, pre-installed Marketplace modules, and pre-installed integrations.

## Creating an App

Follow these steps to have Maia create a project plan based on a starter app:

1. In **Projects**, click **Create App** in the upper right corner.

2. Select **Agentic Planning**. The **Plan & Build with Maia** window is displayed.

3. Click **Select Starter App**. The **Select Starter App** window is displayed, listing available starter apps. You can search by name or filter by app type (Company-Approved, Public, Private).
If a starter app is not compatible with the minimum Studio Pro version required to use this feature, which is 11.11.0, a label is displayed. You can hover over the app's card and click **Request Upgrade**. This takes you to the component's Marketplace page, where you can upgrade as necessary.

4. Hover over the card of the app that you want to use and click **Select**. You are taken back to the **Plan & Build with Maia** window, where the selected starter app is displayed. If needed, you can remove the app from here and start over.

5. Click **Generate Plan**. This starts the project creation flow. The starter app that's used for the project is displayed in the top bar of the window, just under the project's name.

6. Define the project scope as described in [Defining the Scope](/developerportal/maia-plan/define-scope/). With starter apps, Maia brings in all existing information to the **Define Scope** window.

7. Turn the project scope into a concrete plan, as described in [Generating the Plan](/developerportal/maia-plan/generate-plan/). The side panel displays the resources which are being used from the starter app.

8. Select your project management tool and send your project plan to Maia Make, as described in [Starting the Development](/developerportal/maia-plan/start-development/).
8 changes: 8 additions & 0 deletions content/en/docs/releasenotes/developer-portal/2026.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ description: "2026 release notes for project management and other parts of Proje
weight: 1
---

## September 2026

### September xx, 2026

#### New Features

* You can now use a starter app as the basis for Maia Plan to build a project plan. This allows you to bring in the right branding elements, pre-installed Marketplace modules, and pre-installed integrations from the start. For details, refer to [Creating an App from a Starter App](/developerportal/maia-plan/using-starter-app/).

## August 2026

### August 20, 2026
Expand Down