brainstorm_workspace
Analyzes local project files to generate next-action brainstorm recommendations for developers, aiding offline task planning.
Instructions
Generate local, file-grounded next-action brainstorm recommendations for a workspace.
This tool is read-only and uses local project files, rules, and notes to suggest developer
next steps. It is designed to be run offline.
Parameters:
workspace (str): The absolute path to the local project workspace.
goal (str, optional): A specific engineering or product goal to align recommendations with. Defaults to "".
limit (int, optional): The maximum number of recommendations to return. Defaults to 6.
Returns:
dict[str, Any]: A dictionary containing project summary, suggestions (each with title,
prompt, category, and tag), and execution status flags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| limit | No | ||
| workspace | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||