← Back to list

dependency
by duc01226
⭐ 2🍴 1📅 Jan 24, 2026
SKILL.md
name: dependency description: Map and visualize feature dependencies. Use when analyzing dependencies, identifying blockers, or creating dependency graphs. Triggers on keywords like "dependencies", "blockers", "what blocks", "dependency map". allowed-tools: Read, Write, Grep, Glob, TodoWrite
Dependency Mapping
Map and visualize dependencies between features and work items.
When to Use
- Planning feature sequencing
- Identifying blockers
- Understanding critical path
Quick Reference
Workflow
- Read target PBI/feature or all items
- Extract dependency fields
- Build dependency graph
- Identify critical path
- Output visualization
Dependency Types
| Type | Description |
|---|---|
| Blocked by | Cannot start until X completes |
| Blocks | X cannot start until this completes |
| Related to | Shares code/design elements |
| Depends on | Needs external (API, service) |
Output Format
A -> B -> C (critical path)
\-> D
Legend:
-> blocks
=> related
Related
- Role Skill:
project-manager - Command:
/dependency
Task Planning Notes
- Always plan and break many small todo tasks
- Always add a final review todo task to review the works done at the end to find any fix or enhancement needed
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon