davepoon/gsd:analyze-dependencies
Analyze phase dependencies and suggest Depends on entries for ROADMAP.md
npx skills add https://github.com/davepoon/buildwithclaude --skill gsd:analyze-dependencies
<objective>
Analyze the phase dependency graph for the current milestone. For each phase pair, determine if there is a dependency relationship based on:
Then suggest Depends on updates to ROADMAP.md.
</objective>
<execution_context>
@${CLAUDE_PLUGIN_ROOT}/workflows/analyze-dependencies.md
</execution_context>
<context>
No arguments required. Requires an active milestone with ROADMAP.md.
Run this command BEFORE /gsd:manager to fill in missing Depends on fields and prevent merge conflicts from unordered parallel execution.
</context>
<process>
Execute the analyze-dependencies workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/analyze-dependencies.md end-to-end.
Present dependency suggestions clearly and apply confirmed updates to ROADMAP.md.
</process>
Take davepoon/gsd:analyze-dependencies from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.