Skip to main content
K

sbtd-plugins

kunolu/sbtd-plugins

DSH 宿主上的 SBTD workflow 适配器。当前为 T5:注册短中文 sbtd section、进程内会话状态、`sbtd_plan`、`sbtd_review`、`tools/pre-execute` / `agent/pre-step` hooks 门禁,以及从 640-skills 只读同步的 `manuals/`。

Install

dsh plugin --profile web add github:kunolu/sbtd-plugins

README

EN · 中文

sbtd-plugins

SBTD host-plugin monorepo: a shared workflow kit plus OMP and DSH host adapters.

Contents

Packages

PackagePathRole
@kunolu/omp-sbtdpackages/omp-sbtdOMP SBTD workflow plugin. Provides /sbtd, an embedded kit, doctor, and onboard. Version 0.1.0-rc.14 on the next tag.
@kunolu/dsh-sbtdpackages/dsh-sbtdDSH SBTD adapter (T5): sbtd section, in-process state, sbtd_plan, sbtd_review, hooks, and manuals/. Published 0.1.0-rc.2 on dist-tag next. dist-tag latest is still 0.1.0-rc.1. Host pin @deepseek-ai/dsh@0.1.1-rc.2.
@kunolu/sbtd-workflow-kitpackages/sbtd-workflow-kitShared kit / projection layer. Not a host plugin.

Install

OMP plugin (published on dist-tag next as 0.1.0-rc.14):

omp plugin install @kunolu/omp-sbtd@next

This is 0.1.0-rc.14 on dist-tag next. Never recommend @latest. published is not installable is not certified. Compatibility certification is decoupled from publish.

DSH host pin: @deepseek-ai/dsh@0.1.1-rc.2.

DSH plugin 0.1.0-rc.2 is published on dist-tag next. dist-tag latest is still 0.1.0-rc.1. Install with @kunolu/dsh-sbtd@next and host @deepseek-ai/dsh@0.1.1-rc.2. Never @latest or a github path.

npx @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web add @kunolu/dsh-sbtd@next
npx @deepseek-ai/dsh@0.1.1-rc.2 --profile web --dump-config

Expect dump-config id: sbtd.

Optional global install:

npm i -g @deepseek-ai/dsh@0.1.1-rc.2
dsh plugin --profile web add @kunolu/dsh-sbtd@next
dsh --profile web --dump-config
dsh web --no-open

Optional notes: docs/assets/omp/sbtd-workflow-onboard-to-omp-plugin-sync.md.

Roadmap

This repository ships two host plugins only: omp-sbtd and dsh-sbtd.

  • omp-sbtd is published on next as 0.1.0-rc.14. The embedded kit is locked to 640-skills v1.0.13. Compatibility certification is decoupled from publish.
  • dsh-sbtd uses shell plugin scheme 2a. T0–T5 are done on main (section, state, sbtd_plan, sbtd_review, hooks, manuals). Later tasks remain. Details: docs/prd/dsh-sbtd-technical-design-and-task-breakdown.v1.1.md.

Development

  • Node 22 or newer
  • pnpm 11.17
pnpm install
pnpm build
pnpm test

License

Apache-2.0.

Related plugins