nucleus_plan_list
List available plan files in .brain/plans with task counts. WHEN TO USE: you want to discover which plan files exist and how many tasks each contains before importing or executing one.
Returns:
JSON string: a list of dicts each with
{"name", "path", "size_bytes", "task_count", "format"}.
Missing directory returns [].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |