feat(skills): vendor superpowers core methodology skills#74
Merged
Conversation
Import the Superpowers development-methodology skills verbatim from github.com/obra/superpowers (MIT) so agents in this repo can follow the brainstorm -> plan -> TDD -> review -> verify loop locally: - using-superpowers (entrypoint + platform tool references) - brainstorming (+ visual-companion) - writing-plans - test-driven-development (+ testing-anti-patterns) - subagent-driven-development (+ implementer/spec/quality prompts) - systematic-debugging (+ root-cause-tracing, defense-in-depth, condition-based-waiting) - verification-before-completion Supporting files travel with each skill so references resolve. Files are force-added because .skills/ is gitignored for overlay installs, matching the existing vendored-skill pattern. Attribution and refresh instructions added to NOTICE.md; MIT text in UPSTREAM-LICENSE-superpowers; catalog table in README.md updated. https://claude.ai/code/session_01M6z2A9jZYc6X8yAwaDdChV
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Vendors the core Superpowers development-methodology skills verbatim from obra/superpowers (MIT, Copyright (c) 2025 Jesse Vincent) into
.skills/, so agents in this repo can run the fullbrainstorm -> plan -> TDD -> review -> verifyloop locally.Scope chosen by operator: using-superpowers + core bundle (7 skills).
Skills added (with their upstream supporting files)
using-superpowers/references/copilot-tools.md,references/codex-tools.mdbrainstorming/visual-companion.mdwriting-plans/test-driven-development/testing-anti-patterns.mdsubagent-driven-development/implementer-prompt.md,spec-reviewer-prompt.md,code-quality-reviewer-prompt.mdsystematic-debugging/root-cause-tracing.md,defense-in-depth.md,condition-based-waiting.mdverification-before-completion/17 skill files + MIT license + catalog/notice updates = 20 files, +2893 lines.
Notes
Modifications: none). Internal path references inside the vendored files keep their upstreamskills/<name>/...form.git add -f) because.skills/is gitignored for overlay installs — this matches the existing vendored-skill pattern (hyperframes et al. are already force-tracked)..skills/NOTICE.md; MIT text in.skills/UPSTREAM-LICENSE-superpowers; catalog table in.skills/README.mdupdated.Test plan
npm run lint— 0 errors (only pre-existing trailing-whitespace warnings in AGENTS.md/CLAUDE.md)npm test— 47 tests, 42 pass / 5 skip / 0 failhttps://claude.ai/code/session_01M6z2A9jZYc6X8yAwaDdChV
Generated by Claude Code