Skip to main content

od-tune-collab

Default reference pipeline for the tune-collab taskKind — pick a direction, patch-edit the existing artifact, critique, hand off.

설치로 이동

소스 정보

저장소
nexu-io/open-design
최근 소스 활동
2026년 8월 18일 07:09
감지된 SKILL.md 언어
영어
스타
96,674
포크
11,234

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
3 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
od-tune-collab
description
Default reference pipeline for the tune-collab taskKind — pick a direction, patch-edit the existing artifact, critique, hand off.
od
{"scenario":"tune-collab","mode":"scenario"}
# od-tune-collab (scenario) Spec §1 / §10.1 / §21.5 / §23.3.3: the canonical "iterate on an existing artifact" flow. Inherits `parentArtifactId` from the project metadata so the produced artifact's `ArtifactManifest.parentArtifactId` is set automatically — the artifact lineage chain stays intact across multi-turn tune cycles. ## Default pipeline ```jsonc { "stages": [ { "id": "direction", "atoms": ["direction-picker"] }, { "id": "patch", "atoms": ["patch-edit"] }, { "id": "critique", "atoms": ["critique-theater"], "repeat": true, "until": "critique.score>=4 || iterations>=3" }, { "id": "handoff", "atoms": ["handoff"] } ] } ``` The handoff stage records `handoffKind: 'patch'` (or `'deployable-app'` when the user opted in via `od plugin run --target deployable-app` AND `build-test` ran successfully somewhere upstream in the project's history).
GitHub에서 보기