Skip to main content
Glama

VibeCoding System

by Zenobia000

record-decision

Capture and document project decisions, including rationale and impact, to ensure clarity and accountability. Integrates with VibeCoding System for efficient management.

Instructions

Record an important project decision

Input Schema

NameRequiredDescriptionDefault
decisionYesThe decision that was made
impactYesWhat areas this decision impacts
rationaleYesWhy this decision was made
serviceYesWhich service made this decision

Input Schema (JSON Schema)

{ "properties": { "decision": { "description": "The decision that was made", "type": "string" }, "impact": { "description": "What areas this decision impacts", "type": "string" }, "rationale": { "description": "Why this decision was made", "type": "string" }, "service": { "description": "Which service made this decision", "type": "string" } }, "required": [ "decision", "rationale", "impact", "service" ], "type": "object" }
Install Server

Other Tools from VibeCoding System

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/Zenobia000/vibeCoding-mcp'

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