optimize-application
Installation
SKILL.md
Optimization Workflow for branchly Applications
You have access to the branchly MCP server. Use it throughout this workflow.
Mental Model — The Three Contracts
Every branchly chatbot failure breaks exactly ONE of these contracts:
Content contract → KB has accurate, clean, complete information
Retrieval contract → Right content surfaces for right queries
Routing contract → Bot uses the right tool for the right intent
Identify which contract is broken before touching anything. Each has a different fix.