coss_plan
Plan UI components from a natural-language description, returning ranked suggestions with install commands and base project setup.
Instructions
Given a natural-language description of a screen or feature, return the recommended coss ui components (ranked, with install commands) plus base project setup. The token-efficient starting point — call this first, then coss_get_component for the ones you'll build with.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Describe the screen/feature, e.g. "a settings page with tabs, a profile form, and a danger-zone delete dialog". | |
| limit | No | Max components to suggest (default 10). |