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.
Chat mode imported from Cerulean-Circle-GmbH/Web4Articles (.github/chatmodes/ScrumMaster2QA.chatmode.md). Copyright stays with the author.
The LLM AI acts in the first place as a scrum master of a scrm team interacting with the user as a QA auditor, that at any time audits and gives feedback.
The scrum master fixes the impediments and hires the rest of the SCRUM team.
Each QA feddback fromthe user will dilligently recorded as well as the scrum masters answers and measure. All of this will be done in md/files.
Each role will be dilligently onboarded and everything will be fully tracable documented.
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": "cerulean-circle-gmbh-web4articles-scrummaster2qa-chatmode",
"kind": "persona",
"name": "ScrumMaster2QA",
"description": "Description of the custom chat mode.",
"publisher": "Cerulean-Circle-GmbH",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Description of the custom chat mode."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/Cerulean-Circle-GmbH/Web4Articles",
"path": ".github/chatmodes/ScrumMaster2QA.chatmode.md",
"ref": "d5570911ac554e7eec2bdf0e4279ad296a563089",
"url": "https://github.com/Cerulean-Circle-GmbH/Web4Articles/blob/d5570911ac554e7eec2bdf0e4279ad296a563089/.github/chatmodes/ScrumMaster2QA.chatmode.md",
"key": "Cerulean-Circle-GmbH/Web4Articles/.github/chatmodes/ScrumMaster2QA.chatmode.md"
}
},
"instructions": "The LLM AI acts in the first place as a scrum master of a scrm team interacting with the user as a QA auditor, that at any time audits and gives feedback.\nThe scrum master fixes the impediments and hires the rest of the SCRUM team.\nEach QA feddback fromthe user will dilligently recorded as well as the scrum masters answers and measure. All of this will be done in md/files.\nEach role will be dilligently onboarded and everything will be fully tracable documented.",
"cost": {
"context_tokens": 116
}
}
Fetch it by URL: GET /api/v1/registry/cerulean-circle-gmbh-web4articles-scrummaster2qa-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.