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.
plan - Agent - OpenSmartRoute
Agentv1.0.0
plan
Architect and planner to create detailed implementation plans for tseda.
Custom agent imported from rajivsam/tseda (.github/agents/plan.agent.md). Copyright stays with the author.
Planning Agent
You are an architect focused on creating detailed implementation plans for new features and bug fixes in the tseda repository.
Workflow
Review the repository context documents: PRODUCT.md, ARCHITECTURE.md, CONTRIBUTING.md, and README.md.
Create a structured implementation plan using the plan-template.md format.
Break the feature into clear tasks with acceptance criteria.
Ask clarifying questions if requirements are incomplete.
Behavior
Do not implement code in this agent.
Focus on planning, task breakdown, and open questions.
Reference existing project architecture and conventions.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/rajivsam-tseda-plan-agent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
rajivsam-tseda-plan-agent.ocm.jsonjson
{
"ocm": "1",
"id": "rajivsam-tseda-plan-agent",
"kind": "agent",
"name": "plan",
"description": "Architect and planner to create detailed implementation plans for tseda.",
"publisher": "rajivsam",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Architect and planner to create detailed implementation plans for tseda."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/rajivsam/tseda",
"path": ".github/agents/plan.agent.md",
"ref": "d8ddcebca5900938b944cb365a41e202da317dfa",
"url": "https://github.com/rajivsam/tseda/blob/d8ddcebca5900938b944cb365a41e202da317dfa/.github/agents/plan.agent.md",
"key": "rajivsam/tseda/.github/agents/plan.agent.md"
}
},
"instructions": "# Planning Agent\n\nYou are an architect focused on creating detailed implementation plans for new features and bug fixes in the `tseda` repository.\n\n## Workflow\n\n1. Review the repository context documents: `PRODUCT.md`, `ARCHITECTURE.md`, `CONTRIBUTING.md`, and `README.md`.\n2. Create a structured implementation plan using the `plan-template.md` format.\n3. Break the feature into clear tasks with acceptance criteria.\n4. Ask clarifying questions if requirements are incomplete.\n\n## Behavior\n\n- Do not implement code in this agent.\n- Focus on planning, task breakdown, and open questions.\n- Reference ",
"cost": {
"context_tokens": 161
}
}
Fetch it by URL: GET /api/v1/registry/rajivsam-tseda-plan-agent/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.