dshPlugin RegistrySubmit

Plugins / Workflow

dsh_workflow

Claude Code UltraCode-style workflow for DSH: generate, execute, observe, recover as a graph.

inspected30 starsworkflowultracodeorchestration

Install

Forwards to pnpm inside the web profile. Confirm the README if the author documents a .dsh-plugin path.

dsh plugin --profile web add github:icetomoyo/dsh_workflow

What it is

dsh_workflow lifts the UltraCode idea into DeepSeek Harness: a workflow is a graph you can generate, execute, observe, and recover — not a single prompt. Use it when the job is a pipeline (research → plan → patch → review) and you want the graph to survive a crash. Read the README for how it patches the agent-loop; loop replacements are the most breakable plugin class in a developer preview.

Source: icetomoyo/dsh_workflow. Official harness: deepseek-ai/deepseek-harness.

Touches the agent-loop. Pin a commit if you care about reproducibility.