{ "$schema": "https://open-design.ai/schemas/plugin.v1.json", "specVersion": "1.0.0", "name": "design-system-agentic", "title": "Agentic", "version": "0.1.0", "description": "Conversational AI-first interface with minimal controls, clear outcomes, and delegated task flows for agentic workflows.", "license": "MIT", "tags": [ "design-system", "first-party", "design", "themed-unique" ], "od": { "kind": "scenario", "taskKind": "new-generation", "mode": "design-system", "scenario": "design", "surface": "web", "useCase": { "query": { "en": "Generate a {{artifactKind}} using the Agentic design system. Stay faithful to its colour palette, typography, spacing, iconography, and component vocabulary as documented in DESIGN.md.", "zh-CN": "使用这个插件完成以下任务:Generate a {{artifactKind}} using the Agentic design system. Stay faithful to its colour palette, typography, spacing, iconography, and component vocabulary as documented in DESIGN.md." } }, "inputs": [ { "name": "artifactKind", "label": "Artifact kind", "type": "select", "options": [ "landing page", "dashboard", "marketing site", "app screen" ], "default": "landing page" }, { "name": "brief", "label": "Brief", "type": "text", "placeholder": "What should the page communicate?" } ], "context": { "designSystem": { "ref": "agentic", "primary": true }, "assets": [ "./DESIGN.md" ] }, "pipeline": { "stages": [ { "id": "generate", "atoms": [ "file-write", "live-artifact" ] } ] }, "capabilities": [ "prompt:inject", "fs:write" ] } }