template
Retrieve pre-filled templates for common vault item types to scaffold new documents, with optional variable substitution for customization.
Instructions
Get pre-filled templates for common vault item types (adr, prd, decision, learning, spec, rfc, roadmap, competitive-analysis, incident, research, vision, strategy). Use to scaffold new documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Template type to retrieve | |
| action | No | Action (default: list) | |
| variables | No | Variables to substitute in the template (e.g. { title: 'My ADR' }) |