dependency

📁 duc01226/easyplatform 📅 Jan 24, 2026
8
总安装量
6
周安装量
#35571
全站排名
安装命令
npx skills add https://github.com/duc01226/easyplatform --skill dependency

Agent 安装分布

claude-code 5
windsurf 4
opencode 4
codex 4
antigravity 4
gemini-cli 4

Skill 文档

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

  1. Read target PBI/feature or all items
  2. Extract dependency fields
  3. Build dependency graph
  4. Identify critical path
  5. 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