
Glue.tools
Founding Engineer · Nuvio · Agentic tooling for brownfield code · 2026
ticket → fix planRCA · owner · dev planPart of a productOS platform, built for brownfield codebases where a product's features live only in thousands of undocumented functions and tribal knowledge. Glue turns a codebase into a queryable product graph and runs agents on top to auto-document features, answer questions in plain English, and triage bugs to a root cause, owner, and fix plan.
- Deterministic, language-specific indexers (Java, TypeScript, Python, Go) compile a codebase into a queryable product graph: functions as nodes, calls as edges, plus routes, API calls and dependencies
- Louvain community detection clusters the graph into coherent features, replacing the naive whole-graph-to-LLM approach and giving the documentation agent a structured base to work from
- A multi-agent suite on the Claude Agent SDK: a documentation agent (Claude skills), a Q&A agent reachable in Slack, and a triage agent that runs RCA from the graph, production logs and commit history, names the code-owner, and writes a fix plan
- Built the orchestration harness and an agent tool registry (tool-call logging, retries, rate limits, pluggable skills), with integrations across ClickUp, Jira, Linear, GitHub, Slack, Sentry and Search Console feeding the agents their context
- An MCP server exposes the product graph and generated dev plans natively in the IDE (Claude Code, Cursor, Cline)
ticket → fix plan · RCA · owner · dev plan






