Vibe Check MCP

by PV-Bhat
Verified

vibe_learn

Pattern recognition system that tracks common errors and solutions to prevent recurring issues

Input Schema

NameRequiredDescriptionDefault
categoryYesCategory of mistake (standard categories: Complex Solution Bias, Feature Creep, Premature Implementation, Misalignment, Overtooling, Other)
mistakeYesOne-sentence description of the mistake
sessionIdNoOptional session ID for state management
solutionYesHow it was corrected (one sentence)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category of mistake (standard categories: Complex Solution Bias, Feature Creep, Premature Implementation, Misalignment, Overtooling, Other)", "enum": [ "Complex Solution Bias", "Feature Creep", "Premature Implementation", "Misalignment", "Overtooling", "Other" ], "type": "string" }, "mistake": { "description": "One-sentence description of the mistake", "type": "string" }, "sessionId": { "description": "Optional session ID for state management", "type": "string" }, "solution": { "description": "How it was corrected (one sentence)", "type": "string" } }, "required": [ "mistake", "category", "solution" ], "type": "object" }

You must be authenticated.

Other Tools