DeepSeek Harness plugin

wayfinder-dashboard

DeepSeek Harness 插件 / DeepSeek Harness plugin: Wayfinder decision-map dashboard. Every question stays visible; dependencies gate execution only.

Jump to install

Source facts

Repository
Gyanano/wayfinder-dashboard
Latest update
Aug 18, 2026
Category
Development & Runtime
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Gyanano/wayfinder-dashboard
Plugin: wayfinder-dashboard
Author: Gyanano

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.en.mdSource · read only
README language

Wayfinder Dashboard

A DeepSeek Harness plugin

中文

Turns Matt Pocock's Wayfinder into an interactive decision map: nodes are questions, edges are dependencies, humans decide, and the agent derives the next layer.

Install

Requires DeepSeek Harness (dsh) 0.1.0-rc.7 or compatible.

Add it to the Web profile you already use. No config file edits, no extra profile:

dsh plugin --profile web add github:Gyanano/wayfinder-dashboard

Then start Harness the way you always do:

dsh

Wayfinder map appears at the foot of the sidebar. Open a workspace and type in the host composer:

/wf-chart we want plugins but the route from here is foggy

The agent charts the first layer in the current session. Click a question and record a decision with /wf-decide; dispatch research with /wf-research; nudge the frontier with /wf-advance. The header can export the open map as a PNG.

What it is

Wayfinder plans work that does not fit in one agent session. Nodes are decision tickets — the resolution is a decision, never "go implement X".

  • A map belongs to one workspace. One repo can hold several maps; one map has one destination; a map from this repo never appears in another.
  • Opening the plugin shows this workspace's list. A graph appears only after you pick a map. No maps means short tips, not a demo.
  • Read the map top to bottom: Start (the fuzzy idea) → the layer that has been specified → fog (the next layer is not derived yet) → Destination.
  • It grows one layer at a time. What the next layer asks depends on how this one lands.
  • Every question is always visible and openable. Dependencies gate execution, not seeing.
  • Research returns evidence, never a decision.

Semantics live in [PRODUCT.md](PRODUCT.md); the visual system in [DESIGN.md](DESIGN.md).

Commands

| Command | What it does | | --- | --- | | /wf-chart <idea> | Chart a new map and have the agent derive the first layer | | /wf-decide <decision> | Record a decision on the selected question and grow the next layer | | /wf-research [brief] | Dispatch research on the selected question | | /wf-advance | Have the agent work one step of the current frontier | | /wf-ask <question> | Add a question by hand | | /wf-focus | Focus a question on the current map | | /wf-scope [in\|out] | Rule a question in or out of scope | | /wf-reopen | Reopen a recorded decision |

Configuration

You can leave the defaults. Override the row in your profile's cordis.patch.yml only if you need to.

KeyDefaultMeaning
dataDir$DSH_HOME/wayfinderWhere map files live, outside your repo on purpose
mountBundledSkilltrueMount the bundled Wayfinder skill

What an agent can and cannot do

An agent can list and read maps, update destination and fog, add or edit questions, and claim and report research.

There is no tool that decides a question. HITL tickets only resolve when you type /wf-decide.

Development

npm test

Browser checks need a running Harness, then node test/browser/verify.mjs.

Licence

MIT. The bundled upstream Wayfinder skill is MIT © 2026 Matt Pocock — see [NOTICE.md](NOTICE.md).