1---2name: gsdanalyze-dependencies3description: Gsdanalyze Dependencies4---56<objective>7Analyze the phase dependency graph for the current milestone. For each phase pair, determine if there is a dependency relationship based on:8- File overlap (phases that modify the same files must be ordered)9- Semantic dependencies (a phase that uses an API built by another phase)10- Data flow (a phase that consumes output from another phase)1112Then suggest `Depends on` updates to ROADMAP.md.13</objective>1415<execution_context>16@${CLAUDE_PLUGIN_ROOT}/workflows/analyze-dependencies.md17</execution_context>1819<context>20No arguments required. Requires an active milestone with ROADMAP.md.2122Run this command BEFORE `/gsd:manager` to fill in missing `Depends on` fields and prevent merge conflicts from unordered parallel execution.23</context>2425<process>26Execute the analyze-dependencies workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/analyze-dependencies.md end-to-end.27Present dependency suggestions clearly and apply confirmed updates to ROADMAP.md.28</process>2930---3132**Source:** [`davepoon/buildwithclaude`](https://github.com/davepoon/buildwithclaude) → `plugins/gsd/skills/analyze-dependencies/SKILL.md`
Run npx skillmds add thedixitjain/gsdanalyze-dependencies in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Gsdanalyze Dependencies It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: makes network calls. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
thedixitjain (@thedixitjain) published this skill. Their other Agent Skills are listed on their SkillMD profile.