AI Agent Hub
Back to plugins
⚙️

dsh-planning-files

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install satan9394/dsh-planning-files

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install satan9394/dsh-planning-files in DeepSeek Harness to install this plugin; the source code is available at https://github.com/satan9394/dsh-planning-files .

About this plugin

When building agent workflows in DeepSeek Harness, the files produced during the planning stage tend to be scattered across different contexts, with no dedicated plugin to manage them in one place. dsh-planning-files is built for exactly this: as a DeepSeek Harness plugin, it offers a centralized touch-point for planning files within an agent workflow, so that the outputs of a planning phase are no longer just ephemeral intermediates.

Sitting in the agent-workflow category, the plugin is designed to slot into an existing Harness workflow chain, letting planning-related files be created, read, and passed along naturally as the agent progresses, rather than being stitched together by hand in ad-hoc scripts. It ships under the MIT license, so you are free to redistribute it or build on top of it for your own projects.

If you are using DeepSeek Harness to compose multi-step agent workflows and want to pull planning-file management out of scattered inline logic, dsh-planning-files is a lightweight extension worth keeping an eye on.

Use Cases

  • Managing planning output files when building multi-step agent workflows in DeepSeek Harness
  • Extracting agent planning-phase context files from scattered scripts into a centralized plugin call
  • Providing a unified entry point for creating, reading, and passing planning files along an agent workflow chain

Best For

  • Developers building agent workflows with DeepSeek Harness
  • Teams that need centralized management of agent planning-phase files
  • Engineers who want to turn workflow file logic into reusable, plugin-based components