AI Agent Hub
Back to plugins
⚙️

dsh-writing-studio

Workflow Updated 2026.08.18

Run the following command in DeepSeek Harness:

dsh plugin install tea-whale/dsh-writing-studio

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

Install this plugin in DeepSeek Harness by running dsh plugin install tea-whale/dsh-writing-studio; the source repository is at https://github.com/tea-whale/dsh-writing-studio

About this plugin

Writing a 3000-word-plus article in a conversational AI is fragile: session timeouts, context compression, or simply switching machines can wipe out your progress mid-draft. dsh-writing-studio turns long-form writing into a trackable pipeline — create a project, set the outline, draft section by section, review each section, then assemble the final manuscript. Every step is persisted as a plain JSON file, so you can pick up exactly where you left off without relying on any single session's memory. The plugin has zero runtime dependencies; it acts as a state machine and persistence layer while the current session's model does all the actual writing, with no extra API calls.

Beyond the workflow, it exposes a set of style controls: register, tone, audience, language, perspective, and per-section or full-text word-count targets, all adjustable on the fly. Eight built-in templates cover WeChat articles, tech blog posts, weekly reports, novel chapters, Xiaohongshu notes, speeches, research reports, and user guides, each with a default outline and writing prompts that you can fork and customize. The assembled output is a clean Markdown file with front matter, ready to publish or commit.

If you use DeepSeek Harness for writing tasks that demand multi-section structure, iterative review, or cross-device continuity, this plugin moves your writing state out of session memory and into the filesystem, making resume-from-breakpoint feel as natural as opening a folder.

Use Cases

  • Draft and iteratively review a 3000+ word tech blog post within a DSH session
  • Resume a multi-chapter research report across different machines
  • Quickly spin up a weekly report, speech, or social-media note from a template

Best For

  • Developers who author long-form content inside DeepSeek Harness
  • Content creators who need multi-section structure and iterative review
  • Users who want persistent, cross-device resumable writing sessions