Update prompts authored by Ramicés dos Santos Silva's avatar Ramicés dos Santos Silva
......@@ -17,10 +17,23 @@
### For System introduction overview
`Give a brief high level system overview and its purpose using the provided context for this program, keep it detailed, concise and confident.`
```plaintext
Give a brief high level system overview and its purpose using the provided context for this program, keep it detailed, concise and confident.`
### For High Level Doc creation
```plaintext
Based on the provided code module, generate a comprehensive analysis as follows:
- **Module Name**: Identify the module with fullpath for module file.
- **Primary Objectives**: Define its purpose.
- **Critical Functions**: List main methods/functions and their roles.
- **Key Variables**: Point out essential variables.
- **Interdependencies**: Note interactions with other system components.
- **Core vs. Auxiliary Operations**: Differentiate main operations from auxiliary ones.
- **Operational Sequence**: Describe any distinct flow.
- **Usage**: Discuss how it is used.
- **Assumptions**: List any assumptions made.
`
### For Mermaid Diagram creation
Create a basic level-1 Data Flow Diagram (DFD) in Mermaid js syntax. Do not include parameters in function calls.
......
......