mcpbeat

Od New Generation

nexu-io/od-new-generation

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

3k tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
83386
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/nexu-io/open-design --skill od-new-generation

What comes with it

10 765 bytes besides the instruction
examples/saas-landing.html
open-design.json

The instruction itself

3 sections, as written by the author

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.

How to use it

Copy the folder

Take nexu-io/od-new-generation from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.