meow-dsh-task
Run the following command in DeepSeek Harness:
dsh plugin install meimiaoji-creator/meow-dsh-task
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install meimiaoji-creator/meow-dsh-task inside DeepSeek Harness (web profile) to install the plugin; the source repository is https://github.com/meimiaoji-creator/meow-dsh-task .
About this plugin
DSH sessions do the work but rarely leave a trace: a task is claimed mid-conversation yet never recorded, a checkpoint is never persisted, and the next person picks it up by reconstructing context from chat logs. meow-dsh-task closes that gap. It persists tasks, development plans, checkpoints, reviews, issues, and handoff checklists as a JSON truth layer under .dsh-task/, then auto-renders them into human-readable Markdown under docs/tasks/. Everything ships with the repository via git, surviving across sessions, machines, and team handovers.
On the model side, fifteen meow_dsh_task_* tools cover the full task lifecycle: initialization, concurrency-guarded claiming, status transitions, checkpoint appends, in-task todo lists, review milestones, issue reporting and resolution, handoff writing, and plan CRUD. Five system-prompt sections (bootstrap, startup, exec, complete, review) are injected in order so the agent acts at the right moment with the right discipline. On the human side, a /meow-dsh-task command group and an embedded /meow-task web panel (opened via the Task button on the input bar) let people browse tasks, switch workspaces, and tune per-workspace settings like taskRoot. The entire plugin is a pure Cordis injection: zero DSH source modifications, fully offline, no telemetry, and the runtime depends only on Node built-in modules.
It is built for individuals and small teams already running agent workflows in the DSH web profile who want git-shared, structured task state without spinning up Jira or Linear. If your workflow fits the pattern of JSON-on-disk plus rendered Markdown in the repo, meow-dsh-task gives you a lightweight, zero-infrastructure task tracking layer out of the box. Note: TUI and CLI profiles are not supported.
Use Cases
- Persist task state across sessions to avoid context loss
- Share task progress and review records with the team via Git
- Record checkpoints, report issues, and write handoff checklists during development
Best For
- Individual developers using the DSH web profile
- Small teams wanting lightweight task management without external SaaS
- Workflow users who prefer versioned, fully offline task data in the repo
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.