Luke-Yong/dsh-plugin-project-management

Luke-Yong★ 2TypeScript最后同步: 2026-08-20

在 GitHub 打开

A DeepSeek Harness plugin that interviews the user about a project, generates a project timeline / Gantt chart, and exports it as Word or Excel.

README 摘要

dsh-plugin-project-management A DeepSeek Harness plugin that interviews the user about a project, generates a project timeline / Gantt chart, and exports it as Word or Excel . The agent owns the loop: it runs a structured interview (via the project-interview skill), decomposes features into tasks, and uses five tools to validate, schedule, adjust, persist, and export. The scheduling math is deterministic. The project (definition + timeline) is persisted to a workspace project file ( data/project management/project data.json ) so it survives across sessions, and the plugin reminds the agent about an existing timeline on session resume. Tools Tool Purpose pm project define Validate/normalize the interview result into a canonical ProjectDefinition (features, priorities, dates, milestones, agent budget per duration, constraints); persists it pm timeline generate Deterministic scheduler: dependency-aware, workday-aware dating (weekends + the country's public holidays via calendar.country ), critical path, deadline + budget feasibility checks; persists definition + timeline pm timeline update Patch tasks (rename, dependencies, effort, agents, manual date pins), re-schedule, and persist p…

在 GitHub 查看完整 README →
工具/开发dsh-pluginagent

分类