wellorbetter / dsh-product-delivery-workflow

목록에 있음

100% AI-native product delivery workflow plugin for DeepSeek Harness: full product-to-release pipeline (research → PRD → OpenSpec → parallel multi-agent → review loops → tests → release audit) with loop closure. 产品交付工作流插件:从产品到发布全流程,自带闭环,100% AI 原生,睡前启动醒来收货。

main도구스킬 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:wellorbetter/dsh-product-delivery-workflow

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 b58546a동기화 2026. 8. 18.

Product Delivery Workflow

English | 中文

License MIT For DeepSeek Harness dsh-plugin

A product delivery workflow plugin for DeepSeek Harness: a full product-to-release pipeline with loop closure, built for high-quality autonomous completion of long, hard tasks.
Kick it off before you sleep; wake up to the final report.
100% AI-native — no human in the loop: autonomous research, architecture, implementation, review, testing, and release audit, end to end.

What this plugin provides

Installing this bundle adds one workflow skill + nine role-agent skills to every session of the target dsh profile (via the model-facing skill tool and ctx.skills). No other configuration is needed.

SkillRole
product-delivery-workflowThe orchestrator: 10 stage gates from brief to release, artifact-driven, with review loops and a required final report.
product-agentProduct manager: evidence-backed decisions (BUILD / REFINE / REJECT), PRDs with acceptance criteria and metrics.
architect-agentSenior architect: OpenSpec proposals, component boundaries, interfaces, contracts, and dependency-ordered task graphs.
senior-dev-agentSenior developer: bounded implementation from contracts, deterministic tests, explicit error handling.
agent-teamMulti-agent team/swarm: bounded subagents, parallel workflows, disjoint ownership, independent review.
perf-reviewer-agentRead-only performance reviewer against PRD budgets.
test-agentAutomated testing and manual platform/device verification against contracts and acceptance criteria.
memory-curatorSafe cross-session memory candidates from approved evidence only.
evolution-agentMeasurable workflow improvements as evidence-backed proposals.
release-audit-agentRead-only pre-commit / pre-GitHub release audit (secrets, privacy, hygiene).

The workflow in one picture

Brief → Research → Product Decision → PRD → OpenSpec Architecture
      → Parallel Implementation (one bounded agent per task)
      → Independent Review Loop (correctness / architecture / performance)
      → Tests & Acceptance → Memory & Evolution → Release Audit
      → Required Final Report ──┐
                                └── findings route back to workers → loop until PASS

The loop is the point: every review finding routes back to the responsible worker and repeats until all reviewers pass (5 cycles max, then it asks for human direction). Nothing is claimed unless its artifact or verification result exists.

Why run it overnight

  • Loop closure — review → fix → re-review continues without human babysitting; it stops only when gates pass or a hard blocker needs you.
  • Artifact persistence — everything lands under .opencode/workflow/<slug>/ (01-research.md10-*), so you can audit the whole run after sleeping.
  • Bounded delegation — parallel waves with disjoint file ownership and explicit contracts; workers never commit, push, or redesign contracts.
  • Safety rails — the release audit runs before any git commit / PR / push, and memory curation never stores secrets or transcripts.
  • Self-improvingevolution-agent + memory-curator turn each run's evidence into proposals and durable memory for the next one.

Install

Requires the dsh CLI (install DeepSeek Harness).

# from GitHub (recommended)
dsh plugin --profile web add github:wellorbetter/dsh-product-delivery-workflow

# or from a local checkout
dsh plugin --profile web add ./dsh-product-delivery-workflow

Restart the profile (dsh web / dsh --profile <name>) after installing. The plugin is a bundle: it declares dsh.bundle.patch, so dsh plugin reconciles it into the profile's dsh.profile.bundles layer list automatically. It ships plain JavaScript (lib/index.js), so a GitHub install needs no build step or allowBuilds permission.

Use

In any session of the profile, ask for the workflow — the orchestrator loads the role skills itself:

Run the product delivery workflow on <brief>. Produce the full pipeline and the final report. You may work autonomously; loop until the gates pass.

Or invoke a single role for a bounded task:

Use product-agent to review this PRD against the delivery results and report gaps.

For overnight runs, pair it with the goal/headless mode: start a session with the brief, let it loop, and check the .opencode/workflow/<slug>/ artifacts and final report in the morning.

Development

pnpm install
pnpm verify     # discovers + loads all 10 packaged skills through the provider

License

MIT

저장소 정보

언어
JavaScript
라이선스
MIT
마지막 업데이트
2026. 8. 13. 오후 7:30

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.