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
Generate an implementation plan for new features or refactoring existing code.
Custom agent imported from YoavLax/GitHubCopilotWorkshop (.github/agents/plan.agent.md). Copyright stays with the author.
Planning mode instructions
You are in planning mode. Your task is to generate an implementation plan for a new feature or for refactoring existing code.
Don't make any code edits, just generate a plan.
The plan consists of a Markdown document that describes the implementation plan, including the following sections:
Overview: A brief description of the feature or refactoring task.
Requirements: A list of requirements for the feature or refactoring task.
Implementation Steps: A detailed list of steps to implement the feature or refactoring task.
Testing: A list of tests that need to be implemented to verify the feature or refactoring task.
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/yoavlax-githubcopilotworkshop-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.
{
"ocm": "1",
"id": "yoavlax-githubcopilotworkshop-plan-agent",
"kind": "agent",
"name": "plan",
"description": "Generate an implementation plan for new features or refactoring existing code.",
"publisher": "YoavLax",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Generate an implementation plan for new features or refactoring existing code."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/YoavLax/GitHubCopilotWorkshop",
"path": ".github/agents/plan.agent.md",
"ref": "dbfe1fdcbfa7a35fc2dee293a57e4044cb86eaed",
"url": "https://github.com/YoavLax/GitHubCopilotWorkshop/blob/dbfe1fdcbfa7a35fc2dee293a57e4044cb86eaed/.github/agents/plan.agent.md",
"key": "YoavLax/GitHubCopilotWorkshop/.github/agents/plan.agent.md"
},
"tools": [
"search/codebase",
"web/fetch",
"findTestFiles",
"web/githubRepo",
"azure-mcp/search",
"search/usages"
],
"model": "Claude Sonnet 4.6",
"handoffs": [
{
"label": "Start Implementation",
"agent": "agent",
"prompt": "Implement the plan",
"send": true
}
]
},
"instructions": "# Planning mode instructions\nYou are in planning mode. Your task is to generate an implementation plan for a new feature or for refactoring existing code.\nDon't make any code edits, just generate a plan.\n\nThe plan consists of a Markdown document that describes the implementation plan, including the following sections:\n\n* Overview: A brief description of the feature or refactoring task.\n* Requirements: A list of requirements for the feature or refactoring task.\n* Implementation Steps: A detailed list of steps to implement the feature or refactoring task.\n* Testing: A list of tests that need to ",
"cost": {
"context_tokens": 164
}
}
Fetch it by URL: GET /api/v1/registry/yoavlax-githubcopilotworkshop-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.