Custom agent imported from ductrung-nguyen/Orca-vscode (
.github/agents/tot.prd-creator.agent.md). Copyright stays with the author.
tot.prd-creator Agent (Copilot Shim)
This is a shim file. Read and follow the full instructions in:
Generate a Product Requirements Document (PRD) from discovery output or direct requirement. Supports both creation and refinement modes.
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsCustom agent imported from ductrung-nguyen/Orca-vscode (
.github/agents/tot.prd-creator.agent.md). Copyright stays with the author.
This is a shim file. Read and follow the full instructions in:
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 - nothing else to configure
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}'
# or pin it on the OpenAI-compatible endpoint: {"model": "ductrung-nguyen-orca-vscode-tot-prd-creator-agent", ...}An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "ductrung-nguyen-orca-vscode-tot-prd-creator-agent",
"kind": "agent",
"name": "tot.prd-creator",
"description": "Generate a Product Requirements Document (PRD) from discovery output or direct requirement. Supports both creation and refinement modes.",
"publisher": "ductrung-nguyen",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Generate a Product Requirements Document (PRD) from discovery output or direct requirement. Supports both creation and refinement modes."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/ductrung-nguyen/Orca-vscode",
"path": ".github/agents/tot.prd-creator.agent.md",
"ref": "f0d921733f95013f007f973431755ab493c738f8",
"url": "https://github.com/ductrung-nguyen/Orca-vscode/blob/f0d921733f95013f007f973431755ab493c738f8/.github/agents/tot.prd-creator.agent.md",
"key": "ductrung-nguyen/Orca-vscode/.github/agents/tot.prd-creator.agent.md"
},
"tools": [
"vscode/vscodeAPI",
"vscode/extensions",
"execute/getTerminalOutput",
"read/problems",
"read/readFile",
"read/terminalLastCommand",
"edit/createFile",
"edit/editFiles",
"search/codebase",
"search/searchResults",
"search/usages",
"web",
"agent",
"todo"
],
"model": "Claude Opus 4.5 (copilot)"
},
"instructions": "# tot.prd-creator Agent (Copilot Shim)\n\n**This is a shim file.** Read and follow the full instructions in:\n\n👉 **[@/.tot/agents/tot.prd-creator.agent.md](@/.tot/agents/tot.prd-creator.agent.md)**",
"cost": {
"context_tokens": 48
}
}Fetch it by URL: GET /api/v1/registry/ductrung-nguyen-orca-vscode-tot-prd-creator-agent/manifest?version=1.0.0
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.