Skip to main content
Glama

Vibe Coder MCP

by freshtechbro

generate-rules

Automate the creation of project-specific development rules tailored to product descriptions, user stories, and predefined categories using AI-powered tools for streamlined software development workflows.

Instructions

Creates project-specific development rules based on product description, user stories, and research.

Input Schema

NameRequiredDescriptionDefault
productDescriptionYesDescription of the product being developed
ruleCategoriesNoOptional categories of rules to generate (e.g., 'Code Style', 'Security')
userStoriesNoOptional user stories to inform the rules

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "productDescription": { "description": "Description of the product being developed", "minLength": 10, "type": "string" }, "ruleCategories": { "description": "Optional categories of rules to generate (e.g., 'Code Style', 'Security')", "items": { "type": "string" }, "type": "array" }, "userStories": { "description": "Optional user stories to inform the rules", "type": "string" } }, "required": [ "productDescription" ], "type": "object" }
Install Server

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