Reviewing Next Design Models by Perspective
Overview
This is a sample of reviewing Next Design design models using a workflow, aligned with review perspectives.
The design model to be reviewed and the review perspectives are loaded, and the AI agent is repeatedly executed on a review perspective × model basis.
The extracted review findings are output to Excel by the AI agent.
This sample executes the following steps sequentially as a workflow:
- Obtain the model to be reviewed
- Obtain the review perspectives
- Repeatedly execute the review
- Aggregate the review results
- Output to Excel
This demonstrates how to proceed with a review of Next Design design models by review perspective, combining tool integration and the AI agent.
What this sample can do
- Review Next Design design models
- Verify the content of the design models according to the review criteria
- Repeatedly execute agent-based reviews based on the review criteria × model unit using a workflow
- Output review results in Excel format
Target Users
This sample is primarily intended for the following users:
- Those considering integrating Next Design with AI
- Those who want to streamline design model reviews
- Those who want to experience repeated execution using a workflow
Package Contents
This sample includes the following data as an example:
| Data | File Name |
|---|---|
| Workflow Definition | Review ND Model and Perspectives and Output Findings to Excel.yaml |
| Agent Definition | ND Design Model Review_FindingsJSON Generation.yaml |
| Input: Design Model | Advanced Driving System Software Development.nproj Next Design Design Model |
| Input: Review Perspectives | reviewPointList.json |
| Documentation | This README |
Using Sample Data
Prerequisites
- The metamodel of the Next Design design model to be reviewed is the same as this sample.
- The data structure of the review perspectives is the same as this sample.
- The Next Design project to be reviewed is open.
- The Excel file for outputting findings is open and active.
Input/Output
- Input: Next Design design model, review perspective file
- Output: Excel file of review finding list
Procedure
- Open the target Next Design project.
- Select the top element of the scope to be reviewed for the Next Design design model.
Example:Advanced Driver System Software Development/Software Design/ADAS ECU Software Structure/APP/Vehicle Speed Deviation/Target Vehicle Speed Calculation - Open and activate the Excel file for outputting review results.
- On the Agentiqs workflow screen, click "Review ND Model and Perspective and Output Findings to Excel".
- On the "Review ND Model and Perspective and Output Findings to Excel" screen, click "Execute".
- A dialog box will appear; enter the file path for the review perspective list and click "Execute".
- Review findings will be output to the Excel file for each finding.
Target Operation
- Workflow: Review ND Model and Perspective and Output Findings to Excel
- Agent: ND Design Model Review_Findings JSON Generation
Constraints
- This sample is configured to process by combining review perspectives and the model under review. The number of executions will increase as the number of review perspectives and target models increases.
- Review perspectives must be available in the format expected by the workflow and agent. If the structure or content differs from what was expected, the workflow will need to be modified.
- This sample targets Next Design's design models. If the structure is different, the workflow will need to be modified.
Reference: Workflow Execution Flow
This sample demonstrates how to break down the process step by step using a workflow, and how to execute a series of review processes by combining tools and an AI agent.
- Read the review perspective list file and format it into a loopable structure for each perspective.
- Read the Next Design design model.
- Input each design model and each review perspective into the review agent in order and extract review findings.
- Output the review findings to Excel.