Skip to main content

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:

  1. Obtain the model to be reviewed
  2. Obtain the review perspectives
  3. Repeatedly execute the review
  4. Aggregate the review results
  5. 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:

DataFile Name
Workflow DefinitionReview ND Model and Perspectives and Output Findings to Excel.yaml
Agent DefinitionND Design Model Review_FindingsJSON Generation.yaml
Input: Design ModelAdvanced Driving System Software Development.nproj Next Design Design Model
Input: Review PerspectivesreviewPointList.json
DocumentationThis 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

  1. Open the target Next Design project.
  2. 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
  3. Open and activate the Excel file for outputting review results.
  4. On the Agentiqs workflow screen, click "Review ND Model and Perspective and Output Findings to Excel".
  5. On the "Review ND Model and Perspective and Output Findings to Excel" screen, click "Execute".
  6. A dialog box will appear; enter the file path for the review perspective list and click "Execute".
  7. 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.

  1. Read the review perspective list file and format it into a loopable structure for each perspective.
  2. Read the Next Design design model.
  3. Input each design model and each review perspective into the review agent in order and extract review findings.
  4. Output the review findings to Excel.