Create System Architecture Diagrams
Example Prompt:
Example Response:
@startuml
package "User Interface" {
[Web App] --> [API Gateway]
}
package "Backend Services" {
[API Gateway] --> [Service A]
[API Gateway] --> [Service B]
[Service A] --> [Database A]
[Service B] --> [Database B]
}
@enduml
Related Tasks:
Assess New Technologies
Example Prompt:
Example Response:
Related Tasks:
Review Code for Best Practices
Example Prompt:
Example Response:
Related Tasks:
Generate Technical Documentation
Example Prompt:
Example Response:
Related Tasks:
Prepare Presentation Materials
Example Prompt:
Example Response:
Related Tasks: