msproject-wbs
v0.4.1MS Project WBS 時程 XML 產生器(MSPDI 格式):兩層工作分解(功能模組→工項)含工期/資源/前置依賴,日期照依賴鏈自動展開成甘特圖;把 MSPDI 匯入器的七個雷(Task 子元素順序靜默丟欄位等)編碼進生成腳本+生成期自檢,產出可直接匯入 MS Project。需 Node.js(生成)與 PowerShell(XML 驗證)。另附 mspdi-to-xlsx.py,可直接把 MSPDI XML 轉成內容與 MS Project 匯出一致、且加階層配色/縮排/凍結窗格的交付級 XLSX(免手動繞 MPP)。生成器範本已升級為三層 WBS(模組→主條目→細部工項)、支援依賴鏈自動排與週次/天粒度落位兩種排程(並行重疊不打散)、里程碑、貫穿全期工項,並內建預計完成% 自訂公式欄。
By fulin2 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 12, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install msproject-wbs for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install msproject-wbs@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/abs1294/fulin-claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/msproject-wbs/.
Plugin files
├── .claude-plugin/plugin.json└── skills/msproject-wbs/SKILL.md
Included Skills1
產生 MS Project 可直接匯入的 WBS 專案時程 XML(MSPDI 格式),第一層功能模組、第二層工項, 含工期、負責資源、前置依賴、資源指派,日期照依賴鏈自動展開成甘特圖。 當使用者要「WBS」「工作分解」「專案時程」「開發排程」「甘特圖」「MS Project 檔」「.mpp/.xml 時程」 「排一份 N 天 / N 人的開發計畫」「by 功能 / by 工項排時程」時觸發。 **只要使用者要的是「能匯入 MS Project 的時程表」就用這個 skill**——手刻 MSPDI XML 極易踩雷 (打不開 / 日期全塌 / 工期顯示 0),本 skill 把這些坑全部編碼進生成腳本,一次到位。
Plugin manifests1
{
"name": "msproject-wbs",
"version": "0.4.1",
"description": "MS Project WBS 時程 XML 產生器(MSPDI 格式):兩層工作分解(功能模組→工項)含工期/資源/前置依賴,日期照依賴鏈自動展開成甘特圖;把 MSPDI 匯入器的七個雷(Task 子元素順序靜默丟欄位等)編碼進生成腳本+生成期自檢,產出可直接匯入 MS Project。需 Node.js(生成)與 PowerShell(XML 驗證)。另附 mspdi-to-xlsx.py,可直接把 MSPDI XML 轉成內容與 MS Project 匯出一致、且加階層配色/縮排/凍結窗格的交付級 XLSX(免手動繞 MPP)。生成器範本已升級為三層 WBS(模組→主條目→細部工項)、支援依賴鏈自動排與週次/天粒度落位兩種排程(並行重疊不打散)、里程碑、貫穿全期工項,並內建預計完成% 自訂公式欄。",
"author": {
"name": "fulin"
},
"keywords": [
"msproject-wbs",
"wbs",
"gantt",
"mspdi",
"schedule",
"xlsx"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[msproject-wbs on Agent Plugins Marketplace](https://pluginsmp.com/plugins/msproject-wbs)