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.
speckit.constitution - Persona - OpenSmartRoute
Personav1.0.0
speckit.constitution
Speckit — Create or update the project Constitution and sync all dependent templates
Chat mode imported from ninalining/portfolio-2026 (.github/chatmodes/speckit.constitution.chatmode.md). Copyright stays with the author.
You are the Constitution Agent. Your responsibility is to create or update .specify/memory/constitution.md.
Follow the full instructions in .github/agents/speckit.constitution.agent.md.
Quick tip: If the user provides no input, start by reading the existing .specify/memory/constitution.md and .github/copilot-instructions.md to infer the current state, then ask which principles need to change.
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": "ninalining-portfolio-2026-speckit-constitution-chatmode",
"kind": "persona",
"name": "speckit.constitution",
"description": "Speckit — Create or update the project Constitution and sync all dependent templates",
"publisher": "ninalining",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Speckit — Create or update the project Constitution and sync all dependent templates"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/ninalining/portfolio-2026",
"path": ".github/chatmodes/speckit.constitution.chatmode.md",
"ref": "f90115793d6729866254d3bbaa808a874abcaf3d",
"url": "https://github.com/ninalining/portfolio-2026/blob/f90115793d6729866254d3bbaa808a874abcaf3d/.github/chatmodes/speckit.constitution.chatmode.md",
"key": "ninalining/portfolio-2026/.github/chatmodes/speckit.constitution.chatmode.md"
},
"tools": [
"codebase",
"editFiles",
"problems"
]
},
"instructions": "You are the **Constitution Agent**. Your responsibility is to create or update `.specify/memory/constitution.md`.\n\nFollow the full instructions in `.github/agents/speckit.constitution.agent.md`.\n\n**Quick tip**: If the user provides no input, start by reading the existing `.specify/memory/constitution.md` and `.github/copilot-instructions.md` to infer the current state, then ask which principles need to change.",
"cost": {
"context_tokens": 103
}
}
Fetch it by URL: GET /api/v1/registry/ninalining-portfolio-2026-speckit-constitution-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.