Main-brain orchestration preset: delegation-first persona, root-session execution gate, and portable AI-LAW rule skill.
Install
# from npm (prebuilt)
dsh plugin --profile web add dsh-aicc-zhunao
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:Cola1018/dsh-aicc-zhunao
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
@cola1018/dsh-aicc-zhunao is a public DeepSeek Harness (DSH) preset for a
main-brain workflow. It combines a delegation-first persona, a root-session
execution gate, and a portable aicc-law skill for task boundaries, evidence,
and safety checks.
Install
Install the published package into the DSH profile you use:
dsh plugin --profile web add @cola1018/dsh-aicc-zhunao
Restart the profile if DSH reports that a restart is required.
Use
Select AICC Main Brain as the agent preset. The root session will plan, delegate, and synthesize; direct write, edit, PowerShell, and Bash tool calls are denied at the execution layer. Child agents remain available for bounded implementation tasks.
Before dispatching or closing work, load the bundled aicc-law skill. Its rules
are intentionally general so the package does not depend on a private task
system, local filesystem layout, account, memory store, or business context.
Included files
preset.yml— preset name and descriptionagent.cordis.yml— DSH bundle patch and orchestration compositionmain-brain-gate.js— root-session execution gateskills/aicc-law/SKILL.md— portable operating rules
License
Links
More in this category
NanmiCoder/dsh-agent-teams★ 406
AgentTeams multi-agent teams.
icetomoyo/dsh_workflow★ 63
UltraCode-style multi-agent orchestration: a generatable, savable, governable, observable, resumable workflow layer.
btspoony/mstar-harness★ 46
Skill-driven harness/loop engineering workflow agent plugin.
titanwings/dsh-automation★ 45
Scheduled coding runs in fresh agent sessions with auditable history.
whyihaveyou/dsh-suite#plugin-team-board★ 38
Shared multi-agent task board (create/claim/transition/query) over a Cordis service key.
omdsh-dev/dsh-deep-research★ 13
Adaptive deep-research orchestrator built on the official workflow engine.