ShoulderTap routes an agent's unanswerable questions to the right expert on Slack, captures the reply as structured knowledge with provenance, and writes it back — so no agent is ever stuck on that question again.
The problem
Agents hit judgment calls, undefined terms, and context that lives only in someone's head. Today they fail, guess, or hallucinate. ShoulderTap gives them a fourth option: ask a person — once — and remember the answer forever.
How it works
mute or skip anytime.Who it's for
Add a reliable human-in-the-loop fallback for the questions your retrieval layer can't cover.
Wire in expert escalation over MCP with no custom integration to build or maintain.
Turn scattered tribal knowledge into a system of record with attribution and provenance.
Safety guardrails, rate limits, quiet hours, and escalation timeouts keep experts unbothered.
Get started
Self-hosted and free. Test the whole loop from your terminal — no Slack credentials required.
# install $ pip install shouldertap # configure your experts & transports $ shtap init # run the loop locally — no Slack needed $ shtap serve --transport console