Agent skill · Workflow & Productivity

od-new-generation

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

nexu95,528★ · +2,037/wk · 5 repos on radarProfile →
claude-codecodexcursorApache-2.0
Install
npx skills add nexu-io/open-design --skill od-new-generation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 1 KB
Bundled scripts: none
Path: plugins/_official/scenarios/od-new-generation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 83,577 · +1,339 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 ```jsonc { "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.

What's inside
Steps it walks through
  1. Default pipeline
  2. Plugins that customise this scenario
Ships with 2 files
  • examples/saas-landing.html
  • open-design.json
More from open-design
All skills →
About this skill
What does the od-new-generation skill do?

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

How do I install it?

Run `npx skills add nexu-io/open-design --skill od-new-generation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nexu-io/open-design, a repository with 83,577 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going