generate_initial_schema_preview
Preview a schema TOML by combining task analysis with an optional taxonomy file, without writing or modifying any files. Review and approve before saving.
Instructions
Generate a reviewable schema TOML preview without writing any files.
Read-only: returns a preview string only; no files are created or modified. Call save_initial_schema only after the user approves.
The preview combines existing task analysis with an optional taxonomy Markdown file. Run analyze_existing_tasks_for_schema or analyze_taxonomy_file first to understand what the preview will contain.
taxonomy_path: absolute path to a taxonomy Markdown file; omit to infer from tasks only. project_dir: optional path scoping task analysis to a subdirectory. schema_name: optional name embedded in the schema [meta] block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taxonomy_path | No | ||
| project_dir | No | ||
| schema_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |