prepare_design_agent_brief
Generates a structured design brief with cost controls and compatibility guidance for coding agents tasked with UI design, audit, or refactoring.
Instructions
Prepare a cost-aware design-agent brief before editing UI.
Returns on success: JSON with mission, evidenceCommands, designRules, costControls, compatibility installs, MCP command, Agent Skills command, and handoffChecklist.
Use this tool: as the first MCP call when a coding agent is asked to design, polish, audit, refactor, or generate interface code. It is local-first and does not call Figma, browsers, or models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Evidence mode: local, figma, research, or full. | local |
| agent | No | Agent stack to prioritize in compatibility guidance, such as codex, hermes, openclaw, cursor, or claude-code. | design-agent |
| intent | No | Natural language product/design task to optimize the brief around. | |
| target | No | Local path or URL the agent should inspect. Defaults to '.'. |