
Human-in-the-loop planning preset for DeepSeek Harness (DSH), adapted from prime-plans: researched Markdown plans in ./dsh-plans, reviewer/criticizer subagent refinement, per-workspace language & model settings, goal-driven execution with ponytail + MVP tests.
Install Dsh Plans
Not a bundle: copy the directory (with its agent.cordis.yml) into your presets root. No `dsh plugin add`, no build step.
This is an agent preset: a directory containing one agent.cordis.yml, which gives a session its own tools and prompt. Presets are not installed with dsh plugin add either — drop the directory into your preset root and DSH picks it up, after which it can be copied or deleted from the UI.
Clone it into your agent-preset root
git clone https://github.com/Optim-Agent/dsh-plans.git <preset-root>/dsh-plans
# the directory must contain agent.cordis.yml at its top level
ls <preset-root>/dsh-plans/agent.cordis.ymlThen start the profile you want the preset available in: dsh --profile my-profile.
Prerequisites
- API key
- Not required.
- Network access
- Not required at runtime.
- Language
- Python
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| entityType | pass | info | agent-preset is not installed via `dsh plugin add` |
- Verdict reason
- agent-preset uses its own install path, so bundle checks do not apply
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
From the README
Excerpt as published by the author, plain text, unedited
Human-in-the-loop planning preset for the [DeepSeek Harness] (DSH): researched, refined Markdown plans before any code changes, then goal-driven execution after an explicit handoff. Turn a rough repository-change request into a traceable plan under `./dsh-plans/`, refine that plan with reviewer or criticizer subagent rounds, and hand the accepted plan to a persistent DSH goal that drives implementation until the plan's Verifier Checklist passes. Everything runs on DSH's native mechanisms — `ask_user_question`, subagents, the goal loop, and bundled skills — with no separate execution engine. 1. The agent inspects the target repository read-only, then asks the workspace's language setting once (persisted for every later run in that workspace). 2. Planning questions come one at a time, in a s
More in Agentic Workflow Planning Adapted
Ranked by similarity inside the cluster, not alphabetically
DSH Creative Workshop
OBdangshang07
Steam-Workshop-inspired discovery, trust, graph search, collections, and transactional installation planning for DeepSeek Harness plugins
Dsh Task Planner
ztl34245881-commits
Task planning with experience muscle-memory for DeepSeek Harness: condition-reflex recall + LLM capability matching + auto-persisted lessons
Superpowers Dsh
LayneChai
Superpowers skills for DeepSeek Harness: TDD, debugging, planning, and collaboration skills adapted from obra/superpowers
Dsh Meta Orchestrator
jiruidai
A model-native meta-agent plugin for DeepSeek Harness that uses the underlying model’s reasoning and planning capabilities to synthesize task-specific workflows at runtime and coordinate tools and subagents.
Dsh Agent Orchestration
LeslieWylie
Evidence-first multi-agent workflow planning, handoff validation, and Loop Guard skills for DeepSeek Harness.