Vibe Coder MCP

by freshtechbro
Verified

generate-task-list

Generate structured development task lists with dependencies using product descriptions and user stories. Ideal for organizing software projects systematically.

Instructions

Creates structured development task lists with dependencies based on product description, user stories, and research.

Input Schema

NameRequiredDescriptionDefault
productDescriptionYesDescription of the product
userStoriesYesUser stories (in Markdown format) to use for task list generation

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "productDescription": { "description": "Description of the product", "minLength": 10, "type": "string" }, "userStories": { "description": "User stories (in Markdown format) to use for task list generation", "minLength": 20, "type": "string" } }, "required": [ "productDescription", "userStories" ], "type": "object" }

You must be authenticated.

Other Tools from Vibe Coder MCP

Related Tools

ID: yvtu46xhkx