Skip to content
Open
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 @@ -12,7 +12,7 @@ Work with Maia to refine and detail the project scope, including the goal, succe
1. After you click **Generate Plan**, the **Define Scope** window appears, and Maia starts populating it with the proposed project scope.
The app plan becomes available on the **Apps** page as soon as you click **Generate Plan** at the beginning of the workflow. You can return to the plan at any time after you leave it, and you can add team members to the app.

After the **Define Scope** window is populated, you can see the following information generated by Maia:
After the **Define Scope** window is populated, you can see the following information that Maia generated:

* **Goal** – A description of what you want to achieve with the app.
You can edit this description.
Expand All @@ -23,19 +23,27 @@ Work with Maia to refine and detail the project scope, including the goal, succe
* Remove criteria by hovering over them, then clicking the trash can icon.
* Add new criteria by clicking **+Add New Success Criteria**.

* **Target Users** – Cards for the app's target users and each user's goal. You can perform the following actions:
* **Target Users** – Cards that show the app's target users and each user's goal. You can perform the following actions:

* Edit user details inline.
* Remove users or their goals by hovering over them, then clicking the trash can icon.
* Add users by clicking **+Add New User**.
* Add user goals by clicking **+Add New User Goal**.

* **Requirements** – The features that the app must have. You can perform the following actions:
* **Project Requirements** – The features that the app must have. You can perform the following actions:

* Edit requirements inline.
* Remove features by hovering over them, then clicking the trash can icon.
* Add new features by clicking **+Add New Requirement**.

* **Company Guidelines** – The list of company standards, policies, or constraints, as indicated by the guideline files you uploaded at the beginning of the workflow.
Guidelines are automatically assigned to categories. Click each category to:

* Expand its list of guidelines
* Edit existing guidelines
* Delete guidelines
* Add new guidelines

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**.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Maia translates your defined scope into a concrete plan, which includes a series

After the project plan is fully generated and you have made any necessary changes, click **Start Building**.


### Related Company Guidelines

Maia identifies company guidelines which apply to each story, and displays them at the story level, in the side panel.

### Recommended Marketplace Components {#recommender}

{{% alert color="warning" %}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "Adding Project Context"
title: "Adding Project Context and Guidelines"
url: /developerportal/maia-plan/project-context/
description: "Describes the project context step of creating an app with Maia Plan."
description: "Describes how and why to add project context and guidelines when creating an app with Maia Plan."
weight: 10
---

## Introduction

Providing context is the foundation for Maia to build your project plan. Give Maia clear goals, user details, and requirements to generate an accurate app plan.
Providing context and guidelines is the foundation for Maia to build your project plan while adhering to company standards. Give Maia clear goals, user details, and requirements to generate an accurate app plan.

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

Expand All @@ -21,4 +21,6 @@ Providing context is the foundation for Maia to build your project plan. Give Ma
* Add requirements.
* Attach documents, sketches, and images.

4. Click **Generate Plan**.
4. In the **Add Company Guidelines** section, click **Upload Guidelines** to add guidelines files. These specify the development guardrails and compliance rules that Maia should adhere to while generating your project.

5. Click **Generate Plan**.
Loading