Bundled OD Next V2 strategy entrypoint for route-locked planning and Build execution.
9881cffThis bundled scenario packages the stable content used by the internal OD Next planning and Build recipe. It is not a portable strategy selector and does not activate itself.
When Open Design supplies a validated V2 binding, load the assets in this order:
assets/core-system-prompt.mdassets/general-orchestration.mdreferences/task-profile-mapping.mdA task profile may declare resources — non-prompt files such as the
prototype profile's handheld device shells under
assets/task-profiles/prototype/device-frames/. They enter the package
identity with their profile, are never concatenated into the prompt head, and
are staged by Open Design into the project directory (.od-frames/) for the
rule card to reference.
The runtime owns route selection, task-chain state, session continuation, and machine-contract parsing. Content in this folder must not infer that those runtime facts exist unless Open Design supplied them.
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/od-next-strategy · 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-next-strategy" ".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-next-strategy" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/od-next-strategy
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.