propose_initialization_options
Provides a structured menu of schema source options—analyze tasks, parse taxonomy, or use presets—to guide onboarding discussion.
Instructions
Return structured onboarding choices for the user/model to discuss.
Read-only: does not write config, schema, or task data.
Call after get_initialization_status confirms onboarding is required. Use this to present a structured schema-source menu rather than guessing a path. For the next step, choose one of: analyze_existing_tasks_for_schema — infer schema from tasks analyze_taxonomy_file — parse a taxonomy Markdown file list_preset_schemas / use_preset_schema — bundled presets generate_initial_schema_preview — combine taxonomy + tasks
project_dir: optional path scoping task analysis to a project subdirectory. Pass empty string (default) to analyse all tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |