Create User Story for Idea
prodpad_create_idea_userstoryCreate a user story for an existing ProdPad idea using its ID and story text, with optional acceptance criteria to define requirements.
Instructions
Create a new user story for an idea.
Args:
id (string): Numeric ID of the idea (required)
story (string): The user story text, e.g. 'As a [persona], I want [feature], so that [benefit]' (required)
acceptance_criteria (string): Acceptance criteria for the story
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric ID of the idea | |
| story | Yes | The user story text (e.g. 'As a [persona], I want [feature], so that [benefit]') | |
| acceptance_criteria | No | Acceptance criteria for the user story |