Create ProdPad User Story
prodpad_create_userstoryCreate a user story and associate it with a specific idea, including acceptance criteria, to capture product requirements.
Instructions
Create a new user story and associate it with an idea.
Args:
idea_id (string): Numeric ID of the idea to associate with (required)
story (string): The user story text (required)
acceptance_criteria (string): Acceptance criteria for the story
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| story | Yes | The user story text (e.g. 'As a [persona], I want [feature], so that [benefit]') | |
| idea_id | Yes | Numeric ID of the idea to associate with | |
| acceptance_criteria | No | Acceptance criteria for the user story |