-
Story
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
Future Sustainability
-
False
-
-
False
-
5
-
None
-
None
-
None
{}USER STORY:{}
As a Developer, I want to build an agent tool callable by an LLM to determine story size, so that the bot can use AI-driven insights for sizing estimations.
{}DESCRIPTION:{}
Similar to the refinement tool, this involves developing a callable function or API endpoint that an LLM can use to query for a story's estimated size, based on the story's content and the bot's trained sizing model.
{}Required:{}
...
{}Nice to have:{}
...
{}ACCEPTANCE CRITERIA:{}
- A RESTful API endpoint or function is available that accepts Jira issue content as input.
- The tool returns a numerical size estimation (or T-shirt size equivalent).
- The tool integrates with the underlying sizing estimation model.
- The tool has clear documentation for LLM integration.
{}ENGINEERING DETAILS:{}
<!--
Any additional information that might be useful for engineers: related
repositories or pull requests, related email threads, GitHub issues or
other online discussions, how to set up any required accounts and/or
environments if applicable, and so on.
-->