dsh-project-schedule
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-project-schedule
Paste the following prompt into your AI chat to install this plugin:
Install it in DeepSeek Harness by running dsh plugin install uckkk/dsh-project-schedule, available at https://github.com/uckkk/dsh-project-schedule
About this plugin
Project schedule estimation inside an agent workflow usually means calling an external API or pulling in a heavyweight dependency. dsh-project-schedule turns that into a single local tool you can invoke in-session: pass in your scheduling parameters and get a precise, structured result back, without ever leaving the current conversation context.
The plugin registers a project_schedule tool whose core logic is implemented in pure Node.js with zero network calls. That means it runs reliably in fully offline sandboxes, air-gapped intranets, or CI pipelines, immune to external service flakiness that would otherwise break workflow continuity.
It is well suited for developers and engineering teams who need to embed a scheduling-estimation step into automated agent workflows, particularly those who prefer local, dependency-free, and auditable computation. Once wired into dsh, the estimation step becomes a deterministic local function call rather than a network round-trip, keeping the pipeline simple and predictable.
Use Cases
- Embed schedule estimation as a local step in agent workflows without external APIs
- Compute project timelines accurately in fully offline sandboxes or air-gapped intranets
- Produce structured estimation results within automated CI pipelines
Best For
- Developers who need to embed schedule estimation into automated agent workflows
- Engineering teams that prefer zero-dependency, local computation pipelines
- Teams building agent workflows in offline or air-gapped intranet environments
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.