get_feature
Retrieves the product, tech, and test-plan markdown files for a feature slug from GitHub specs, returning each with source citation headers. Missing files are reported without failing the call.
Instructions
Call this for any feature-specific question. Returns the trio of markdown files (product.md, tech.md, test-plan.md) for one feature folder under specs/features//. Each file body is preceded by a "file: …, ref: …" header so you can cite the source. If any file is missing it is reported as missing rather than failing the whole call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Optional if GITHUB_REPO is set; required otherwise. | |
| slug | Yes | Feature folder name under specs/features/, e.g. "intake". |