diff --git a/docs/dependencies.md b/docs/dependencies.md index 83d6275..3e2702e 100644 --- a/docs/dependencies.md +++ b/docs/dependencies.md @@ -4,7 +4,7 @@ | Plugin | Source | Used for | Required? | |---|---|---|---| -| `superpowers` | [obra/superpowers](https://github.com/obra/superpowers) | Process skills invoked by `development` (`using-git-worktrees`, `executing-plans`, `subagent-driven-development`, `test-driven-development`, `verification-before-completion`, `requesting-code-review`, `finishing-a-development-branch`, `dispatching-parallel-agents`). | Required for the `development` skill to function end-to-end. | +| `superpowers` | [obra/superpowers](https://github.com/obra/superpowers) | Skills invoked via Skill tool (from `skills/workflow-development/`, `commands/implement.md`, `agents/debugger.md`): `using-git-worktrees`, `executing-plans`, `subagent-driven-development`, `test-driven-development`, `verification-before-completion`, `requesting-code-review`, `finishing-a-development-branch`, `dispatching-parallel-agents`, `systematic-debugging`, `writing-plans`, `code-reviewer`. | Required for the `workflow-development` skill to function end-to-end. | | `claude-plugins-official` | [anthropics/claude-plugins-official](https://github.com/anthropics/claude-plugins-official) | Official Anthropic plugin collection — install if you need any of its bundled tools. | Optional. | -Install them via `/plugin marketplace add …` + `/plugin install …` before using the `development` skill. +Install them via `/plugin marketplace add …` + `/plugin install …` before using the `workflow-development` skill.