AI Chat is where you can ask questions related to a specific project, and it provides answers from the perspectives of a product owner, frontend developer, backend developer, and project manager (multi-agent).

CleanShot 2024-09-07 at 21.00.06@2x.png

Step-by-Step Guide

  1. Access to the Chat page

  2. Select an Assistant role: Switch between the following tabs depending on the chat content. You can also switch roles by typing a role with @ at the beginning of the chat field.

  3. Enter the prompt message.

  4. Add usecase

  5. Create a pull request

    CleanShot 2024-09-07 at 21.02.13@2x.png

Capabilities

Product Owner

Use case Prompt Examples:
Use case generation Create a use case of the “Time Sheet Viewing Functionality” of an attendance management system. Describe the validation rules in as much detail as possible.

template #Actor #Precondition #Main Flow #Alternative Flow #Post Condition #Validation Rules | | Use case review | Conduct another round of use case review with a focus on preconditions. | | Create E2E test cases | Create E2E test cases in forgetting the password scenario. | | Reverse Engineering | Modify the xxx API document to match the latest code. |

Project Manager

Use cases Prompt Examples
Tested Result(Bug) Analysis Please investigate the cause of following the test result:

Input to xxx Page

Expected output

Test result- There are some available items are included, not all but partially |

| Impact investigation of adding new features | We need to punch the start and end of break time in addition to clock-in and clock-out. Explain how much UI change appears on screens, and how to revise the API design document and codes. |

Backend/Frontend/Full-stack Developer

Use cases Prompt Examples
Refactoring Refactor /src/modules/attendance/attendance.service.ts
Unit Test Code Creation Create unit test code for /src/modules/attendance/attendance.service.ts

Lite Agent

Use cases Prompt Example
General inquiry ## Topic

Best practices for input form validation in web applications

Purpose

To improve user experience and data integrity in our web forms

Questions

  1. What are the most common types of form validation?
  2. How can we implement client-side validation effectively?
  3. What are some best practices for error messaging in form validation?
  4. How should we handle server-side validation in addition to client-side validation?
  5. Are there any modern libraries or tools recommended for form validation?

Format

Please provide concise answers to each question, followed by a brief summary (about 200 words) of the key points.

Additional Instructions

<aside> 💡

We recommend you use Jitera for Visual Studio Code to increase productivity if you are a developer.

</aside>