Feature Workflow: Load Superpowers
Use this skill before any feature workflow that depends on marketplace Superpowers:
feature-researchingfeature-planningfeature-implementingfeature-finishingfeature-pr-reviewingfeature-pr-fixing
Purpose
This skill is a dependency loader. It makes the Superpowers source explicit before the feature workflow begins.
Rules
- Load
superpowers:using-superpowersimmediately before taking any other workflow action. - After that bootstrap step, load only the Superpowers skills relevant to the target workflow.
- Superpowers for this repository must come from the marketplace/plugin system, not from a local checkout.
- If
superpowers:using-superpowersis unavailable, stop and report that the marketplace-installed Superpowers dependency is missing. - Do not reference or fall back to legacy local paths such as
~/.codex/superpowers.
Success Criteria
- Loaded
superpowers:using-superpowersfirst - Used marketplace/plugin Superpowers rather than a local clone
- Continued into the requested feature workflow only after the dependency was available