Feature Workflow: Load Superpowers
Use this skill before any repository workflow that depends on marketplace Superpowers:
feature-researchingfeature-planningfeature-implementingfeature-qa-reviewfeature-finishingfeature-pr-reviewingfeature-pr-fixingfixing-small-issues
Purpose
This skill is a dependency loader. It makes the Superpowers source explicit before the repository 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.
For fixing-small-issues, keep the coordinator context light:
- load
superpowers:using-superpowersin the coordinator; - load
superpowers:systematic-debugginginside each Phase 1 sub-agent; - load
superpowers:test-driven-developmentandsuperpowers:verification-before-completioninside each Phase 2 sub-agent; - do not load Phase-specific skill bodies into the coordinator merely to relay their work.
Success Criteria
- Loaded
superpowers:using-superpowersfirst - Used marketplace/plugin Superpowers rather than a local clone
- Continued into the requested repository workflow only after the dependency was available
- Kept Phase-specific Superpowers loading inside
fixing-small-issuessub-agents