Skip to main content
Glama

Vibe Coder MCP

by freshtechbro

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/freshtechbro/vibe-coder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server