Depend — Development skill for Claude Code
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
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
- North Star Metric — Define North Star Metric and input metrics constellation 7.8k ★
- Define Schema — Renamed → /portaljs-define-schema 2.3k ★
- Part 2 — Product Requirements Document (prd) Generator — I'll help you create a Product Requirements Document (PRD) for your MVP 2.1k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
ClaudeSwaper
Dashboard local para cambiar entre varias cuentas de Claude Code con un clic, viendo el uso de sesion y semana
MVP Feedback 2026 03 05
New Features, Roadmap Update, and Requirements Update
Roadmap Builder
Generates product roadmaps from prioritized features, team capacity, and strategic goals with Mermaid visualiz
Roadmap Management
Plan and prioritize product roadmaps using frameworks like RICE, MoSCoW, and ICE. Use when creating a roadmap,
Publicar
Publica todos los cambios en alliumhealth.net (web + reglas + funciones)
Trace Deps
Rastreia dependências (código e lógicas) até o elo mais fraco e deriva a ordem de resolução.
Related Agents
A13 Observability
A13 OBS — Owns SLOs, dashboards, alerting and incident declaration. Use to define SLOs for a service, compute
Test Manager
Test manager. Use to define the solution's test strategy (docs/test-strategy.md) and to write the test plan of
Cook
Feature implementation orchestrator — handles 70% of requests. Full TDD cycle: understand → plan → test → impl