DSH Marketplace

mstar-harness

btspoony/mstar-harness

Skill-driven harness/loop engineering workflow agent plugin.

493TypeScriptMITSource

Install

Add mstar-harness to DeepSeek Harness

via GitHub · GitHub source

Installing from GitHub runs the project's build script, which pnpm blocks until you allowlist it — run the command once and pnpm prints the exact key to add under `allowBuilds` in ~/.dsh/profiles/web/pnpm-workspace.yaml.

What happened when we ran it

Installed cleanly when we ran it

Every command here is run in a throwaway container against a clean profile, and the result is whatever the harness recorded — not a guess from the source. Last run 2d ago.

Due diligence

Before you install mstar-harness

  • Source of record: btspoony/mstar-harness — present in the community registry that DSH's own plugin market installs from.
  • Licensed under MIT.
  • Detected: install script, terminal surface. Read the source before granting these.
  • A listing here is not a security review. Plugins run with your agent's permissions.

The AI take

What it is — Morning Star Harness is a TypeScript Harness Workflow Engine Agent Plugin that enforces deterministic workflow gates and provides mstar-* judgment skills.

Who it is for — When performing iteration or codebase audit in DeepSeek Harness for multi-agent code delivery, it fits. If your tasks do not involve judgment skills for engineering loops, you don't need to install it.

Watch out — From source install you need to manually whitelist the build script. It automatically executes scripts and runs shell commands. Sandbox test passed: installed in new profile and registered by harness, no obvious issues found.

The verdict — I would install it because it provides a portable engine across multiple hosts.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.

What mstar-harness does

Abstract diagram of plans passing through deterministic gates into a checked workflow.

mstar-harness is a DeepSeek Harness plugin that provides a skill-driven workflow engine for planning, implementing and checking code changes. DeepSeek Harness uses the plugin’s Agent Plugins v1 package, including plugin.json and skills/, while the TypeScript @mstar-harness/engine applies workflow gates for paths, status, leases, dispatch, SDD, iteration and linting. The mstar-* skills supply role-specific judgement and workflow decisions rather than leaving those rules solely in prompts.

The package also includes @mstar-harness/cli, which provides the mstar-harness and mstar commands for engine checks and host setup. Typical flows are a per-plan Prepare → Execute → QC → QA gate → Done cycle, an iteration running through Phases 1–5, or the read-only /codebase-audit flow, which writes plans under {PLAN_DIR}/audit-<date>/. Setting enforcement: hard in an iteration compass makes dispatch preflights fail fast; otherwise, checks remain advisory.

mstar-harness is intended for teams that want a prescribed, multi-agent delivery workflow across DeepSeek Harness and other supported hosts. It is a poor fit for lightweight sessions that do not need planning or gate enforcement, or for environments that cannot use the package’s terminal-facing CLI. Installation and bootstrap can run scripts and independent plugin installs, and the workflow can invoke terminal commands in the agent’s available permissions. The short mstar executable also conflicts with an unrelated npm package of the same name.

mstar-harness documentation

Configuring mstar-harness

DeepSeek Harness loads the portable Agent Plugins v1.0.0 package from the repository root through plugin.json and skills/. The dsh setup described by the README uses the @mstar-harness/dsh adapter and can also install dsh-llm-fallbacks independently. The optional engine CLI is installed globally as @mstar-harness/cli; its canonical executable is mstar-harness, with mstar as a short alias.

The documented workflow setting is:

Key Effect
enforcement: hard Makes dispatch preflights fail fast instead of leaving engine checks advisory

This setting belongs in an iteration compass. The README does not specify a default value for enforcement.

mstar-harness Commands

The CLI exposes workflow validation commands cited by the skills, including mstar status validate, mstar dispatch validate and mstar iteration gate. Use mstar-harness instead of mstar when the shared executable name is ambiguous. npx @mstar-harness/cli doctor --target <opencode|cursor|codex|zcode|omp|dsh> checks a host setup, while npx @mstar-harness/cli plugin validate validates the portable package.

Workflow entry points include /iteration-start [direction] [pause], /iteration-drive, /iteration-loop [direction] [scale], and /codebase-audit [keywords]. scale accepts S, M, L or XL, defaulting to M; audit effort accepts quick or deep, with standard as the default. Audit output is read-only and goes to {PLAN_DIR}/audit-<date>/.

How mstar-harness behaves

DeepSeek Harness can enter the project-manager workflow through the pm skill, which is not auto-loaded on dsh. The iteration flow covers Phase 1 through Phase 5, either interactively or autonomously. The engine enforces deterministic gates, while mstar-* skills remain the source of role and workflow judgement. Supported host adapters listed by the README are dsh, omp, OpenCode, Cursor, Kimi Code, ZCode and Codex.

mstar-harness limitations and access

The engine checks require @mstar-harness/cli on PATH to run; without it, the harness still works but those checks are advisory unless hard enforcement is configured. The package has an installation-script risk and a terminal surface: setup and CLI operations can install components and run commands with the agent’s available permissions. The mstar alias shares its npm bin namespace with an unrelated package, and co-installation can overwrite the shim.

Written from the project's own documentation and kept in sync with it. Where the two disagree, the source is authoritative — read the README on GitHub

Same category

Alternatives to mstar-harness

dsh-agent-teams

NanmiCoder

491

AgentTeams multi-agent teams.

Installed cleanly when we ran it

npm packageTypeScript2d ago

AI review

dsh-agent-teams

What it is — Converts a DeepSeek Harness session into a multi-agent team with role assignment, dependency-aware tasks, and direct messaging.

Who it is for — When I need to break a complex goal into dependency-aware subtasks and coordinate multiple continuable sub-agents, I would use this plugin. Users who only need single-agent execution would not require it, as the plugin requires binding work to a single captain-led team.

Watch out — Sandbox testing confirmed successful registration and enabling in a fresh profile. No obvious issues were found. Team state is persisted in a file-backed directory, with no coordination for concurrent process edits to the same team.

The verdict — I would install it for persistent multi-agent coordination with automatic task claiming, but only if staying within single-team limits to avoid issues with concurrent process access.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Details

dsh-plugin

Tabbit-Browser

83

Tabbit Broser plugins for Deepseek Harness

Installed cleanly when we ran it

GitHub sourceJavaScript2d ago

AI review

dsh-plugin

What it is — The plugin provides Tabbit browser control capability for DeepSeek Harness.

Who it is for — When performing automation tasks with DeepSeek Harness that require browser integration, this plugin enables Tabbit control. It is not necessary if your DSH runs in a sandbox without local GUI Browser access, because this Skill does not make Tabbit automation available.

Watch out — Sandbox testing passed: installed in fresh profile and registered by harness. Static check indicates it can execute shell commands. From source install, the build script needs manual allowance first. Requires Tabbit browser version 1.9.0 or higher.

The verdict — I would install it because it handles Tabbit installation and Skill loading via background tasks, but only if local Tabbit GUI access is possible.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dsh_workflow

icetomoyo

76

UltraCode-style multi-agent orchestration: a generatable, savable, governable, observable, resumable workflow layer.

Installed cleanly when we ran it

GitHub sourceTypeScript6d ago

AI review

dsh_workflow

What it is — This plugin upgrades DeepSeek Harness one-time multi-agent scheduling into a generatable, savable, resumable workflow layer.

Who it is for — When running repeated complex multi-agent tasks like parallel investigations in DSH sessions, this plugin is suitable for saving workflows as reusable capsules. If your tasks are only brief one-time scheduling, this plugin's workflow layer is unnecessary because it focuses on higher-level flow product capabilities.

Watch out — Source installation requires manual approval of the build script. Sandbox test passed in a fresh profile and registered successfully. No obvious issues found.

The verdict — I would install it because it turns multi-agent into a long-term maintained agent workflow library.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Details

dsh-automation

titanwings

51

Scheduled coding runs in fresh agent sessions with auditable history.

Installed cleanly when we ran it

GitHub sourceTypeScript2d ago

AI review

dsh-automation

What it is — dsh-automation runs self-contained coding tasks on schedule in fresh agent sessions, leaving an auditable run history.

Who it is for — If you need to run recurring or one-shot coding work later without relying on old chat, each in an explicit workspace with permission boundary and inspect the history, dsh-automation fits. For tasks that depend on interactive approval midway through or react to file, HTTP, or process conditions rather than time, users do not need it as it targets time-based standalone executions.

Watch out — Installation from source requires Node.js 22.19 or newer. Sandbox test passed in fresh profile with harness registration. No obvious issues found.

The verdict — I would install it because sandbox tests confirm it runs in fresh sessions with auditable history for standalone coding tasks.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Details
39

Reusable agent squads with per-agent provider/model routes and tool policies, serial/parallel dispatch, spawn/fork/chain context modes, and a Web management panel.

Installs, but needs a build approved first

GitHub sourceTypeScript2d ago

AI review

agent_team_gui

What it is — This plugin adds per-agent agent team support to DeepSeek Harness with independent model and tool policy configuration.

Who it is for — When handling multi-model agent collaboration tasks in the DeepSeek Harness web profile, this plugin supports per-agent model and tool policy selection. If you use a headless or bare-profile bundle, this plugin would not apply to your scenario.

Watch out — Sandbox testing shows the plugin can be installed but the build script requires manual approval to complete registration. No other issues found.

The verdict — I would install it because it supports per-agent model switching and persistent team saving, but I must manually allow the build script first.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

Global persistent agent squads with per-agent model/tool policies: manage them in Settings, select and toggle one per conversation, then collaborate on normal sends in a fixed or model-planned order.

Installs, but needs a build approved first

GitHub sourceTypeScript2d ago

AI review

dsh-agent-team-gui

What it is — This plugin manages persistent agent squads in DeepSeek Harness. Each agent selects its own model and tool policy, and the user chooses and enables collaboration in the conversation.

Who it is for — It suits you when you need multi-agent collaboration with different models in DeepSeek Harness conversations. You don't need it if you only use a single agent.

Watch out — When installing from source, pnpm blocks the build script, requiring manual approval to register successfully. No other obvious issues found.

The verdict — I won't install it because of the need for manual approval of the build script, even though it supports persistent squad management.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source