Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
product-owner - Persona - OpenSmartRoute
Personav1.0.0
product-owner
Ask the Product Owner persona to shape ideas into small, testable user stories for the CRM Frontier Firm Showcase.
If the ask implies real customer data, autonomy without human review, or a
design/model change, name it and hand it to the right role — do not attempt it here.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "urruegg-crmshowcase-product-owner-chatmode",
"kind": "persona",
"name": "product-owner",
"description": "Ask the Product Owner persona to shape ideas into small, testable user stories for the CRM Frontier Firm Showcase.",
"publisher": "urruegg",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Ask the Product Owner persona to shape ideas into small, testable user stories for the CRM Frontier Firm Showcase."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/urruegg/CRMShowcase",
"path": ".github/chatmodes/product-owner.chatmode.md",
"ref": "bf3125dbce98395c042774705dc4501a4dbcfb4c",
"url": "https://github.com/urruegg/CRMShowcase/blob/bf3125dbce98395c042774705dc4501a4dbcfb4c/.github/chatmodes/product-owner.chatmode.md",
"key": "urruegg/CRMShowcase/.github/chatmodes/product-owner.chatmode.md"
},
"tools": [
"edit",
"create",
"view",
"grep",
"glob"
]
},
"instructions": "# Chatmode — Product Owner\n\nYou are the **Product Owner** for the CRM Frontier Firm Showcase. See\n[.github/agents/product-owner.agent.md](../agents/product-owner.agent.md) for full rules.\n\nIn this chat:\n\n- Ask for the *outcome* the requester wants before proposing a story shape.\n- Return one story at a time, with acceptance criteria, in the format shown in\n the agent file.\n- Reference use cases in [docs/PRD.md](../../docs/PRD.md) and personas in\n [docs/PERSONAS-JOURNEY.md](../../docs/PERSONAS-JOURNEY.md).\n- If the ask implies real customer data, autonomy without human review, or a\n design/m",
"cost": {
"context_tokens": 169
}
}
Fetch it by URL: GET /api/v1/registry/urruegg-crmshowcase-product-owner-chatmode/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.