build_usecase_blueprint
Synthesize a 3-layer architecture blueprint that maps ecosystem findings into a design plan specifying what to custom-build or integrate for any development goal.
Instructions
Synthesize a 3-layer architecture blueprint (BUILD/INTEGRATE/FOUNDATION) for a goal.
This tool is read-only and structures ecosystem findings into an actionable design plan
specifying what should be custom-built vs. integrated.
Parameters:
workspace (str): The absolute path to the local project workspace.
goal (str, optional): The target development or architectural goal. Defaults to "".
limit (int, optional): The maximum number of items to rank and recommend. Defaults to 8.
live (bool, optional): If True, performs live network lookups for ecosystem tools.
If False (default), runs completely offline.
Returns:
dict[str, Any]: A dictionary detailing the 3-layer architectural canvas, confidence scores,
patterns to borrow, and next steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| live | No | ||
| limit | No | ||
| workspace | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||