Deliver Edge Cases
MCP Serverby product-on-purpose · Added 5mo ago
Claude
17
Install
git clone https://github.com/product-on-purpose/pm-skillsAdd to Claude
claude mcp add deliver-edge-casesQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"deliver-edge-cases": {
"command": "npx",
"args": [
"@modelcontextprotocol/deliver-edge-cases"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
An edge cases document systematically catalogs the unusual, boundary, and error scenarios for a feature. While happy-path flows are typically well-specified, edge cases often get discovered in production — causing bugs, poor user experience, and support burden. Documenting edge cases upfront ensures engineering handles them intentionally and QA knows what to test.
Tags
ai-mlrustgogitskill