技能 project-planner
📋

project-planner

安全

跟踪项目计划并检测过时文档

也可從以下取得: Dwsy,0xDarkMatter

项目计划通常会随着工作的进行而过时。此技能监控 docs/PLAN.md,并在计划相对于 git 活动而过时的时候提醒您,建议适当的命令来同步或更新您的文档。

支援: Claude Codex Code(CC)
⚠️ 68
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「project-planner」。 Check if my project plan is up to date

預期結果:

  • ✓ docs/PLAN.md exists
  • Last modified: 3 days ago
  • Git shows 8 commits since then
  • Plan appears STALE - consider running /sync --git to update from commits
  • Modified files affecting plan: src/auth.ts, tests/api.test.ts

安全審計

安全
v3 • 1/10/2026

Pure prompt-based skill with no executable code. Uses only standard file read tools to detect PLAN.md status. Behavior matches stated purpose perfectly. No network access, no external commands, no credential access.

1
已掃描檔案
75
分析行數
0
發現項
3
審計總數
未發現安全問題
審計者: claude 查看審計歷史 →

品質評分

38
架構
100
可維護性
81
內容
30
社群
100
安全
70
規範符合性

你能建構什麼

跟踪项目进度

通过检测文档落后于提交的情况,使项目计划与实际开发工作保持同步

监控计划更新

确保项目计划保持最新,并识别团队成员何时需要同步他们的文档

维护个人计划

通过在计划最近未更新时收到提醒,来掌握个人项目目标

試試這些提示

检查计划状态
Check the status of my project plan. Is docs/PLAN.md up to date with recent git activity?
从 git 同步
My plan might be stale. Show me what has changed since my last plan update and suggest how to sync.
归档旧计划
I want to archive my current plan and create a new one. What is the best approach?
审查进度
Review my project plan and git history. What progress have I made on my planned tasks? Which items are complete or in progress?

最佳實務

  • 在每个会话开始时运行计划检查以获取上下文
  • 在完成主要里程碑后使用 /save 来记录进度
  • 在离开几天后返回时运行 /sync --git
  • 将 PLAN.md 保存在 docs/ 目录中以便此技能能够检测它

避免

  • 在不同位置创建多个计划文件
  • 长时间忽略过时警告
  • 手动编辑 PLAN.md 而不运行 /save 来同步
  • 在不先审查计划内容的情况下使用 /save

常見問題

此技能支持哪些文件位置?
Only docs/PLAN.md is supported. The skill requires the plan file to exist at this exact path relative to your project root.
此技能如何定义过时的计划?
A plan is stale when it has not been modified in over 3 days AND git shows commits since then, especially commits with feat:, fix:, or refactor: prefixes.
此技能建议哪些命令?
The skill suggests /save to create or update plans, /sync to restore plan state, and /sync --git or /sync --status to update from git or review uncommitted changes.
我的数据使用此技能安全吗?
Yes. This is a prompt-based skill that only reads file metadata and git status. It does not modify files, access credentials, or send data anywhere.
为什么计划不会自动更新?
This skill only suggests commands and never modifies plans directly. This ensures you maintain full control over your project documentation and can review changes before saving.
这与其他规划工具有何不同?
This skill focuses specifically on plan staleness awareness. It complements other planning tools by detecting when documentation drifts from actual work, using git history as the source of truth.

開發者詳情

檔案結構

📄 SKILL.md