Imported from Taku-OS/taku-publisher (
packages/repo-to-stax-converter/template/takuai-template/.taku-template/payload/.agents/skills/using-superpowers/SKILL.md). Install upstream withnpx skills add Taku-OS/taku-publisher --skill using-superpowers. Copyright stays with the author.
Using Superpowers in a Taku SubApp
Use the host's registered superpowers:* skills when they are available. If the host does not expose them, this project includes a read-only fallback bundle at .agent-tools/superpowers/6.2.0/skills/.
Bootstrap
- Read the task and the app-local
AGENTS.mdbefore changing files. - Select the process skill that matches the work:
- new behavior or design:
brainstorming, thenwriting-plans; - implementation:
test-driven-development; - bug or failing check:
systematic-debugging; - final handoff:
verification-before-completion.
- new behavior or design:
- Invoke the registered skill when the harness supports it. Otherwise read
.agent-tools/superpowers/6.2.0/skills/<skill>/SKILL.mdcompletely and follow it. - User instructions and app-local rules take precedence over the bundled methodology.
Do not edit the vendored bundle during product work. It is pinned so another Agent can reproduce the same workflow later.