nexu-io/open-design

od-new-generation

Default reference pipeline for the new-generation taskKind — discovery → plan → generate → critique with a critique-theater devloop.

55Collecting
See source evidenceView GitHub source
npx skills add https://github.com/nexu-io/open-design --skill "plugins/_official/scenarios/od-new-generation"
Source profileGeneral workflowCatalog only

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

Limited to facts supported by the pinned source

What the pinned source establishes about od-new-generation

Spec §10.1 / §23.3.3: when a plugin omits od.pipeline, the daemon falls back to this scenario plugin's pipeline. Replacing the default for an enterprise / vertical edition is now a content edit rather than a code change.

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

The pinned source contains about 138 English words and 2 usable sections. That evidence supports a source profile, not a complete guide.

138 source words · 2 usable sections

What the source actually contains

2 verifiable source sections for od-new-generation

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

01

Default pipeline

The discovery stage gives the agent a clean surface for clarifying questions; the plan stage commits to a TodoWrite-backed plan; the generate stage produces the artifact; the critique stage devloops until the score converges or the iteration ceiling is hit.

SKILL.md · Default pipeline
The discovery stage gives the agent a clean surface for clarifying questions; the plan stage commits to a TodoWrite-backed plan; the generate stage produces the artifact; the critique stage devloops until the score conv…
02

Plugins that customise this scenario

A plugin can override or extend by declaring its own od.pipeline. The default applies only when the plugin's pipeline is absent.

SKILL.md · Plugins that customise this scenario
A plugin can override or extend by declaring its own od.pipeline. The default applies only when the plugin's pipeline is absent.

FAQ

How do I install od-new-generation?

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

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

Quality breakdown

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

55/100
Documentation14/30
Specificity9/25
Maintenance20/20
Trust signals12/25
View original Skill.mdThis page is parsed directly from the repository SKILL.md without editorial rewriting. Collected: Jul 28, 2026 · about 1 min

od-new-generation (scenario)

Spec §10.1 / §23.3.3: when a plugin omits od.pipeline, the daemon falls back to this scenario plugin's pipeline. Replacing the default for an enterprise / vertical edition is now a content edit rather than a code change.

Default pipeline

{
  "stages": [
    { "id": "discovery", "atoms": ["discovery-question-form"] },
    { "id": "plan",      "atoms": ["direction-picker", "todo-write"] },
    { "id": "generate",  "atoms": ["file-write", "live-artifact"] },
    {
      "id": "critique", "atoms": ["critique-theater"],
      "repeat": true,
      "until": "critique.score>=4 || iterations>=3"
    }
  ]
}

The discovery stage gives the agent a clean surface for clarifying questions; the plan stage commits to a TodoWrite-backed plan; the generate stage produces the artifact; the critique stage devloops until the score converges or the iteration ceiling is hit.

Plugins that customise this scenario

A plugin can override or extend by declaring its own od.pipeline. The default applies only when the plugin's pipeline is absent.

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