engi_doc_create
Create a Markdown document from a template for engineering project documentation. Specify project root, document kind, ID, title, and path to generate structured docs.
Instructions
Create a Markdown document from a template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| kind | Yes | ||
| path | Yes | ||
| root | Yes | Absolute path to the project root. | |
| title | Yes | ||
| dry_run | No | ||
| template | No | design_doc | |
| frontmatter | No |