New objective
Describe what you want done in plain language. The platform infers a capability and routes to the agent that provides it.
Submitted
—
—
Capability routed to
—
—
Destination agent
—
—
Activity
Next: run it in Claude Code or Cowork
Paste this prompt into your Claude session
Skills register by description, not by slash command. Just paste the prompt below — the matching skill (e.g.
product-management:write-spec) will trigger automatically.
If you want the platform's MCP tools available in your session (advanced)
The Sovos MCP server is a stdio process at implementation/sovos-agent-platform-core/services/mcp-server/main.py.
Add it to your Claude Code config:
claude mcp add sovos -- python3 /absolute/path/to/services/mcp-server/main.py
Once connected, your Claude session can call foundation_get_slice, memory_search, envelope_emit, and status_emit_event directly — same names as in the MCP server source.