linofcp007

Depend — Development skill for Claude Code

Development community

Declare feature dependencies or order (cycle-checked) in the roadmap.

How to install Depend

Installs to ~/.claude/skills/linofcp007-dev-spec-driven-depend/SKILL.md

Terminal
mkdir -p ~/.claude/skills/linofcp007-dev-spec-driven-depend && curl -fsSL https://raw.githubusercontent.com/linofcp007/dev-spec-driven/HEAD/commands/depend.md -o ~/.claude/skills/linofcp007-dev-spec-driven-depend/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Depend does


description: Declare feature dependencies or order (cycle-checked) in the roadmap. PT - define dependências entre features. ES - define dependencias entre funciones. argument-hint: "[feature] depends-on [other features…]"

Use the **dev-spec-driven** skill dependency manager.

Request: $ARGUMENTS

Interpret natural-language intents like "X depends on Y", "X no longer needs Y" or "do X before Y", then call the `spec_depend` MCP tool with the feature and:

  • dependsOn — replaces the l

Alternatives in Development

Full documentation available on GitHub

View Source Repository