Skip to main content

od-new-generation

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

Zur Installation springen

Quellinformationen

Repository
nexu-io/open-design
Letzte Quellaktivität
18. August 2026 um 07:09
Erkannte Sprache von SKILL.md
Englisch
Sterne
96.674
Forks
11.234

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
3 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
od-new-generation
description
Default reference pipeline for the new-generation taskKind — discovery → plan → generate → critique with a critique-theater devloop.
od
{"scenario":"new-generation","mode":"scenario"}
# 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.
Auf GitHub ansehen