技能 plans-management
📋

plans-management

安全 ⚙️ 外部命令

使用狀態追蹤管理 Plans.md 任務

保持專案任務有條理並系統性地追蹤進度。此技能可幫助您管理 Plans.md 檔案中的任務生命週期,採用一致的格式和狀態標記。

支持: Claude Codex Code(CC)
📊 70 充足
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“plans-management”。 Add a task: Create API documentation for all endpoints

预期结果:

  • Added task to Plans.md under 未着手 tasks:
  • - [ ] Create API documentation for all endpoints `cc:TODO`
  • - Document REST endpoints with examples
  • - Include request and response schemas

正在使用“plans-management”。 Mark database migration task as complete

预期结果:

  • Updated Plans.md:
  • - [x] Database schema migration `cc:完了` (2026-01-16)
  • - Moved from 進行中のタスク to 完了タスク section

安全审计

安全
v5 • 1/16/2026

This is a pure documentation skill containing only markdown files with task management conventions and examples. No executable code exists. All 145 static findings are false positives: the scanner incorrectly identifies markdown backticks as shell commands, and misinterprets metadata and documentation content as security threats.

4
已扫描文件
645
分析行数
1
发现项
5
审计总数
审计者: claude 查看审计历史 →

质量评分

41
架构
100
可维护性
85
内容
19
社区
100
安全
91
规范符合性

你能构建什么

追蹤團隊任務

使用 cc: 和 pm: 標記在 Claude Code 和專案經理之間管理具有清晰狀態指示的專案任務。

組織開發工作

從 TODO 追蹤編碼任務到 WIP 再到完成,自動歸檔完成的項目。

監控任務進度

查看任務狀態轉換和團隊成員之間的交接,採用一致的文檔格式。

试试这些提示

新增任務
Add a new task to Plans.md: Implement user authentication with details about email and password validation
標記任務完成
Mark the task User login form validation as complete in Plans.md with today's date
更新任務狀態
Change the status of Database schema design from cc:TODO to cc:WIP in Plans.md
歸檔完成任務
Move all tasks completed more than 7 days ago to the archive section in Plans.md

最佳实践

  • 開始或完成工作時立即更新任務狀態
  • 在任務描述中包含相關的檔案路徑和詳細資訊
  • 使用一致的反引號格式包圍狀態代碼

避免

  • 當任務未在積極處理時仍保持 WIP 狀態
  • 建立沒有正確狀態標記的任務以進行追蹤
  • 刪除完成的任務而非歸檔它們

常见问题

此技能可以修改哪些檔案?
此技能僅適用於專案根目錄中的 Plans.md 檔案。
支援哪些狀態標記?
支援 cc:TODO、cc:WIP、cc:完了、pm:依頼中、pm:確認済,以及用於停滯任務的 blocked。
任務歸檔如何運作?
標記為完成的任務會在 7 天後自動移動到歸檔區塊。
我可以追蹤子任務嗎?
可以,主任務下的巢狀任務清單可追蹤子任務的完成狀態。
需要什麼樣的標記格式?
狀態標記必須用反引號包圍,如 `cc:WIP`,且中間不能有額外空格。
我可以與其他工具一起使用嗎?
適用於純 Markdown 檔案,因此與工具無關,但需要手動整合。