get_implementation_context
Resolve dependencies and versions for a coding task, retrieve relevant documentation chunks and APIs, and compile a token-limited, evidence-based implementation guide.
Instructions
High-level documentation intelligence orchestrator. Automatically resolves workspace dependencies and versions, detects task intent, retrieves relevant chunks, APIs, verified examples, and pitfalls, and compiles an evidence-grounded recipe within a strict token budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional documentation target URL. If provided and not yet indexed in DocOrbit, DocOrbit will automatically ingest and index it before compiling context. | |
| goal | No | Alias for task. | |
| task | No | The specific coding task or feature to implement (e.g. "Implement Stripe webhook signature verification in Express"). | |
| query | No | Alias for task. | |
| library | No | Optional primary library or package to focus documentation on (e.g. "stripe", "next"). | |
| project | No | Path to repository workspace root for project-aware dependency detection (default: current directory). | |
| version | No | Optional explicit target documentation version (e.g. "v14", "15.0"). | |
| tokenBudget | No | Maximum token budget for packed context (default: 4000). |