-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
Context
I'm using both OpenSpec and obra/superpowers in my Claude Code workflow. They complement each other well:
- Superpowers provides individual productivity skills (TDD, debugging, planning, etc.)
- OpenSpec provides structured workflow governance (proposal → spec → design → tasks → implementation → verification → archive)
A recent CSDN article compared the two frameworks and concluded that the most effective developers should be "bilingual" — using Superpowers for rapid prototyping and OpenSpec for structured, team-oriented development. I agree with this view.
Request
Is there a way (or a plan) to package OpenSpec's workflow as a Superpowers-compatible skill pack, so that:
- Users in the Superpowers ecosystem can discover and install OpenSpec via the Superpowers marketplace/plugin system
- The installation experience is streamlined (e.g., a single
openspecskill pack that brings in all/opsx:*commands) - Both frameworks can coexist cleanly without manual configuration conflicts
Current State
Right now, I install them separately:
- Superpowers skills live in
.claude/skills/with their own SKILL.md format - OpenSpec skills also live in
.claude/skills/viaopenspec init
They work fine side-by-side, but the installation and discovery are completely separate. A user of one framework may never discover the other.
Potential Approaches
- Superpowers plugin: Package OpenSpec as a Superpowers plugin (
.claude-plugin/plugin.jsonformat) that users can install from the marketplace - Skill pack: Bundle the
/opsx:*skills into a single installable Superpowers skill pack - Cross-framework discovery: Add OpenSpec to the Superpowers marketplace or
awesome-claude-skillslist so users can find it
Why This Matters
- Lowers the barrier for Superpowers users to adopt spec-driven development
- Expands OpenSpec's reach through an established distribution channel
- Validates the "bilingual" approach — tools for speed + process for governance
Would love to hear the team's thoughts on feasibility and interest level.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels