Validate the work item and generate stories AI agent
This Strategic Portfolio Management agent transforms Enterprise Agile Planning work items (epics and features) into a set of well-formed, actionable user stories. It evaluates work items to verify that it contains sufficient information, and guides users through a structured validation process.
Workflow
- Collect the work item number, description, and any additional context as needed (based on flags from the system), confirming with the user before saving each piece of information.
- Produce user stories based on the validated work item and collected context.
- Display the generated stories and offer refinement options: discard stories, combine or split them, adjust personas or metrics, or add new ones.
- If the user chooses to refine, apply their changes, re-display the updated stories, and offer the same refine-or-save choice again. This loop continues until the user chooses to save.
- Save the finalized stories to the system and give the user a navigation link to view them.
| Field | Description |
|---|---|
| Allow third party to access this AI agent |
When enabled, third-party AI agents can use this agent. This value is off (false) by default. This setting is defined in the AI Agent configs [sn_aia_agent_config] table on the External discoverable field. |
| Allow AI specialists to access this AI agent |
When enabled, AI specialists can use this agent. This value is off (false) by default. When set to true, more configuration options for tools become available so that an AI specialist can map inputs and response templates to tool outputs. This setting is defined in the AI Agent configs [sn_aia_agent_config] table on the Specialist enabled field. |
| Manage long-term memory |
When enabled, all previous user interactions are used as context for the LLM. This value is off (false) by default. This setting is defined by the sn_aia.ltm.enable_long_term_memory system property. For more information, see ServiceNow Otto AI agents reference. |
| Tools |
|
| Agent roles (ACLs) | sn_apw_advanced.eap_user |
| Data access roles | sn_apw_advanced.eap_user |
| Triggers |
Optional. None defined by default. An admin can specify triggers if desired. For more information, see Add a trigger to an AI agent. |
| Channels |
Configure an assistant for Virtual Agent or ServiceNow Otto panel using Assistant Designer. |
| Used in agentic workflows |
Create stories |
Learn more about Strategic Portfolio Management at Strategic Portfolio Management.