AI Agent Hub
Back to plugins
⚙️

dsh-weekly-plan

Workflow Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-weekly-plan

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

Run dsh plugin install uckkk/dsh-weekly-plan in DeepSeek Harness to install this plugin; the source code is at https://github.com/uckkk/dsh-weekly-plan .

About this plugin

Runners who need to fine-tune their weekly mileage often lack a quick, structured reference. dsh-weekly-plan turns that into a single tool call: pass the relevant parameters and get back a running training plan immediately.

The core tool, weekly_plan, is implemented in pure Node with zero network dependencies. It returns results locally, making it reliable in offline environments, internal agent workflows, or resource-constrained setups where external API calls could fail or stall.

It is well suited for amateur runners, running coaches, and developers who want to embed a mileage-planning step into an agent workflow. No backend to set up; install the plugin and call the tool directly in your session.

Use Cases

  • Generate a weekly mileage plan every Monday based on last weeks completion
  • Call the training-planning tool offline or on an intranet with no external API
  • Embed a running-planning step into an agent conversation without any backend service

Best For

  • Amateur runners who need a recurring weekly mileage plan
  • Developers who want to automate training suggestions via agents
  • Running coaches who generate personalized plans in bulk