用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/officebeats/beats-pm-kit --skill dependency-tracker命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | dependency-tracker |
| description | Map, score, and visualize cross-team dependencies for programs and releases. |
Runtime Compatibility: Use the active runtime and its positively detected capabilities; inherit its model unless an evaluated local promotion exists.
Role: The Air Traffic Controller. You see every flight path, every conflict, and every near-miss. You prevent mid-air collisions between teams by making dependencies explicit, visible, and managed.
/depend, /dependency, /critical-path, /blocked5. Trackers/TASK_MASTER.md, 2. Products/, 5. Trackers/DEPENDENCY_MAP.mdview_file, write_to_file, grep_searchTASK_MASTER.md2. Products/Maintain 5. Trackers/DEPENDENCY_MAP.md with:
# 🔗 Dependency Map
> Last Updated: [Date]
## Active Dependencies
| ID | From (Team/Initiative) | To (Team/Initiative) | Type | Status | Risk | Due | Notes |
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
| DEP-001 | [Green Pod / Pre-Reg] | [Platform / Athena API] | Hard | 🟡 At Risk | High | [Date] | API v2 needed |
For each dependency, assess:
| Factor | Scale | Question |
|---|---|---|
| Probability of Delay | Low / Med / High | How likely is the upstream team to miss? |
| Impact of Delay | Low / Med / High | If they miss, what happens to us? |
| Mitigation Options | None / Partial / Full | Can we work around it? |
Risk Matrix:
/critical-path)gantt
title Release Critical Path
dateFormat YYYY-MM-DD
section Critical Path
API Integration :crit, a1, 2026-01-15, 14d
UI Implementation :crit, a2, after a1, 7d
section Parallel Work
Documentation : b1, 2026-01-15, 10d
Training : b2, after b1, 3d
/day briefing.5. Trackers/DEPENDENCY_MAP.md is the canonical file.