dependency-alignment
Installation
SKILL.md
Dependency Version Alignment Skill
This skill resolves dependency versions during parallel decomposition to ensure compatibility with existing project dependencies and avoid transitive conflicts.
When This Skill Activates
- During
parallel-decomposePhase 1 (after dependency extraction, before manifest generation) - When the cto-architect agent identifies dependencies from Tech Spec imports
- When validating manifest.json dependencies before execution
Supported Ecosystems
| Ecosystem | Dependency Files | Package Manager | Resolution Tool |
|---|---|---|---|
| Python | pyproject.toml, requirements.txt, uv.lock |
uv, pip | uv pip compile |
| Node.js | package.json, package-lock.json, yarn.lock |
npm, yarn, pnpm | npm view, npm ls |