Default reference pipeline for the tune-collab taskKind — pick a direction, patch-edit the existing artifact, critique, hand off.
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.
{
"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).
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/od-tune-collab · pinned to the source commit
# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/_official/scenarios/od-tune-collab" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/_official/scenarios/od-tune-collab" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/od-tune-collab
Scanner static-checks@0.1.0 · commit 9881cff70e02. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.