unity_ui_select_recipe
Select the optimal AGS Unity UI recipe for a given feature and generate a partial spec stub. Use allowGenericAsync for intentional one-shot panels.
Instructions
Select the best AGS Unity UI recipe for a feature and return a partial spec stub. Unknown broad screens do not silently accept generic_async; pass allowGenericAsync=true only for intentional one-shot async/status panels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature | Yes | Natural-language feature description, e.g. 'login', 'leaderboard', 'friends list'. | |
| projectPath | Yes | Unity project root. | |
| allowGenericAsync | No |