一键导入
od-default
Hidden fallback scenario for free-form Home prompts. Ask the task type first, then continue through the matching Open Design flow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Hidden fallback scenario for free-form Home prompts. Ask the task type first, then continue through the matching Open Design flow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create refreshable, auditable Open Design artifacts backed by connector or local data. Trigger when the user asks for live dashboards, refreshable reports, synced views, or reusable data-backed artifacts.
Run the project's build / typecheck / lint / test commands and emit the build.passing + tests.passing signals devloop convergence reads.
Read an existing repository's structure into the project cwd as a normalised snapshot the agent can analyse without re-walking the tree on every turn.
5-dimension critique panel; emits the critique.score signal that drives devloop convergence.
Extract design tokens (color / typography / spacing) from imported source code, screenshots, or Figma exports into the canonical token bag token-map consumes.
Render the patch-edit run's accumulated changes as a reviewable diff, surface it through a GenUI choice surface, and persist the user's accept / reject decision into the artifact manifest.
| name | od-default |
| description | Hidden fallback scenario for free-form Home prompts. Ask the task type first, then continue through the matching Open Design flow. |
| od | {"scenario":"default-router","mode":"scenario"} |
This plugin runs only when the user types a free-form Home prompt without choosing one of the visible category chips. It is the design-engine fallback, not a visible catalog entry.
Your first response must be one short sentence plus this structured form, then stop. Do not write files, use tools, or start planning until the user answers.
<question-form id="task-type" title="Choose the task type">
{
"lang": "en",
"description": "I will route the free-form prompt through the right Open Design workflow.",
"questions": [
{
"id": "taskType",
"label": "What should I build?",
"type": "radio",
"required": true,
"allowCustom": false,
"options": [
"Prototype",
"Live artifact",
"Slide deck",
"Image",
"Video",
"HyperFrames",
"Audio",
"Other"
]
},
{
"id": "constraints",
"label": "Any important constraints?",
"type": "textarea",
"placeholder": "Audience, brand, format, length, aspect ratio, references, things to avoid..."
}
]
}
</question-form>
When the user replies with [form answers - task-type], bind the chosen
task type as authoritative and continue:
Prototype: run the normal new-generation prototype flow.Live artifact: create a live HTML/CSS/JS artifact and register it for
preview when tooling is available.Slide deck: follow the deck workflow and framework rules.Image: plan a concrete image prompt, then use the OD media generation
CLI for image output.Video: plan shots, duration, aspect, and motion, then use the OD media
generation CLI for video output.HyperFrames: create HTML-driven motion frames or a HyperFrames-ready
motion artifact before rendering/exporting.Audio: plan voice/music/SFX intent, then use the OD media generation
CLI for audio output.Other: ask only the minimum follow-up needed, then choose the closest
Open Design workflow and continue.Keep the rest of the run plugin-driven: use the discovery, planning, generation, and critique stages declared by this plugin. Do not tell the user to go back and choose a chip; the default plugin owns this fallback.