nexu-io/open-design

od-default

Hidden fallback scenario for free-form Home prompts. Ask the task type first, then continue through the matching Open Design flow.

67Collecting
See how to use itView GitHub source
npx skills add https://github.com/nexu-io/open-design --skill "plugins/_official/scenarios/od-default"
Automated source guideDesignStandard source

Source checked Jul 28, 2026·Refresh due Oct 26, 2026

Reorganized from the pinned upstream SKILL.md

Source-grounded design guide: od-default

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.

npx skills add https://github.com/nexu-io/open-design --skill "plugins/_official/scenarios/od-default"
Check the pinned source

The pinned source supports a structured brief, but not an expanded tutorial. Only detected inputs, outputs, and sections are shown.

459 source words · 2 usable sections

Design process

Read od-default through these 2 source sections

Sections are extracted automatically from the pinned SKILL.md and link back to the source.

01

Turn 1: ask the task type and lock the brief

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. Localize every user-facing string to the user's chat language, but keep ids, types, option values, and the ordered taskTy…

SKILL.md · Turn 1: ask the task type and lock the brief
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. Localize every user-facing string to the user's chat language…
02

After the answer

When the user replies with [form answers — task-type], bind the chosen task type as authoritative and continue:

SKILL.md · After the answer
Prototype: run the normal new-generation prototype flow.Live artifact: create a live HTML/CSS/JS artifact and register it forSlide deck: follow the deck workflow and framework rules.

Design checklist

Verify each item before delivery

The source section “Turn 1: ask the task type and lock the brief” has been checked.

The source section “After the answer” has been checked.

Choose a different workflow

When another Skill is the better fit

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

A separate implementation from coreyhaines31/marketingskills; compare its source, maintenance signals, and permission requirements.

Open source detail

churn-prevention

When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o

A separate implementation from coreyhaines31/marketingskills; compare its source, maintenance signals, and permission requirements.

Open source detail

design-intelligence

Grounded design brief from the adopted corpus — style, WCAG-checked color tokens, typography, layout pattern, anti-patterns. Use on ui-design-brief or any which-style/palette/font/chart decision.

A separate implementation from event4u-app/agent-config; compare its source, maintenance signals, and permission requirements.

Open source detail

FAQ

What does the od-default source document cover?

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.

How do I install od-default?

The source record exposes this install command: npx skills add https://github.com/nexu-io/open-design --skill "plugins/_official/scenarios/od-default". Inspect the command and pinned source before running it.

Repository stars
82,073
Repository forks
9,485
Quality
67/100
Source repository last pushed

Quality breakdown

Based on traceable docs and repository signals; stars are not treated as quality.

67/100
Documentation21/30
Specificity9/25
Maintenance20/20
Trust signals17/25

Compare before choosing

Related Agent Skills and source variants

These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.

ab-testing by coreyhaines31

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

churn-prevention by coreyhaines31

When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o

design-intelligence by event4u-app

Grounded design brief from the adopted corpus — style, WCAG-checked color tokens, typography, layout pattern, anti-patterns. Use on ui-design-brief or any which-style/palette/font/chart decision.

design-system-capture by event4u-app

Write and maintain DESIGN.md + PRODUCT.md — captures visual decisions and interaction patterns so design tasks stay consistent across sessions without re-scanning past work.

existing-ui-audit by event4u-app

Use BEFORE writing or editing any non-trivial UI — inventories components, design tokens, shadcn primitives, and reusable patterns into state.ui_audit. Hard gate for the ui directive set.

View original Skill.mdThis page is parsed directly from the repository SKILL.md without editorial rewriting. Collected: Jul 28, 2026 · about 2 min

od-default (hidden 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.

Turn 1: ask the task type and lock the brief

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. Localize every user-facing string to the user's chat language, but keep ids, types, option values, and the ordered taskType options stable. Prefill each question's default from the brief, including the taskType option you recommend, so the user can submit the form unchanged.

<question-form id="task-type" title="Choose the task type">
{
  "lang": "en",
  "description": "I'll route this through the right Open Design workflow and lock the brief in one shot. Prefilled for you — send as is, or adjust first.",
  "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": "audience",
      "label": "Who is this for?",
      "type": "text",
      "placeholder": "Target user, buyer, viewer, or audience..."
    },
    {
      "id": "brand",
      "label": "Brand context",
      "type": "radio",
      "options": [
        { "label": "Pick a direction for me", "value": "pick_direction" },
        { "label": "I have a brand spec — I'll share it", "value": "brand_spec" },
        { "label": "Match a reference site / screenshot — I'll attach it", "value": "reference_match" }
      ]
    },
    {
      "id": "scale",
      "label": "Roughly how much?",
      "type": "text",
      "placeholder": "e.g. 8 slides, 1 landing + 3 sub-pages, 4 mobile screens, 30s video"
    },
    {
      "id": "speakerNotes",
      "label": "For slide decks, include speaker notes?",
      "type": "switch",
      "defaultValue": true
    },
    {
      "id": "constraints",
      "label": "Any important constraints?",
      "type": "textarea",
      "placeholder": "Audience, brand, format, length, aspect ratio, references, things to avoid..."
    }
  ]
}
</question-form>

After the answer

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.

This single form already locks the discovery brief. Do not emit a second <question-form id="discovery">; proceed directly to the matching planning, generation, and critique stages. Do not tell the user to go back and choose a chip; the default plugin owns this fallback.

Skill path
plugins/_official/scenarios/od-default/SKILL.md
Commit SHA
89d6d4ef21ba
Repository license
Apache-2.0
Data collected