plan-directory
建立結構化專案計劃
管理複雜專案時若缺乏結構化計劃,容易導致任務遺漏和進度不明。此技能可建立包含編號任務檔案、檢查清單及完成標準的完整專案計劃,供人類和 AI 代理執行。
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“plan-directory”。 建立一個使用 JWT tokens 新增使用者驗證的計劃
预期结果:
- Created docs/plans/user-auth/PLAN.md - master index with task overview
- Created 001-user-model.md - User model and database migrations
- Created 002-jwt-setup.md - JWT configuration and token handling
- Created 003-login-endpoint.md - Login/logout endpoints
- Created 004-password-reset.md - Password reset flow
- Created 005-integration-tests.md - Authentication test suite
正在使用“plan-directory”。 在現有的 user-auth 計劃中新增一個實作 Google OAuth 的任務
预期结果:
- Read existing PLAN.md to understand current structure
- Created 006-google-oauth.md with goal, dependencies, scope, checklist, tests, and completion criteria
- Appended task entry to PLAN.md Task Index
正在使用“plan-directory”。 我已完成 user-auth 計劃中的 JWT 設定任務
预期结果:
- Read 002-jwt-setup.md to verify current state
- Checked all 6 checklist items in the task file
- Checked all test and completion criteria items
- Updated PLAN.md to mark task 002 as complete
安全审计
安全Pure prompt-based skill containing only markdown documentation and planning templates. No executable code, scripts, network calls, or file system operations beyond standard LLM tool usage. The static analyzer misinterpreted documentation examples as executable code and flagged harmless technical terminology (hash strings, cryptographic word examples, markdown code block syntax).
风险因素
🌐 网络访问 (1)
⚙️ 外部命令 (75)
📁 文件系统访问 (1)
质量评分
你能构建什么
建立功能實作計劃架構
將複雜功能分解為包含測試指令和完成標準的編號任務
建立多步驟專案路線圖
定義具有明確交付成果、相依性和驗證步驟的專案
產生可執行的 AI 友善計劃
建立 AI 助理可讀取、更新和完成的計劃,並具備清晰的進度追蹤
试试这些提示
Create a plan directory for [FEATURE NAME] with these tasks: [TASK 1], [TASK 2], [TASK 3]. Use [DIRECTORY] as the target location.
Add a new task to [PLAN NAME] plan for [NEW TASK]. The task should include goal, scope, checklist with 5 items, and completion criteria.
I've completed task [NUMBER] in the [PLAN NAME] plan. Update the task file and PLAN.md to mark it as complete.
Create a comprehensive plan directory for [PROJECT NAME] at [DIRECTORY]. Include: purpose statement, locked decisions, [N] numbered tasks with dependencies, explicit test commands for each task, and parallel execution hints where applicable.
最佳实践
- 在建立任務前定義明確的完成標準
- 將任務檢查清單聚焦在 3-8 個可執行項目
- 在每個任務檔案中包含可執行的測試指令
避免
- 將詳細步驟放在 PLAN.md 而非任務檔案中
- 建立包含模糊檢查清單項目的任務,例如「處理功能」
- 在工作開始後重新編號任務