Sometimes I need to ask the AI Assistant to do more

The more I use Blueprint, the more I realize how valuable AI Assistant can be if I know what to ask. I use the following prompts to improve my Blueprint before I export. Has anyone additional prompts that they find really useful?

  • Process Optimization
    • Prompt: Identify any redundant or inefficient parts of this process.
    • Prompt: Compare case type structure to Pega best practices
    • Prompt: what requirements listed in the BRD are not addressed by the [X] case type?
  • Field Type and Data Type hygiene
    • Prompt: Make data field names User friendly
    • Prompt: Identify any data fields that are redundant
    • Prompt: Identify any data fields where the data type is not consistent with the field name and description
    • Prompt: Normalize the data model to make use of embedded data types
  • Data Object Validation
    • Prompt: Are there any unreferenced data objects?
    • Prompt: Identify extraneous fields in the [X] data object
  • Platform-Native Cleanup
    • Prompt: Identify steps that are already handled by Pega such as Audit and routing steps.
    • Prompt: What reports can be added to this case type?
2 Likes