Vibe Coder MCP

by freshtechbro
Verified

generate-user-stories

Creates detailed user stories with acceptance criteria from a product description, aiding in software development planning and requirements specification.

Instructions

Creates detailed user stories with acceptance criteria based on a product description and research.

Input Schema

NameRequiredDescriptionDefault
productDescriptionYesDescription of the product to create user stories for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "productDescription": { "description": "Description of the product to create user stories for", "minLength": 10, "type": "string" } }, "required": [ "productDescription" ], "type": "object" }

You must be authenticated.

Other Tools from Vibe Coder MCP

Related Tools

ID: yvtu46xhkx