Skip to main content

Set up project organization

Role: Project Manager πŸ“‹

Project Organization is the project's personnel hierarchy in AIPD. This structure defines who is responsible for what across three levels, helping the AI Agent correctly understand the permission context when generating documents and executing tasks.

The three levels in Project Organization​

Project
β”œβ”€β”€ Knowledge Owner (level 1 β€” manages knowledge & foundational documents)
β”‚ β”œβ”€β”€ Task Manager (level 2 β€” coordinates and assigns work)
β”‚ β”‚ └── Task Executor (level 3 β€” executes tasks: BA, Dev, QA...)
β”‚ └── Task Manager ...
└── Knowledge Owner ...
LevelLabelTypical roles
1Knowledge OwnerSolution Architect, Tech Lead
2Task ManagerProject Manager, Team Lead
3Task ExecutorBusiness Analyst, Developer, QA

Step-by-step guide​

In the sidebar, select Project Org under the Project Management group.


Select a project​

Click the "Project" dropdown in the top corner to select the project you want to configure.


View the organization chart​

The screen shows the whole chart in three horizontal rows, one per level. Nodes are connected by animated lines. The number of nodes at each level is shown in the header badge.

  • Click a node to highlight that node and its related connections.
  • Toggle "All Connections / Focus Mode" in the top-right corner to switch between viewing all connections and only the connections of the selected node.
  • Use the "Filter..." input at each level to filter nodes by name within that level.

Create and edit nodes​

Double-click any node to open the edit modal:

FieldRequiredNotes
Node NameYesNode name (e.g., John Doe, Backend Team)
Node DescriptionNoShort description of the role or responsibility
Node LevelYesSelect: Knowledge Owner, Task Manager, Task Executor
Parent NodeNoDirect parent node (dropdown listing higher-level nodes)
Child NodesNoDirect child nodes (multi-select)

Click "Save Changes" to apply. The connection lines in the chart are redrawn automatically.

Delete a node: hover over the node β†’ click the trash icon πŸ—‘οΈ that appears in the corner β†’ confirm.


Import the chart from Excel​

When a personnel list and hierarchy are already available, use the import feature to create the entire chart quickly:

  1. Click the "Import" button in the top-right corner.
  2. Select a prepared .xlsx or .xls file.
  3. The system validates the file structure and checks for circular dependencies.
  4. If there is a conflict with existing data, an override confirmation dialog appears.
  5. Once the import succeeds, the chart reloads automatically.

Export the chart to Excel​

Click the "Export" button β†’ a {projectCode}_export.xlsx file is downloaded containing all nodes, names, descriptions, and hierarchical relationships.


Save changes​

Every create/edit/delete action on the canvas is only a local change until you click "Save" (the green button in the top-right corner). An unsaved indicator appears when there are pending changes.

Do this before generating documents

Set up Project Organization before generating any artifacts. This chart is the context the AI Agent uses to know who is requesting, who reviews, and who executes β€” it directly affects the quality of the output.

Next step

After the organization chart is complete, proceed to 04 β€” Set up configuration to configure AI for the project.