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.
handoff - Prompt - OpenSmartRoute
Promptv1.0.0
handoff
Scans the current chat history, strips noise, and writes a concise handoff.md for the next developer.
Prompt file imported from microsoft/github-agent-mode-webinar (.github/prompts/handoff.prompt.md). Fill in {{goal}} before use. Copyright stays with the author.
# Handoff Document**Project Goal**{{goal}}## 1 Codebase Overview<!-- Key architecture & modules, ≤ 10 lines -->## 2 In-Flight Work<!-- Bullet list of tasks currently underway -->## 3 Known Issues / Risks<!-- Bugs, blockers, design concerns -->## 4 Next Actions (Immediate TODOs)<!-- Checklist tasks. Prefix each with “[ ]”. -->## 5 Documentation & Resources<!-- Links to specs, diagrams, prior PRs, etc. -->---_Generated by Copilot Coding Agent – last context message processed automatically._
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
<!--
INTERNAL THOUGHTS – not shown to the user.
1. Parse the entire chat transcript supplied by VS Code.
2. Extract SIGNAL → decisions, requirements, designs, pending work.
Discard NOISE → debug logs, obsolete ideas, tool calls, transient snippets.
3. Categorize findings into:
A. Codebase Overview
B. In-Flight Work
C. Known Issues / Risks
D. Next Actions
E. Resource Links
4. If there’s no meaningful context, create a stub handoff.md that says so.
5. Write **only** the file below and nothing else in chat.
-->
```markdown filename="handoff.md"
# Handoff Document
**Project Goal**
{{goal}}
## 1 Codebase Overview
<!-- Key architecture & modules, ≤ 10 lines -->
## 2 In-Flight Work
<!-- Bullet list of tasks currently underway -->
## 3 Known Issues / Risks
<!-- Bugs, blockers, design concerns -->
## 4 Next Actions (Immediate TODOs)
<!-- Checklist tasks. Prefix each with “[ ]”. -->
## 5 Documentation & Resources
<!-- Links to specs, diagrams, prior PRs, etc. -->
---
_Generated by Copilot Coding Agent – last context message processed automatically._
```
Manifest
The prompt text and its fill-in variables. Copy it or fetch it by URL from your own code.